Home
last modified time | relevance | path

Searched refs:dFactor (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/basic/source/runtime/
H A Dmethods1.cxx2248 double dFactor = 24.0; in RTLFUNC() local
2249 dRet = RoundImpl( dFactor * (dDate2 - dDate1) ); in RTLFUNC()
2254 double dFactor =1440.0; in RTLFUNC() local
2255 dRet = RoundImpl( dFactor * (dDate2 - dDate1) ); in RTLFUNC()
2260 double dFactor = 86400.0; in RTLFUNC() local
2261 dRet = RoundImpl( dFactor * (dDate2 - dDate1) ); in RTLFUNC()
2604 double dFactor = pow( 10.0, numdecimalplaces ); in RTLFUNC() local
2605 dVal *= dFactor; in RTLFUNC()
2607 dRes /= dFactor; in RTLFUNC()

Completed in 132 milliseconds