Searched refs:z2l (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gmp/mpn/cray/ieee/
H A Dinvert_limb.c72 mp_limb_t z, z2l, z2h, tl, th; local
79 z2l = z * z; /* z2l < 2^32 */
80 umul_ppmm (th, tl, z2l, d);
86 z2l = z * z; /* z2l < 2^32 */
87 th = z2l * (d >> 32); /* th < 2^64 */
90 z2l = z * z;
91 umul_ppmm (th, tl, z2l, d);
95 umul_ppmm (z2h, z2l,
[all...]

Completed in 77 milliseconds