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