Home
last modified time | relevance | path

Searched refs:int_down (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/numeric/interval/
Drounded_arith.hpp44 T int_down (const T& x) in int_down() function
71 T int_down(const T& x) { this->downward(); return this->to_int(x); } in int_down() function
108 T int_down(const T& x) { return -this->to_int(-x); } in int_down() function
Darith2.hpp40 T n = rnd.int_down(rnd.div_down(x.lower(), yb)); in fmod()
51 T n = rnd.int_down(rnd.div_down(x.lower(), y)); in fmod()
63 T n = rnd.int_down(rnd.div_down(x, yb)); in fmod()
/third_party/boost/libs/numeric/interval/test/
Dfmod.cpp29 int int_down(int x) { return x; } in int_down() function