Searched refs:a_negate (Results 1 – 2 of 2) sorted by relevance
89 BigDecimal a_negate = a.negate(); in compareToTests() local95 compareToTest(a_negate, b_negate, -expected); in compareToTests()
101 BigInteger a_negate = a.negate(); in compareToTests() local107 compareToTest(a_negate, b_negate, -expected); in compareToTests()