Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/math/
DBigInteger.java1625 long yl = y & LONG_MASK; in multiplyByInt() local
1628 long product = (x[i] & LONG_MASK) * yl + carry; in multiplyByInt()
1742 BigInteger yl = y.getLower(half); in multiplyKaratsuba() local
1746 BigInteger p2 = xl.multiply(yl); // p2 = xl*yl in multiplyKaratsuba()
1749 BigInteger p3 = xh.add(xl).multiply(yh.add(yl)); in multiplyKaratsuba()