Searched defs:DivideRoundingUp (Results 1 – 5 of 5) sorted by relevance
18 constexpr auto DivideRoundingUp(Integer num, Integer denom) { in DivideRoundingUp() function
34 int64_t DivideRoundingUp(int64_t dividend, int64_t divisor) { in DivideRoundingUp() function
202 inline int DivideRoundingUp(int i, int j) { return (i + (j - 1)) / j; } in DivideRoundingUp() function