Searched defs:RoundUp (Results 1 – 4 of 4) sorted by relevance
232 def RoundUp(size, unit): function
327 constexpr uint64_t RoundUp(uint64_t x, uint64_t y) { in RoundUp() function
174 constexpr T RoundUp(T x, typename std::remove_reference<T>::type n) { in RoundUp() function
103 static constexpr T RoundUp(T x, typename std::remove_reference<T>::type n) { in RoundUp() function