Home
last modified time | relevance | path

Searched refs:sub_up (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/numeric/interval/
Darith.hpp73 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 -()
Drounded_arith.hpp34 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
Darith3.hpp42 return I(rnd.sub_down(x, y), rnd.sub_up(x, y), true); in sub()
Dutility.hpp68 return rnd.sub_up(x.upper(), x.lower()); in width()
/third_party/boost/libs/numeric/interval/test/
Dfmod.cpp22 int sub_up (int x, int y) { return x - y; } in sub_up() function