Searched defs:CEIL (Results 1 – 4 of 4) sorted by relevance
497 #define CEIL(x, y) (((x) + ((y) - 1)) / (y)) macro
550 #define CEIL(x, y) (((x) + ((y) - 1)) / (y)) macro
506 #define CEIL(x, y) (((x) + ((y)-1)) / (y)) macro
667 #define CEIL(x, y) (((x) + ((y) - 1)) / (y)) macro