Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/math/BigDecimal/
DAddTests.java205 roundAway1(b1, b2); in roundAway()
206 roundAway1(b1, b2_negate); in roundAway()
207 roundAway1(b1_negate, b2); in roundAway()
208 roundAway1(b1_negate, b2_negate); in roundAway()
211 private static void roundAway1(BigDecimal b1, BigDecimal b2) { in roundAway1() method in AddTests