Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/math/BigDecimal/
DIntegralValueTests.java237 bd.toString(), bd.scale(), expected, longValue, simpleIntValue(bd)); in reportError()
249 private static int simpleIntValue(BigDecimal bd) { in simpleIntValue() method in IntegralValueTests