Searched defs:ROUND_DOWN (Results 1 – 10 of 10) sorted by relevance
32 ROUND_DOWN, enumConstant
149 public static final int ROUND_DOWN=1; field in MathContext
275 public static final int ROUND_DOWN = com.ibm.icu.math.MathContext.ROUND_DOWN; field in BigDecimal
277 public static final int ROUND_DOWN = com.ibm.icu.math.MathContext.ROUND_DOWN; field in BigDecimal
144 public static final int ROUND_DOWN=1; field in MathContext
272 public static final int ROUND_DOWN = android.icu.math.MathContext.ROUND_DOWN; field in BigDecimal
44 #define ROUND_DOWN(x, y) ((x) & ~__round_mask(x, y)) macro
76 #define ROUND_DOWN(x, step) ((x)<0 ? ((x)-(step)+1)/(step)*(step) : (x)/(step)*(step)) macro
149 ROUND_DOWN = 'ROUND_DOWN' variable