Searched defs:div_down (Results 1 – 3 of 3) sorted by relevance
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
25 int div_down(int x, int y) { in div_down() function
221 static int div_down(int val, int mult) { in div_down() function