Searched refs:DECIMAL32 (Results 1 – 3 of 3) sorted by relevance
44 public static final MathContext DECIMAL32 = new MathContext(7, RoundingMode.HALF_EVEN); field in MathContext
186 new BigDecimal(new char[] {}, 0, 0, MathContext.DECIMAL32); in testConstrCharIntIntMathContext()232 new BigDecimal(new char[] {}, MathContext.DECIMAL32); in testConstrCharMathContext()
292 new BigDecimal(new char[] {}, 0, 0, MathContext.DECIMAL32); in testConstrCharIntIntMathContext()