Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/delibs/decpp/
DdeDefs.hpp73 template<typename T> inline T roundDown (T x, T y) { DE_ASSERT(y != T(0)); return (x / y) * y; } in roundDown() function
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_decimalquantity.cpp814 bool roundDown = roundingutils::getRoundingDirection(isEven, in roundToMagnitude() local
/third_party/icu/icu4c/source/i18n/
Dnumber_decimalquantity.cpp891 bool roundDown = roundingutils::getRoundingDirection(isEven, in roundToMagnitude() local
/third_party/node/deps/icu-small/source/i18n/
Dnumber_decimalquantity.cpp891 bool roundDown = roundingutils::getRoundingDirection(isEven, in roundToMagnitude() local
/third_party/vk-gl-cts/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