Home
last modified time | relevance | path

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

/third_party/boost/libs/numeric/interval/test/
Dfmod.cpp24 int mul_up (int x, int y) { return x * y; } in mul_up() function
/third_party/boost/boost/numeric/interval/
Drounded_arith.hpp36 T mul_up (const T& x, const T& y) { return x * y; } in mul_up() function
64 T mul_up (const T& x, const T& y) { BOOST_UP(x * y); } in mul_up() function
101 T mul_up (const T& x, const T& y) { BOOST_UP(x * y); } in mul_up() function