Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/tool/
H A Dinterpr3.cxx137 bool bHasToInterpolate = true; in lcl_IterateInverse() local
142 if (bHasToInterpolate) in lcl_IterateInverse()
149 bHasToInterpolate = (fAx < fSx) && (fSx < fBx); // inside the brackets? in lcl_IterateInverse()
152 bHasToInterpolate = false; in lcl_IterateInverse()
154 if(!bHasToInterpolate) in lcl_IterateInverse()
160 bHasToInterpolate = true; in lcl_IterateInverse()
176 bHasToInterpolate = bHasToInterpolate && (fabs(fRy) * 2.0 <= fabs(fQy)); in lcl_IterateInverse()

Completed in 35 milliseconds