Lines Matching refs:fPrice
997 double fRate, double fPrice, sal_Int32 nBase ) THROWDEF_RTE_IAE in GetYieldmat() argument
1004 y /= fPrice / 100.0 + fIssSet * fRate; in GetYieldmat()
1085 …ble getYield_( sal_Int32 nNullDate, sal_Int32 nSettle, sal_Int32 nMat, double fCoup, double fPrice, in getYield_() argument
1096 for( sal_uInt32 nIter = 0 ; nIter < 100 && fPriceN != fPrice ; nIter++ ) in getYield_()
1100 if( fPrice == fPrice1 ) in getYield_()
1102 else if( fPrice == fPrice2 ) in getYield_()
1104 else if( fPrice == fPriceN ) in getYield_()
1106 else if( fPrice < fPrice2 ) in getYield_()
1115 if( fPrice < fPriceN ) in getYield_()
1126 fYieldN = fYield2 - ( fYield2 - fYield1 ) * ( ( fPrice - fPrice2 ) / ( fPrice1 - fPrice2 ) ); in getYield_()
1130 if( fabs( fPrice - fPriceN ) > fPrice / 100.0 ) in getYield_()
1235 double fRate, double fPrice, double fRedemp, sal_Int32 nFreq, sal_Int32 nBase ) THROWDEF_RTE_IAE in GetOddlyield() argument
1243 y /= fPrice + fAi * 100.0 * fRate / fFreq; in GetOddlyield()