Searched refs:MAX_LONG_AS_BIG_DECIMAL (Results 1 – 2 of 2) sorted by relevance
65 private static final BigDecimal MAX_LONG_AS_BIG_DECIMAL = BigDecimal.valueOf(Long.MAX_VALUE); field in DoubleMathTest184 expected.compareTo(MAX_LONG_AS_BIG_DECIMAL) <= 0 in testRoundIntegralDoubleToLong()203 expected.compareTo(MAX_LONG_AS_BIG_DECIMAL) <= 0 in testRoundFractionalDoubleToLong()222 expected.compareTo(MAX_LONG_AS_BIG_DECIMAL) <= 0 in testRoundExactIntegralDoubleToLong()