Searched refs:fFraction (Results 1 – 7 of 7) sorted by relevance
380 double fFraction = GetYearFrac( xOpt, nSettle, nMat, 0 ); // method: USA 30/360 in getTbillprice() local383 if( modf( fFraction, &fDummy ) == 0.0 ) in getTbillprice()386 double fRet = 100.0 * ( 1.0 - fDisc * fFraction ); in getTbillprice()
114 double fDepth = 0, fFraction = 0; in GetExtrusionDepth() local117 …r ) && ( aDepthParaPair.First.Value >>= fDepth ) && ( aDepthParaPair.Second.Value >>= fFraction ) ) in GetExtrusionDepth()119 rForwardDepth = fDepth * fFraction; in GetExtrusionDepth()
309 double fFraction = 0.0; in impl_execute() local313 aDepthPropPair.Second.Value <<= fFraction; in impl_execute()
863 double fFraction = sDoubleStr.toDouble(); in convertDuration() local868 fTempTime += fFraction / (24 * 60 * 60); in convertDuration()
376 double fFraction = (nUnit[fraction] <= 0 ? 0.0 : in ConvertStringToValue() local384 … fValue += ((nUnit[hour] * 3600) + (nUnit[minute] * 60) + nUnit[second] + fFraction) / 86400.0; in ConvertStringToValue()
2831 double fFraction = 0; in CreateCustomShapeProperties() local2833 …r ) && ( aDepthParaPair.First.Value >>= fDepth ) && ( aDepthParaPair.Second.Value >>= fFraction ) ) in CreateCustomShapeProperties()2835 double fForeDepth = fDepth * fFraction; in CreateCustomShapeProperties()
1714 double fFraction = fDepth != 0.0 ? fForeDepth / fDepth : 0; in ApplyCustomShapeGeometryAttributes() local1718 aDepthParaPair.Second.Value <<= fFraction; in ApplyCustomShapeGeometryAttributes()
Completed in 120 milliseconds