Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/math/
DDoubleMathTest.java63 private static final BigDecimal MIN_INT_AS_BIG_DECIMAL = BigDecimal.valueOf(Integer.MIN_VALUE); field in DoubleMathTest
89 & expected.compareTo(MIN_INT_AS_BIG_DECIMAL) >= 0; in testRoundIntegralDoubleToInt()
108 & expected.compareTo(MIN_INT_AS_BIG_DECIMAL) >= 0; in testRoundFractionalDoubleToInt()
129 & expected.compareTo(MIN_INT_AS_BIG_DECIMAL) >= 0; in testRoundExactIntegralDoubleToInt()
/external/guava/android/guava-tests/test/com/google/common/math/
DDoubleMathTest.java63 private static final BigDecimal MIN_INT_AS_BIG_DECIMAL = BigDecimal.valueOf(Integer.MIN_VALUE); field in DoubleMathTest
89 & expected.compareTo(MIN_INT_AS_BIG_DECIMAL) >= 0; in testRoundIntegralDoubleToInt()
108 & expected.compareTo(MIN_INT_AS_BIG_DECIMAL) >= 0; in testRoundFractionalDoubleToInt()
129 & expected.compareTo(MIN_INT_AS_BIG_DECIMAL) >= 0; in testRoundExactIntegralDoubleToInt()