Searched defs:sub_down (Results 1 – 2 of 2) sorted by relevance
33 T sub_down (const T& x, const T& y) { return x - y; } in sub_down() function59 T sub_down(const T& x, const T& y) { BOOST_DN(x - y); } in sub_down() function96 T sub_down(const T& x, const T& y) { BOOST_UP_NEG(y - x); } in sub_down() function
21 int sub_down(int x, int y) { return x - y; } in sub_down() function