Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/numeric/interval/include/boost/numeric/interval/
Drounded_arith.hpp33 T sub_down (const T& x, const T& y) { return x - y; } in sub_down() function
59 T sub_down(const T& x, const T& y) { BOOST_DN(x - y); } in sub_down() function
96 T sub_down(const T& x, const T& y) { BOOST_UP_NEG(y - x); } in sub_down() function
/external/sdv/vsomeip/third_party/boost/numeric/interval/test/
Dfmod.cpp21 int sub_down(int x, int y) { return x - y; } in sub_down() function