Searched refs:DECIMAL64 (Results 1 – 5 of 5) sorted by relevance
170 7, MathContext.DECIMAL64); in roundingConstructorTest()173 0, MathContext.DECIMAL64); in roundingConstructorTest()176 -7, MathContext.DECIMAL64); in roundingConstructorTest()209 minLongConstructorTest(MathContext.DECIMAL64); in minLongConstructorTest()
57 BigDecimal result = input.sqrt(MathContext.DECIMAL64); in negativeTests()75 compare(BigDecimal.valueOf(0L, i).sqrt(MathContext.DECIMAL64), in zeroTests()166 result = testValue.sqrt(MathContext.DECIMAL64), in evenPowersOfTenTests()
5767 BigDecimal res1 = v1.divide(v2, MathContext.DECIMAL64); in mcDivideTests()
96 public static final MathContext DECIMAL64 = field in MathContext
5395 field public static final java.math.MathContext DECIMAL64;