Searched refs:sub_up (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/boost/numeric/interval/ |
D | arith.hpp | 73 set(rnd.sub_down(low, r.up), rnd.sub_up(up, r.low)); in operator -=() 85 set(rnd.sub_down(low, r), rnd.sub_up(up, r)); in operator -=() 147 rnd.sub_up (x.upper(), y.lower()), true); in operator -() 157 rnd.sub_up (x, y.lower()), true); in operator -() 167 rnd.sub_up (x.upper(), y), true); in operator -()
|
D | rounded_arith.hpp | 34 T sub_up (const T& x, const T& y) { return x - y; } in sub_up() function 63 T sub_up (const T& x, const T& y) { BOOST_UP(x - y); } in sub_up() function 100 T sub_up (const T& x, const T& y) { BOOST_UP(x - y); } in sub_up() function
|
D | arith3.hpp | 42 return I(rnd.sub_down(x, y), rnd.sub_up(x, y), true); in sub()
|
D | utility.hpp | 68 return rnd.sub_up(x.upper(), x.lower()); in width()
|
/third_party/boost/libs/numeric/interval/test/ |
D | fmod.cpp | 22 int sub_up (int x, int y) { return x - y; } in sub_up() function
|