Searched refs:sub_down (Results 1 – 6 of 6) 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 -=() 146 return interval<T,Policies>(rnd.sub_down(x.lower(), y.upper()), in operator -() 156 return interval<T,Policies>(rnd.sub_down(x, y.upper()), in operator -() 166 return interval<T,Policies>(rnd.sub_down(x.lower(), y), in operator -()
|
D | rounded_arith.hpp | 33 T sub_down (const T& x, const T& y) { return x - y; } in sub_down() function 59 T sub_down(const T& x, const T& y) { BOOST_DN(x - y); } in sub_down() function 96 T sub_down(const T& x, const T& y) { BOOST_UP_NEG(y - x); } in sub_down() function
|
D | arith3.hpp | 42 return I(rnd.sub_down(x, y), rnd.sub_up(x, y), true); in sub()
|
D | transc.hpp | 75 …return I(static_cast<T>(-1), rnd.cos_up(min BOOST_PREVENT_MACRO_SUBSTITUTION(rnd.sub_down(pi2.lowe… in cos()
|
D | utility.hpp | 88 return interval<T, Policies>(rnd.sub_down(x.lower(), v), in widen()
|
/third_party/boost/libs/numeric/interval/test/ |
D | fmod.cpp | 21 int sub_down(int x, int y) { return x - y; } in sub_down() function
|