Searched refs:noRound (Results 1 – 1 of 1) sorted by relevance
357 BigDecimal noRound = null; in divideByOneTests() local359 noRound = BigDecimal.valueOf(unscaled, scale). in divideByOneTests()375 if (noRound != null && roundDown != null && noRound.compareTo(roundDown) != 0) { in divideByOneTests()