Home
last modified time | relevance | path

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

/third_party/boost/boost/numeric/interval/
Drounded_arith.hpp53 # define BOOST_NR(EXPR) this->to_nearest(); return this->force_rounding(EXPR) macro
66 T median(const T& x, const T& y) { BOOST_NR((x + y) / 2); } in median()
74 # undef BOOST_NR
86 # define BOOST_NR(EXPR) \ macro
103 T median (const T& x, const T& y) { BOOST_NR((x + y) / 2); } in median()
111 # undef BOOST_NR