Home | History | Annotate | Download | only in src

Lines Matching refs:RoundDown

162 inline T RoundDown(T x, intptr_t m) {
171 return RoundDown<T>(static_cast<T>(x + m - 1), m);