Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/numeric/interval/include/boost/numeric/interval/
Drounded_arith.hpp34 T sub_up (const T& x, const T& y) { return x - y; } in sub_up() function
63 T sub_up (const T& x, const T& y) { BOOST_UP(x - y); } in sub_up() function
100 T sub_up (const T& x, const T& y) { BOOST_UP(x - y); } in sub_up() function
/external/sdv/vsomeip/third_party/boost/numeric/interval/test/
Dfmod.cpp22 int sub_up (int x, int y) { return x - y; } in sub_up() function