Home
last modified time | relevance | path

Searched refs:fE (Results 1 – 3 of 3) sorted by path

/trunk/main/filter/source/graphicfilter/icgm/
H A Dclass4.cxx386 …double fE = fA * ( aStartingPoint.X + aIntermediatePoint.X ) + fB * ( aStartingPoint.Y + aIntermed… in ImplDoClass4() local
391 aCenterPoint.X = ( fD * fE - fB * fF ) / fG; in ImplDoClass4()
392 aCenterPoint.Y = ( fA * fF - fC * fE ) / fG; in ImplDoClass4()
460 …double fE = fA * ( aStartingPoint.X + aIntermediatePoint.X ) + fB * ( aStartingPoint.Y + aIntermed… in ImplDoClass4() local
465 aCenterPoint.X = ( fD * fE - fB * fF ) / fG; in ImplDoClass4()
466 aCenterPoint.Y = ( fA * fF - fC * fE ) / fG; in ImplDoClass4()
/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx1142 double fE = GetCoupdays( nNullDate, nSettle, nMat, nFreq, nBase ); in getPrice_() local
1143 double fDSC_E = GetCoupdaysnc( nNullDate, nSettle, nMat, nFreq, nBase ) / fE; in getPrice_()
1148 fRet -= 100.0 * fRate / fFreq * fA / fE; in getPrice_()
2053 double fE = exp( Num.real() ); in Exp() local
2054 Num = fE * double_complex ( cos( Num.imag() ), sin( Num.imag() ) ); in Exp()
/trunk/main/sdext/source/minimizer/
H A Doptimizerdialogcontrols.cxx887 double fE = static_cast< double >( nCurrentFileSize ); in UpdateControlStatesPage4() local
892 fE *= v; in UpdateControlStatesPage4()
897 fE *= v; in UpdateControlStatesPage4()
899 nEstimatedFileSize = static_cast< sal_Int64 >( fE ); in UpdateControlStatesPage4()

Completed in 72 milliseconds