Searched refs:z0 (Results 1 – 5 of 5) sorted by relevance
64 long z0 = x0 * y1 + (t & 0xffffffffL); in unsignedMultiplyHigh() local67 return x1 * y1 + z1 + (z0 >>> 32); in unsignedMultiplyHigh()
21 s/class ([A-Za-z0-9_]+)Test/class \1JarjarTest/
1558 long z0 = t >> 32; in multiplyHigh() local1561 return x1 * y1 + z0 + (z1 >> 32); in multiplyHigh()