Searched refs:fEps (Results 1 – 4 of 4) sorted by relevance
231 double fEps; in DeactivatePage() local232 if( aEdEps.GetValue( fEps ) && (fEps > 0.0) ) in DeactivatePage()234 pLocalOptions->SetIterEps( fEps ); in DeactivatePage()
704 double fEps = 1.0; in ScIRR() local723 while (fEps > SCdEpsilon && nItCount < nIterationsMax) in ScIRR()747 fEps = fabs(xNeu - x); in ScIRR()752 if (fEps < SCdEpsilon) in ScIRR()1633 const double fEps = 1E-10; in ScBackSolver() local1653 double fX = fXPrev + fEps; in ScBackSolver()1720 if (fabs(fDiff) < fEps) in ScBackSolver()1721 fDiff = (fDiff < 0.0) ? - fEps : fEps; in ScBackSolver()1743 if ( fabs( fSlope ) < fEps ) in ScBackSolver()1744 fSlope = fSlope < 0.0 ? -fEps : fEps; in ScBackSolver()[all …]
1080 static const double fEps = 1e-9; in getMaxDistancePositions() local1081 int nCount = ((pResult[0] > fEps) && (pResult[0] < fEps)); in getMaxDistancePositions()1089 if( (fRoot > fEps) && (fRoot < 1.0-fEps) ) in getMaxDistancePositions()
69 void SetIterEps( double fEps ) { fIterEps = fEps; } in SetIterEps() argument
Completed in 35 milliseconds