Searched defs:mdivisor (Results 1 – 1 of 1) sorted by relevance
4328 MutableBigInteger mdivisor = new MutableBigInteger(bdivisor.mag); in divideAndRound() local4356 MutableBigInteger mdivisor = new MutableBigInteger(bdivisor.mag); in divideAndRound() local4382 private static boolean needIncrement(MutableBigInteger mdivisor, int roundingMode, in needIncrement()