Searched refs:dFactor (Results 1 – 1 of 1) sorted by relevance
2248 double dFactor = 24.0; in RTLFUNC() local2249 dRet = RoundImpl( dFactor * (dDate2 - dDate1) ); in RTLFUNC()2254 double dFactor =1440.0; in RTLFUNC() local2255 dRet = RoundImpl( dFactor * (dDate2 - dDate1) ); in RTLFUNC()2260 double dFactor = 86400.0; in RTLFUNC() local2261 dRet = RoundImpl( dFactor * (dDate2 - dDate1) ); in RTLFUNC()2604 double dFactor = pow( 10.0, numdecimalplaces ); in RTLFUNC() local2605 dVal *= dFactor; in RTLFUNC()2607 dRes /= dFactor; in RTLFUNC()
Completed in 13 milliseconds