Searched defs:div_down (Results 1 – 4 of 4) sorted by relevance
25 int div_down(int x, int y) { in div_down() function
37 T div_down (const T& x, const T& y) { return x / y; } in div_down() function61 T div_down(const T& x, const T& y) { BOOST_DN(x / y); } in div_down() function98 T div_down(const T& x, const T& y) { BOOST_UP_NEG(x / (-y)); } in div_down() function
46 static inline unsigned int div_down(unsigned int a, unsigned int b) in div_down() function
221 static int div_down(int val, int mult) { in div_down() function