Searched defs:div_up (Results 1 – 2 of 2) sorted by relevance
38 T div_up (const T& x, const T& y) { return x / y; } in div_up() function65 T div_up (const T& x, const T& y) { BOOST_UP(x / y); } in div_up() function102 T div_up (const T& x, const T& y) { BOOST_UP(x / y); } in div_up() function
226 static int div_up(int val, int mult) { in div_up() function