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

/external/v8/src/
H A Dutils.h116 inline T RoundDown(T x, intptr_t m) { function in namespace:v8::internal
125 return RoundDown<T>(static_cast<T>(x + m - 1), m);

Completed in 101 milliseconds