Lines Matching refs:p0
43 mp_limb_t u0, crec, c, p1, p0, r0;
52 umul_ppmm (p1, p0, u0, v0);
56 p0 = r0 - p0;
57 c = r0 < p0;
61 r0 = p0 - crec; /* cycle 0, 3, ... */
62 c = p0 < r0; /* cycle 1, 4, ... */
80 mp_limb_t shifted_v0, u0, r0, p0, p1, prev_p1, cl, xl, c1, c2, c3;
95 umul_ppmm (p1, p0, u0, shifted_v0);
96 p0 >>= GMP_NAIL_BITS;
98 SUBC_LIMB (c2, xl, xl, p0);
116 mp_limb_t shifted_v0, u0, r0, p0, p1, prev_p1, xw, cl, xl;
131 umul_ppmm (p1, p0, u0, shifted_v0);
132 p0 >>= GMP_NAIL_BITS;
133 xw = r0 - (prev_p1 + p0) + cl;