Searched defs:RoundDown (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_defs.h130 T RoundDown(T p, u64 align) { function in namespace:__tsan
/external/gemmlowp/internal/
H A Dcommon.h199 Integer RoundDown(Integer i) { function in namespace:gemmlowp
207 return RoundDown<Modulus>(i + Modulus - 1);
/external/v8/src/base/
H A Dmacros.h319 inline T RoundDown(T x, intptr_t m) { function
328 return RoundDown<T>(static_cast<T>(x + m - 1), m);

Completed in 1351 milliseconds