Searched refs:fE (Results 1 – 3 of 3) sorted by relevance
386 …double fE = fA * ( aStartingPoint.X + aIntermediatePoint.X ) + fB * ( aStartingPoint.Y + aIntermed… in ImplDoClass4() local391 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() local465 aCenterPoint.X = ( fD * fE - fB * fF ) / fG; in ImplDoClass4()466 aCenterPoint.Y = ( fA * fF - fC * fE ) / fG; in ImplDoClass4()
887 double fE = static_cast< double >( nCurrentFileSize ); in UpdateControlStatesPage4() local892 fE *= v; in UpdateControlStatesPage4()897 fE *= v; in UpdateControlStatesPage4()899 nEstimatedFileSize = static_cast< sal_Int64 >( fE ); in UpdateControlStatesPage4()
1142 double fE = GetCoupdays( nNullDate, nSettle, nMat, nFreq, nBase ); in getPrice_() local1143 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() local2054 Num = fE * double_complex ( cos( Num.imag() ), sin( Num.imag() ) ); in Exp()
Completed in 42 milliseconds