Searched defs:multiplyAndRound (Results 1 – 1 of 1) sorted by relevance
5532 private static BigDecimal multiplyAndRound(long x, long y, int scale, MathContext mc) { in multiplyAndRound() method5576 private static BigDecimal multiplyAndRound(long x, BigInteger y, int scale, MathContext mc) { in multiplyAndRound() method5583 …private static BigDecimal multiplyAndRound(BigInteger x, BigInteger y, int scale, MathContext mc) { in multiplyAndRound() method