Home
last modified time | relevance | path

Searched defs:roundDown (Results 1 – 5 of 5) sorted by relevance

/external/scudo/standalone/
Dcommon.h40 inline constexpr uptr roundDown(uptr X, uptr Boundary) { in roundDown() function
/external/deqp/framework/delibs/decpp/
DdeDefs.hpp72 template<typename T> inline T roundDown (T x, T y) { DE_ASSERT(y != T(0)); return (x / y) * y; } in roundDown() function
/external/icu/icu4c/source/i18n/
Dnumber_decimalquantity.cpp891 bool roundDown = roundingutils::getRoundingDirection(isEven, in roundToMagnitude() local
/external/cronet/third_party/icu/source/i18n/
Dnumber_decimalquantity.cpp891 bool roundDown = roundingutils::getRoundingDirection(isEven, in roundToMagnitude() local
/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp425 …const glw::GLint roundDown = StateQueryUtil::roundGLfloatToNearestIntegerHalfDown<glw::GLint>(bbox… in verifyState() local
474 …const glw::GLint64 roundDown = StateQueryUtil::roundGLfloatToNearestIntegerHalfDown<glw::GLint64>(… in verifyState() local