Searched defs:div_up (Results 1 – 6 of 6) sorted by relevance
38 T div_up (const T& x, const T& y) { return x / y; } in div_up() function65 T div_up (const T& x, const T& y) { BOOST_UP(x / y); } in div_up() function102 T div_up (const T& x, const T& y) { BOOST_UP(x / y); } in div_up() function
54 inline constexpr Type div_up(const Type& numerator, const Type& denominator) { in div_up() function
55 inline constexpr Type div_up(const Type& numerator, const Type& denominator) { in div_up() function
226 static int div_up(int val, int mult) { in div_up() function
47 static __host__ __device__ inline int64_t div_up(int64_t a, int64_t b) { in div_up() function
26 static inline int64_t div_up(int64_t a, int64_t b) { in div_up() function