Searched defs:round_up (Results 1 – 3 of 3) sorted by relevance
131 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
50 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
5636 Label round_up; in DoClampTToUint8NoSSE2() local