Searched refs:yl (Results 1 – 1 of 1) sorted by relevance
1625 long yl = y & LONG_MASK; in multiplyByInt() local1628 long product = (x[i] & LONG_MASK) * yl + carry; in multiplyByInt()1742 BigInteger yl = y.getLower(half); in multiplyKaratsuba() local1746 BigInteger p2 = xl.multiply(yl); // p2 = xl*yl in multiplyKaratsuba()1749 BigInteger p3 = xh.add(xl).multiply(yh.add(yl)); in multiplyKaratsuba()