Lines Matching refs:fEps
702 double fEps = 1.0; in ScIRR() local
721 while (fEps > SCdEpsilon && nItCount < nIterationsMax) in ScIRR()
745 fEps = fabs(xNeu - x); in ScIRR()
750 if (fEps < SCdEpsilon) in ScIRR()
1631 const double fEps = 1E-10; in ScBackSolver() local
1651 double fX = fXPrev + fEps; in ScBackSolver()
1718 if (fabs(fDiff) < fEps) in ScBackSolver()
1719 fDiff = (fDiff < 0.0) ? - fEps : fEps; in ScBackSolver()
1741 if ( fabs( fSlope ) < fEps ) in ScBackSolver()
1742 fSlope = fSlope < 0.0 ? -fEps : fEps; in ScBackSolver()
1745 fSlope = fEps; in ScBackSolver()