Searched defs:roundup (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/include/sys/ | ||
D | param.h | 55 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro |
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ | ||
D | hdtoa.c | 49 roundup(char *s0, int ndigits) in roundup() function |