Searched refs:getLower (Results 1 – 2 of 2) sorted by relevance
1740 BigInteger xl = x.getLower(half); in multiplyKaratsuba()1742 BigInteger yl = y.getLower(half); in multiplyKaratsuba()1948 @NonNull private BigInteger getLower(int n) { in getLower() method2136 BigInteger xl = getLower(half); in squareKaratsuba()
707 private BigInteger getLower(int n) { in getLower() method in MutableBigInteger1356 BigInteger b2 = b.getLower(n); in divide3n2n()