Searched defs:ROUND_DOWN (Results 1 – 11 of 11) sorted by relevance
32 ROUND_DOWN, enumConstant
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
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
41 #define ROUND_DOWN(x, y) ((x) & ~__round_mask(x, y)) macro
358 #define ROUND_DOWN(value, grain) ((value) - (value) % (grain)) 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
167 ROUND_DOWN = 'ROUND_DOWN' variable
149 ROUND_DOWN = 'ROUND_DOWN' variable