Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/numeric/interval/include/boost/numeric/interval/
Drounded_arith.hpp37 T div_down (const T& x, const T& y) { return x / y; } in div_down() function
61 T div_down(const T& x, const T& y) { BOOST_DN(x / y); } in div_down() function
98 T div_down(const T& x, const T& y) { BOOST_UP_NEG(x / (-y)); } in div_down() function
/external/sdv/vsomeip/third_party/boost/numeric/interval/test/
Dfmod.cpp25 int div_down(int x, int y) { in div_down() function
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_video.c221 static int div_down(int val, int mult) { in div_down() function