Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/ui/optdlg/
H A Dtpcalc.cxx231 double fEps; in DeactivatePage() local
232 if( aEdEps.GetValue( fEps ) && (fEps > 0.0) ) in DeactivatePage()
234 pLocalOptions->SetIterEps( fEps ); in DeactivatePage()
/aoo41x/main/sc/source/core/tool/
H A Dinterpr2.cxx704 double fEps = 1.0; in ScIRR() local
723 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() local
1653 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 …]
/aoo41x/main/basegfx/source/curve/
H A Db2dcubicbezier.cxx1080 static const double fEps = 1e-9; in getMaxDistancePositions() local
1081 int nCount = ((pResult[0] > fEps) && (pResult[0] < fEps)); in getMaxDistancePositions()
1089 if( (fRoot > fEps) && (fRoot < 1.0-fEps) ) in getMaxDistancePositions()
/aoo41x/main/sc/inc/
H A Ddocoptio.hxx69 void SetIterEps( double fEps ) { fIterEps = fEps; } in SetIterEps() argument

Completed in 30 milliseconds