Searched refs:dRet (Results 1 – 1 of 1) sorted by relevance
2162 double dRet = 0.0; in RTLFUNC() local2169 dRet = nYear2 - nYear1; in RTLFUNC()2180 dRet = nQGes2 - nQGes1; in RTLFUNC()2191 dRet = nMonthGes2 - nMonthGes1; in RTLFUNC()2199 dRet = dDays2 - dDays1; in RTLFUNC()2243 dRet = ( dDiff >= 0 ) ? floor( dDiff / 7.0 ) : -floor( -dDiff / 7.0 ); in RTLFUNC()2249 dRet = RoundImpl( dFactor * (dDate2 - dDate1) ); in RTLFUNC()2255 dRet = RoundImpl( dFactor * (dDate2 - dDate1) ); in RTLFUNC()2261 dRet = RoundImpl( dFactor * (dDate2 - dDate1) ); in RTLFUNC()2267 rPar.Get(0)->PutDouble( dRet ); in RTLFUNC()
Completed in 20 milliseconds