Home
last modified time | relevance | path

Searched refs:roundup (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dhdtoa.c49 roundup(char *s0, int ndigits) in roundup() function
82 adjust = roundup(s0, ndigits); in dorounding()
86 adjust = roundup(s0, ndigits); in dorounding()
90 adjust = roundup(s0, ndigits); in dorounding()
/bionic/libc/include/sys/
Dparam.h52 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro