Searched defs:ROUND_DOWN (Results 1 – 12 of 12) sorted by relevance
32 ROUND_DOWN, enumConstant
149 public static final int ROUND_DOWN=1; field in MathContext
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
275 public static final int ROUND_DOWN = com.ibm.icu.math.MathContext.ROUND_DOWN; field in BigDecimal
40 #define ROUND_DOWN(x, y) ((x) & ~__round_mask(x, y)) macro
74 #define ROUND_DOWN(x, step) ((x)<0 ? ((x)-(step)+1)/(step)*(step) : (x)/(step)*(step)) macro
78 ROUND_DOWN = P.ROUND_DOWN variable
149 ROUND_DOWN = 'ROUND_DOWN' variable
164 ROUND_DOWN = 'ROUND_DOWN' variable