Home
last modified time | relevance | path

Searched defs:RoundDownTo (Results 1 – 4 of 4) sorted by relevance

/external/icing/icing/util/
Dmath-util.h38 static IntType RoundDownTo(IntType input_value, IntType rounding_value) { in RoundDownTo() function
/external/webrtc/rtc_base/units/
Dunit_base.h85 constexpr Unit_T RoundDownTo(const Unit_T& resolution) const { in RoundDownTo() function
/external/tensorflow/tensorflow/compiler/xla/
Dutil.h389 T RoundDownTo(T value, T divisor) { in RoundDownTo() function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.h459 INLINE uptr RoundDownTo(uptr x, uptr boundary) { in RoundDownTo() function