Home
last modified time | relevance | path

Searched defs:add_up (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/numeric/interval/
Drounded_arith.hpp32 T add_up (const T& x, const T& y) { return x + y; } in add_up() function
62 T add_up (const T& x, const T& y) { BOOST_UP(x + y); } in add_up() function
99 T add_up (const T& x, const T& y) { BOOST_UP(x + y); } in add_up() function