Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx1250 double fX, fXnew, fTerm, fTermDerivation; in RateIteration() local
1283 fXnew = fX + 1.1 * SCdEpsilon; // move away from zero slope in RateIteration()
1285 fXnew = fX - fTerm / fTermDerivation; in RateIteration()
1288 bFound = (fabs(fXnew - fX) < SCdEpsilon); in RateIteration()
1289 fX = fXnew; in RateIteration()
1319 fXnew = fX + 1.1 * SCdEpsilon; // move away from zero slope in RateIteration()
1321 fXnew = fX - fTerm / fTermDerivation; in RateIteration()
1324 bFound = (fabs(fXnew - fX) < SCdEpsilon); in RateIteration()
1325 fX = fXnew; in RateIteration()

Completed in 31 milliseconds