Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/tool/
H A Dinterpr3.cxx94 double fBy = rFunction.GetValue(fBx); in lcl_IterateInverse()
102 fAx += 2.0 * (fAx - fBx); in lcl_IterateInverse()
105 fBx = fTemp; in lcl_IterateInverse()
111 fTemp = fBx; in lcl_IterateInverse()
112 fBx += 2.0 * (fBx - fAx); in lcl_IterateInverse()
122 return fBx; in lcl_IterateInverse()
132 double fQx = fBx; in lcl_IterateInverse()
140 (fBx-fAx) > ::std::max( fabs(fAx), fabs(fBx)) * fXEps ) in lcl_IterateInverse()
156 fSx = 0.5 * (fAx + fBx); in lcl_IterateInverse()
159 fQx = fBx; fQy = fBy; in lcl_IterateInverse()
[all …]
/trunk/main/tools/source/generic/
H A Dline.cxx69 const double fBx = rLine.maStart.X() - rLine.maEnd.X(); in Intersection() local
71 const double fDen = fAy * fBx - fAx * fBy; in Intersection()
78 const double fA = fBy * fCx - fBx * fCy; in Intersection()

Completed in 38 milliseconds