Home
last modified time | relevance | path

Searched refs:fDet (Results 1 – 3 of 3) sorted by relevance

/trunk/main/starmath/source/
H A Dnode.cxx1202 double fDet = Det(rHeading1, rHeading2); in GetLineIntersectionPoint() local
1203 if (fabs(fDet) < eps) in GetLineIntersectionPoint()
1214 / fDet; in GetLineIntersectionPoint()
/trunk/main/sc/source/core/tool/
H A Dinterpr5.cxx850 double fDet = nDetSign; in ScMatDet() local
853 fDet *= pLU->GetDouble( i, i); in ScMatDet()
854 PushDouble( fDet); in ScMatDet()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx1049 const double fDet = f[0]*f[3]-f[1]*f[2]; in invert() local
1050 if( fDet == 0.0 ) in invert()
1055 fn[0] = +f[3] / fDet; in invert()
1056 fn[1] = -f[1] / fDet; in invert()
1057 fn[2] = -f[2] / fDet; in invert()
1058 fn[3] = +f[0] / fDet; in invert()

Completed in 84 milliseconds