Searched defs:sub_up (Results 1 – 2 of 2) sorted by relevance
34 T sub_up (const T& x, const T& y) { return x - y; } in sub_up() function63 T sub_up (const T& x, const T& y) { BOOST_UP(x - y); } in sub_up() function100 T sub_up (const T& x, const T& y) { BOOST_UP(x - y); } in sub_up() function
22 int sub_up (int x, int y) { return x - y; } in sub_up() function