Searched defs:RoundUp (Results 1 – 6 of 6) sorted by relevance
206 Integer RoundUp(Integer i) { in RoundUp() function
128 T RoundUp(T p, u64 align) { in RoundUp() function
281 inline T RoundUp(T x, intptr_t m) { in RoundUp() function
172 static void RoundUp(Vector<char> buffer, int* length, int* decimal_point) { in RoundUp() function
614 #define RoundUp( X, Y ) ( ( X ) + ( ( Y ) - ( ( X ) % ( Y ) ) ) ) macro
6057 const SCEV *RoundUp = getAddExpr(Step, NegOne); in getBECount() local