Searched refs:z1 (Results 1 – 2 of 2) sorted by relevance
65 long z1 = t >>> 32; in unsignedMultiplyHigh() local67 return x1 * y1 + z1 + (z0 >>> 32); in unsignedMultiplyHigh()
1557 long z1 = t & 0xFFFFFFFFL; in multiplyHigh() local1559 z1 += x2 * y1; in multiplyHigh()1561 return x1 * y1 + z0 + (z1 >> 32); in multiplyHigh()