Searched refs:MAX_LONG_AS_BIG_DECIMAL (Results 1 - 1 of 1) sorted by relevance

/external/guava/guava-tests/test/com/google/common/math/
H A DDoubleMathTest.java55 private static final BigDecimal MAX_LONG_AS_BIG_DECIMAL = BigDecimal.valueOf(Long.MAX_VALUE); field in class:DoubleMathTest
156 boolean isInBounds = expected.compareTo(MAX_LONG_AS_BIG_DECIMAL) <= 0
173 boolean isInBounds = expected.compareTo(MAX_LONG_AS_BIG_DECIMAL) <= 0
190 boolean isInBounds = expected.compareTo(MAX_LONG_AS_BIG_DECIMAL) <= 0

Completed in 77 milliseconds