Searched refs:xhs (Results 1 – 1 of 1) sorted by relevance
2139 BigInteger xhs = xh.square(); // xhs = xh^2 in squareKaratsuba() local2143 …return xhs.shiftLeft(half*32).add(xl.add(xh).square().subtract(xhs.add(xls))).shiftLeft(half*32).a… in squareKaratsuba()