Searched refs:fEps (Results 1 – 4 of 4) sorted by relevance
230 double fEps; in DeactivatePage() local231 if( aEdEps.GetValue( fEps ) && (fEps > 0.0) ) in DeactivatePage()233 pLocalOptions->SetIterEps( fEps ); in DeactivatePage()
702 double fEps = 1.0; in ScIRR() local721 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() local1651 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()[all …]
1074 static const double fEps = 1e-9; in getMaxDistancePositions() local1075 int nCount = ((pResult[0] > fEps) && (pResult[0] < fEps)); in getMaxDistancePositions()1083 if( (fRoot > fEps) && (fRoot < 1.0-fEps) ) in getMaxDistancePositions()
69 void SetIterEps( double fEps ) { fIterEps = fEps; } in SetIterEps() argument