Home
last modified time | relevance | path

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

/trunk/main/tools/source/generic/
H A Dline.cxx68 const double fAy = maEnd.Y() - maStart.Y(); in Intersection() local
71 const double fDen = fAy * fBx - fAx * fBy; in Intersection()
93 const double fB = fAx * fCy - fAy * fCx; in Intersection()
108 rIntersectionY = ( maStart.Y() + fAlpha * fAy ); in Intersection()
/trunk/main/sc/source/core/tool/
H A Dinterpr3.cxx93 double fAy = rFunction.GetValue(fAx); in lcl_IterateInverse() local
99 if (fabs(fAy) <= fabs(fBy)) in lcl_IterateInverse()
106 fBy = fAy; in lcl_IterateInverse()
107 fAy = rFunction.GetValue(fAx); in lcl_IterateInverse()
114 fAy = fBy; in lcl_IterateInverse()
119 if (fAy == 0.0) in lcl_IterateInverse()
123 if (!lcl_HasChangeOfSign( fAy, fBy)) in lcl_IterateInverse()
131 double fPy = fAy; in lcl_IterateInverse()
135 double fRy = fAy; in lcl_IterateInverse()
158 fPx = fAx; fPy = fAy; in lcl_IterateInverse()
[all …]

Completed in 55 milliseconds