Lines Matching refs:approxFloor
222 return rtl::math::approxEqual( fValue, rtl::math::approxFloor(fValue) ); in IsInteger()
243 double fDiv = rtl::math::approxFloor( fDiff / rInfo.Step ); in lcl_GetNumGroupForValue()
310 using ::rtl::math::approxFloor; in match()
334 double time = rCellData.GetValue() - approxFloor(rCellData.GetValue()); in match()
335 long seconds = static_cast<long>(approxFloor(time*D_TIMEFACTOR + 0.5)); in match()
363 Date date = *mpNullDate + static_cast<long>(approxFloor(rCellData.GetValue())); in match()
487 double fTime = fValue - ::rtl::math::approxFloor(fValue); in lcl_GetDatePartValue()
488 long nSeconds = (long)::rtl::math::approxFloor(fTime*D_TIMEFACTOR+0.5); in lcl_GetDatePartValue()
506 aDate += (long)::rtl::math::approxFloor( fValue ); in lcl_GetDatePartValue()
644 … const_cast<ScDPDateGroupHelper*>(this)->aNumInfo.Start = rtl::math::approxFloor( fSourceMin ); in FillColumnEntries()
646 … const_cast<ScDPDateGroupHelper*>(this)->aNumInfo.End = rtl::math::approxFloor( fSourceMax ) + 1; in FillColumnEntries()
978 fSourceMin = rtl::math::approxFloor( fSourceMin ); in GetNumEntries()
979 fSourceMax = rtl::math::approxFloor( fSourceMax ) + 1; in GetNumEntries()