Home
last modified time | relevance | path

Searched refs:fTerm (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx985 double fTerm, fLia; in ScInterVDB() local
1001 fTerm = fLia; in ScInterVDB()
1006 fTerm = fGda; in ScInterVDB()
1012 fTerm = fLia; in ScInterVDB()
1018 fVdb += fTerm; in ScInterVDB()
1074 fVdb += fTerm; in ScVDB()
1192 fZw = fBw * fTerm + fRmz*(1.0 + fZins)*(fTerm - 1.0)/fZins; in ScGetZw()
1194 fZw = fBw * fTerm + fRmz*(fTerm - 1.0)/fZins; in ScGetZw()
1250 double fX, fXnew, fTerm, fTermDerivation; in RateIteration() local
1278 if (fabs(fTerm) < fEpsilonSmall) in RateIteration()
[all …]
/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx1258 double fTerm = pow( 1.0 + fZins, fZzr ); in GetRmz() local
1260 fRmz = ( fZw * fZins / ( fTerm - 1.0 ) + fBw * fZins / ( 1.0 - 1.0 / fTerm ) ) / ( 1.0 + fZins ); in GetRmz()
1262 fRmz = fZw * fZins / ( fTerm - 1.0 ) + fBw * fZins / ( 1.0 - 1.0 / fTerm ); in GetRmz()
1276 double fTerm = pow( 1.0 + fZins, fZzr ); in GetZw() local
1278 fZw = fBw * fTerm + fRmz * ( 1.0 + fZins ) * ( fTerm - 1.0 ) / fZins; in GetZw()
1280 fZw = fBw * fTerm + fRmz * ( fTerm - 1.0 ) / fZins; in GetZw()
H A Dbessel.cxx200 double fTerm = 1.0; in BesselI() local
204 fTerm = fTerm / static_cast< double >( nK ) * fXHalf; in BesselI()
206 fResult = fTerm; // Start result with TERM(n,0). in BesselI()
207 if( fTerm != 0.0 ) in BesselI()
230 fTerm = fTerm * fXHalf / static_cast<double>(nK) * fXHalf / static_cast<double>(nK+n); in BesselI()
231 fResult += fTerm; in BesselI()
234 while( (fabs( fTerm ) > fabs(fResult) * fEpsilon) && (nK < nMaxIteration) ); in BesselI()

Completed in 43 milliseconds