Searched defs:div_up (Results 1 – 3 of 3) 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
53 static inline unsigned int div_up(unsigned int a, unsigned int b) in div_up() function
226 static int div_up(int val, int mult) { in div_up() function