Home
last modified time | relevance | path

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

/third_party/boost/boost/numeric/interval/
Drounded_arith.hpp38 T div_up (const T& x, const T& y) { return x / y; } in div_up() function
65 T div_up (const T& x, const T& y) { BOOST_UP(x / y); } in div_up() function
102 T div_up (const T& x, const T& y) { BOOST_UP(x / y); } in div_up() function
/third_party/alsa-lib/src/pcm/
Dinterval.c53 static inline unsigned int div_up(unsigned int a, unsigned int b) in div_up() function
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_video.c226 static int div_up(int val, int mult) { in div_up() function