Searched defs:roundup (Results 1 – 3 of 3) sorted by relevance
19 unsigned roundup(unsigned v) in roundup() function
52 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
49 roundup(char *s0, int ndigits) in roundup() function