Home
last modified time | relevance | path

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

/third_party/boost/libs/numeric/interval/test/
Dfmod.cpp25 int div_down(int x, int y) { in div_down() function
/third_party/boost/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
/third_party/alsa-lib/src/pcm/
Dinterval.c46 static inline unsigned int div_down(unsigned int a, unsigned int b) in div_down() function
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_video.c221 static int div_down(int val, int mult) { in div_down() function