Search | Google it | Results 1 - 3 of 3 for fundef:roundup (0.01 seconds) |
185: #endif 186: #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) 187: #define powerof2(x) ((((x)-1)&(x))==0)
48: static int 49: roundup(char *s0, int ndigits) 50: {
337: #endif 338: #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) 339: #define rounddown(x,y) (((x)/(y))*(y))