D | tcuFloatFormat.cpp | 202 double FloatFormat::roundOut (double d, bool upward, bool roundUnderOverflow) const in roundOut() function in tcu::FloatFormat 216 Interval FloatFormat::roundOut (const Interval& x, bool roundUnderOverflow) const in roundOut() function in tcu::FloatFormat 221 ret |= Interval(roundOut(x.lo(), false, roundUnderOverflow), in roundOut() 222 roundOut(x.hi(), true, roundUnderOverflow)); in roundOut()
|