Searched refs:yh (Results 1 – 1 of 1) sorted by relevance
1743 BigInteger yh = y.getUpper(half); in multiplyKaratsuba() local1745 BigInteger p1 = xh.multiply(yh); // p1 = xh*yh in multiplyKaratsuba()1749 BigInteger p3 = xh.add(xl).multiply(yh.add(yl)); in multiplyKaratsuba()