Searched defs:CEIL (Results 1 – 3 of 3) sorted by relevance
275 #define CEIL(x, y) (((x) + ((y)-1)) / (y)) macro
164 #define CEIL(x, y) (((x) + ((y) - 1)) / (y)) macro
61 CEIL, enumerator