Searched defs:divideKnuth (Results 1 - 2 of 2) sorted by relevance

/openjdk9/jdk/src/java.base/share/classes/java/math/
H A DMutableBigInteger.java1162 MutableBigInteger divideKnuth(MutableBigInteger b, MutableBigInteger quotient) { method in class:MutableBigInteger
1177 MutableBigInteger divideKnuth(MutableBigInteger b, MutableBigInteger quotient, boolean needRemainder) { method in class:MutableBigInteger
H A DBigInteger.java2197 private BigInteger divideKnuth(BigInteger val) { method in class:BigInteger

Completed in 22 milliseconds