Searched refs:bdivisor (Results 1 – 1 of 1) sorted by relevance
4322 …private static BigInteger divideAndRound(BigInteger bdividend, BigInteger bdivisor, int roundingMo… in divideAndRound() argument4328 MutableBigInteger mdivisor = new MutableBigInteger(bdivisor.mag); in divideAndRound()4331 qsign = (bdividend.signum != bdivisor.signum) ? -1 : 1; in divideAndRound()4349 …private static BigDecimal divideAndRound(BigInteger bdividend, BigInteger bdivisor, int scale, int… in divideAndRound() argument4356 MutableBigInteger mdivisor = new MutableBigInteger(bdivisor.mag); in divideAndRound()4359 qsign = (bdividend.signum != bdivisor.signum) ? -1 : 1; in divideAndRound()