Home
last modified time | relevance | path

Searched refs:getLower (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/math/
DBigInteger.java1740 BigInteger xl = x.getLower(half); in multiplyKaratsuba()
1742 BigInteger yl = y.getLower(half); in multiplyKaratsuba()
1948 @NonNull private BigInteger getLower(int n) { in getLower() method
2136 BigInteger xl = getLower(half); in squareKaratsuba()
DMutableBigInteger.java707 private BigInteger getLower(int n) { in getLower() method in MutableBigInteger
1356 BigInteger b2 = b.getLower(n); in divide3n2n()