Searched defs:roundOut (Results 1 - 2 of 2) sorted by relevance

/external/deqp/framework/common/
H A DtcuFloatFormat.cpp202 double FloatFormat::roundOut (double d, bool upward, bool roundUnderOverflow) const function in class:tcu::FloatFormat
216 Interval FloatFormat::roundOut (const Interval& x, bool roundUnderOverflow) const function in class:tcu::FloatFormat
221 ret |= Interval(roundOut(x.lo(), false, roundUnderOverflow),
222 roundOut(x.hi(), true, roundUnderOverflow));
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 150 milliseconds