Searched defs:CeilOfRatio (Results 1 – 5 of 5) sorted by relevance
34 static IntegralType CeilOfRatio(IntegralType numerator, in CeilOfRatio() function
51 static IntegralType CeilOfRatio(IntegralType numerator, in CeilOfRatio() function
189 TEST(MathUtil, CeilOfRatio) { in TEST() argument
410 T CeilOfRatio(T dividend, T divisor) { in CeilOfRatio() function
67 int64 CeilOfRatio(int64 a, int64 b) { return (a + b - 1) / b; } in CeilOfRatio() function