Home | History | Annotate | Download | only in i18n

Lines Matching refs:ROUNDUP

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