Searched defs:CEIL (Results 1 – 7 of 7) sorted by relevance
33 #define CEIL(a, b) (((a) + (b-1)) / (b)) macro
275 #define CEIL(x, y) (((x) + ((y)-1)) / (y)) macro
45 CEIL, enumerator
258 #define CEIL(x, y) (((x) + ((y) - 1)) / (y)) macro
266 #define CEIL(x, y) (((x) + ((y) - 1)) / (y)) macro
60 CEIL, enumerator