Lines Matching refs:yp

396    using the routines will ensure s->xp and s->yp are aligned.  Aligning
413 s->size can be used creatively, and s->xp and s->yp can be ignored. For
893 SPEED_ROUTINE_MPN_ADDSUB_N_CALL (mpn_add_n_sub_n (ap, sp, s->xp, s->yp, s->size));
959 SPEED_ROUTINE_MPN_BINARY_N_CALL (mpn_and_n (wp, s->xp, s->yp, s->size));
964 SPEED_ROUTINE_MPN_BINARY_N_CALL (mpn_andn_n (wp, s->xp, s->yp, s->size));
969 SPEED_ROUTINE_MPN_BINARY_N_CALL (mpn_nand_n (wp, s->xp, s->yp, s->size));
974 SPEED_ROUTINE_MPN_BINARY_N_CALL (mpn_ior_n (wp, s->xp, s->yp, s->size));
979 SPEED_ROUTINE_MPN_BINARY_N_CALL (mpn_iorn_n (wp, s->xp, s->yp, s->size));
984 SPEED_ROUTINE_MPN_BINARY_N_CALL (mpn_nior_n (wp, s->xp, s->yp, s->size));
989 SPEED_ROUTINE_MPN_BINARY_N_CALL (mpn_xor_n (wp, s->xp, s->yp, s->size));
994 SPEED_ROUTINE_MPN_BINARY_N_CALL (mpn_xnor_n (wp, s->xp, s->yp, s->size));
1145 (mpn_nussbaumer_mul (wp, s->xp, s->size, s->yp, s->size));
1159 (mpn_mul_fft_full (wp, s->xp, s->size, s->yp, s->size));
1195 speed_operand_src (s, s->yp, s->size); \
1214 (mpn_mul_fft (wp, pl, s->xp, s->size, s->yp, s->size, k), 0);
1227 SPEED_ROUTINE_MPN_MUL_N_CALL (mpn_fft_mul (wp, s->xp, s->size, s->yp, s->size));
1250 SPEED_ROUTINE_MPN_MULMOD_BNM1_CALL (mpn_mulmod_bnm1 (wp, s->size, s->xp, s->size, s->yp, s->size, tp));
1256 SPEED_ROUTINE_MPN_MULMOD_BNM1_CALL (mpn_bc_mulmod_bnm1 (wp, s->xp, s->yp, s->size, tp));
1293 MPN_COPY (b, s->yp, s->size);
1349 s->yp[s->size - 1] |= 1;
1359 MPN_COPY (bp, s->yp, s->size);
1394 s->yp[s->size - 1] |= 1;
1404 MPN_COPY (bp, s->yp, s->size);
1616 noop_wxys (wp, s->xp, s->yp, s->size);
1735 mpz_set_n (y, s->yp, s->size);
1815 l = s->yp[0]; \
1998 r = s->yp[0] % d; \