Lines Matching defs:r4
180 r4 = f(1/4),f(-1/4),
189 r4 is stored at {pp + 3n, 3n + 1}.
209 #define r4 (pp + n3) /* 3n+1 */
224 DO_mpn_subrsh(r4, n3p1, r0, spt, 4, wsi);
227 r4[n3] -= DO_mpn_sublsh_n (r4 + n, pp, 2 * n, 20, wsi);
231 mpn_add_n_sub_n (r1, r4, r4, r1, n3p1);
233 ASSERT_NOCARRY(mpn_add_n (wsi, r1, r4, n3p1));
234 mpn_sub_n (r4, r4, r1, n3p1); /* can be negative */
252 mpn_submul_1 (r4, r5, n3p1, 257); /* can be negative */
254 mpn_sub_n (r4, r4, r5, n3p1); /* can be negative */
255 DO_mpn_sublsh_n (r4, r5, n3p1, 8, wsi); /* can be negative */
258 mpn_divexact_by2835x4(r4, r4, n3p1);
259 if ((r4[n3] & (GMP_NUMB_MAX << (GMP_NUMB_BITS-3))) != 0)
260 r4[n3] |= (GMP_NUMB_MAX << (GMP_NUMB_BITS-2));
263 mpn_addmul_1 (r5, r4, n3p1, 60); /* can be negative */
265 DO_mpn_sublsh_n (r5, r4, n3p1, 2, wsi); /* can be negative */
266 DO_mpn_addlsh_n (r5, r4, n3p1, 6, wsi); /* can give a carry */
294 mpn_rsh1sub_n (r4, r2, r4, n3p1);
295 r4 [n3p1 - 1] &= GMP_NUMB_MASK >> 1;
297 mpn_sub_n (r4, r2, r4, n3p1);
298 ASSERT_NOCARRY(mpn_rshift(r4, r4, n3p1, 1));
300 ASSERT_NOCARRY(mpn_sub_n (r2, r2, r4, n3p1));
320 |M r0|L r0|___||H r2|M r2|L r2|___||H r4|M r4|L r4|____|H_r6|L r6|pp
324 |M r0|L r0|___||H r2|M r2|L r2|___||H r4|M r4|L r4|____|H_r6|L r6|pp
373 #undef r4