Searched defs:ROUND_UP (Results 1 – 11 of 11) sorted by relevance
61 ROUND_UP = 1, enumerator
35 ROUND_UP, enumConstant
227 public static final int ROUND_UP=0; field in MathContext
323 public static final int ROUND_UP = com.ibm.icu.math.MathContext.ROUND_UP; field in BigDecimal
321 public static final int ROUND_UP = com.ibm.icu.math.MathContext.ROUND_UP; field in BigDecimal
216 public static final int ROUND_UP=0; field in MathContext
312 public static final int ROUND_UP = android.icu.math.MathContext.ROUND_UP; field in BigDecimal
43 #define ROUND_UP(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
204 #define ROUND_UP(n, sz) (((n) + ((sz) - 1)) & ~((sz) - 1)) macro
76 #define ROUND_UP(n, sz) (((n) + ((sz) - 1)) & ~((sz) - 1)) macro