Home
last modified time | relevance | path

Searched refs:MIN_LONG_AS_BIG_DECIMAL (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-tests/test/com/google/common/math/
DDoubleMathTest.java66 private static final BigDecimal MIN_LONG_AS_BIG_DECIMAL = BigDecimal.valueOf(Long.MIN_VALUE); field in DoubleMathTest
185 & expected.compareTo(MIN_LONG_AS_BIG_DECIMAL) >= 0; in testRoundIntegralDoubleToLong()
204 & expected.compareTo(MIN_LONG_AS_BIG_DECIMAL) >= 0; in testRoundFractionalDoubleToLong()
223 & expected.compareTo(MIN_LONG_AS_BIG_DECIMAL) >= 0; in testRoundExactIntegralDoubleToLong()
/external/guava/android/guava-tests/test/com/google/common/math/
DDoubleMathTest.java66 private static final BigDecimal MIN_LONG_AS_BIG_DECIMAL = BigDecimal.valueOf(Long.MIN_VALUE); field in DoubleMathTest
185 & expected.compareTo(MIN_LONG_AS_BIG_DECIMAL) >= 0; in testRoundIntegralDoubleToLong()
204 & expected.compareTo(MIN_LONG_AS_BIG_DECIMAL) >= 0; in testRoundFractionalDoubleToLong()
223 & expected.compareTo(MIN_LONG_AS_BIG_DECIMAL) >= 0; in testRoundExactIntegralDoubleToLong()