Home | History | Annotate | Download | only in i18n

Lines Matching refs:ROUNDUP

106   /* ROUNDUP -- round an integer up to a multiple of n                */
107 #define ROUNDUP(i, n) ((((i)+(n)-1)/n)*n)
330 #define DECPMAX9 (ROUNDUP(DECPMAX, 9)/9) /* 'Pmax' in 10**9s */