Searched refs:fE (Results 1 – 3 of 3) sorted by relevance
384 …double fE = fA * ( aStartingPoint.X + aIntermediatePoint.X ) + fB * ( aStartingPoint.Y + aIntermed… in ImplDoClass4() local389 aCenterPoint.X = ( fD * fE - fB * fF ) / fG; in ImplDoClass4()390 aCenterPoint.Y = ( fA * fF - fC * fE ) / fG; in ImplDoClass4()458 …double fE = fA * ( aStartingPoint.X + aIntermediatePoint.X ) + fB * ( aStartingPoint.Y + aIntermed… in ImplDoClass4() local463 aCenterPoint.X = ( fD * fE - fB * fF ) / fG; in ImplDoClass4()464 aCenterPoint.Y = ( fA * fF - fC * fE ) / fG; in ImplDoClass4()
885 double fE = static_cast< double >( nCurrentFileSize ); in UpdateControlStatesPage4() local890 fE *= v; in UpdateControlStatesPage4()895 fE *= v; in UpdateControlStatesPage4()897 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()