Searched defs:ROUND_DOWN (Results 1 – 12 of 12) sorted by relevance
34 ROUND_DOWN, enumConstant
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
272 #define ROUND_DOWN(value, grain) ((value) - (value) % (grain)) macro
41 #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
81 ROUND_DOWN = MPD_ROUND_DOWN, /* round toward 0 (truncate) */ enumerator
88 ROUND_DOWN = P.ROUND_DOWN variable
70 ROUND_DOWN = 'ROUND_DOWN' variable