Searched refs:fDiff (Results 1 – 7 of 7) sorted by relevance
576 double fDiff = fEnd - fStart; in Polygon() local581 if( fDiff < 0. ) in Polygon()582 fDiff += F_2PI; in Polygon()587 nPoints = Max( (sal_uInt16) ( ( fDiff * 0.1591549 ) * nPoints ), (sal_uInt16) 16 ); in Polygon()588 fStep = fDiff / ( nPoints - 1 ); in Polygon()
2739 double fDiff = DateTime(*(rScan.GetNullDate())) - GetCal().getEpochStart(); in ImpGetTimeOutput() local2740 fDiff += fNumberOrig; in ImpGetTimeOutput()2741 GetCal().setLocalDateTime( fDiff ); in ImpGetTimeOutput()2942 double fDiff = DateTime(*(rScan.GetNullDate())) - rCal.getEpochStart(); in ImpGetDateOutput() local2943 fNumber += fDiff; in ImpGetDateOutput()3126 double fDiff = DateTime(*(rScan.GetNullDate())) - rCal.getEpochStart(); in ImpGetDateTimeOutput() local3127 fNumber += fDiff; in ImpGetDateTimeOutput()
1358 double fDiff = DateTime(*pNullDate) - pCal->getEpochStart(); in GetDateRef() local1360 fDays -= fDiff; in GetDateRef()
1719 double fDiff = ( fXPrev - fX ) / 2; in ScBackSolver() local1720 if (fabs(fDiff) < fEps) in ScBackSolver()1721 fDiff = (fDiff < 0.0) ? - fEps : fEps; in ScBackSolver()1722 fX += fDiff; in ScBackSolver()
3169 double fDiff = fPercentile * (nSize-1) - ::rtl::math::approxFloor( fPercentile * (nSize-1)); in GetPercentile() local3173 if (fDiff == 0.0) in GetPercentile()3181 return fVal + fDiff * (*iter - fVal); in GetPercentile()
242 double fDiff = fValue - rInfo.Start; in lcl_GetNumGroupForValue() local243 double fDiv = rtl::math::approxFloor( fDiff / rInfo.Step ); in lcl_GetNumGroupForValue()
1094 double fDiff = DateTime(*pDocFormatter->GetNullDate()) - in lcl_PutString() local1099 fDays -= fDiff; in lcl_PutString()
Completed in 97 milliseconds