Home
last modified time | relevance | path

Searched defs:roundup (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/media/audio_utils/
H A Droundup.c19 unsigned roundup(unsigned v) in roundup() function
/aosp12/bionic/libc/include/sys/
H A Dparam.h52 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/aosp12/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dhdtoa.c49 roundup(char *s0, int ndigits) in roundup() function