Home
last modified time | relevance | path

Searched refs:fAx (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/core/tool/
H A Dinterpr3.cxx101 fTemp = fAx; in lcl_IterateInverse()
102 fAx += 2.0 * (fAx - fBx); in lcl_IterateInverse()
103 if (fAx < 0.0) in lcl_IterateInverse()
104 fAx = 0.0; in lcl_IterateInverse()
113 fAx = fTemp; in lcl_IterateInverse()
120 return fAx; in lcl_IterateInverse()
130 double fPx = fAx; in lcl_IterateInverse()
134 double fRx = fAx; in lcl_IterateInverse()
140 (fBx-fAx) > ::std::max( fabs(fAx), fabs(fBx)) * fXEps ) in lcl_IterateInverse()
158 fPx = fAx; fPy = fAy; in lcl_IterateInverse()
[all …]
/trunk/main/tools/source/generic/
H A Dline.cxx67 const double fAx = maEnd.X() - maStart.X(); in Intersection() local
71 const double fDen = fAy * fBx - fAx * fBy; in Intersection()
93 const double fB = fAx * fCy - fAy * fCx; in Intersection()
107 rIntersectionX = ( maStart.X() + fAlpha * fAx ); in Intersection()

Completed in 33 milliseconds