Searched defs:mul_up (Results 1 – 2 of 2) sorted by relevance
24 int mul_up (int x, int y) { return x * y; } in mul_up() function
36 T mul_up (const T& x, const T& y) { return x * y; } in mul_up() function64 T mul_up (const T& x, const T& y) { BOOST_UP(x * y); } in mul_up() function101 T mul_up (const T& x, const T& y) { BOOST_UP(x * y); } in mul_up() function