Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/math/BigDecimal/
DCompareToTests.java91 BigDecimal b_negate = b.negate(); in compareToTests() local
95 compareToTest(a_negate, b_negate, -expected); in compareToTests()
/libcore/ojluni/src/test/java/math/BigInteger/
DCompareToTests.java103 BigInteger b_negate = b.negate(); in compareToTests() local
107 compareToTest(a_negate, b_negate, -expected); in compareToTests()