Searched refs:roundup (Results 1 – 2 of 2) sorted by relevance
49 roundup(char *s0, int ndigits) in roundup() function82 adjust = roundup(s0, ndigits); in dorounding()86 adjust = roundup(s0, ndigits); in dorounding()90 adjust = roundup(s0, ndigits); in dorounding()
52 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro