Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/math/
DBigInteger.java1741 BigInteger xh = x.getUpper(half); in multiplyKaratsuba()
1743 BigInteger yh = y.getUpper(half); in multiplyKaratsuba()
1966 @NonNull private BigInteger getUpper(int n) { in getUpper() method
2137 BigInteger xh = getUpper(half); in squareKaratsuba()