Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/math/BigDecimal/
DAddTests.java212 roundAway0(b1, b2); in roundAway1()
213 roundAway0(b2, b1); in roundAway1()
220 private static void roundAway0(BigDecimal b1, BigDecimal b2) { in roundAway0() method in AddTests