Searched defs:scratch_out (Results 1 – 13 of 13) sorted by relevance
94 #define scratch_out (scratch + in + dn + tn) /* mulmod_bnm1_itch(next_size(dn)) */ in mpn_mu_bdiv_q_old() macro195 #define scratch_out (scratch + in + tn)/* mulmod_bnm1_itch(next_size(qn)) */ in mpn_mu_bdiv_q_old() macro
93 #define scratch_out (scratch + in + tn)/* mulmod_bnm1_itch(next_size(dn)) */ in mpn_mu_bdiv_qr_old() macro188 #define scratch_out (scratch + in + tn)/* mulmod_bnm1_itch(next_size(dn)) */ in mpn_mu_bdiv_qr_old() macro
115 #define scratch_out scratch + 2 * n in mpn_toom2_sqr() macro
70 mp_ptr scratch_out; in mpn_bdiv_qr_wrap() local
165 #define scratch_out (scratch + 5 * n + 5) in mpn_toom3_sqr() macro
101 #define scratch_out (scratch + 2*n + 1) /* Currently unused. */ in mpn_toom32_mul() macro
188 #define scratch_out scratch + 4 * n + 4 /* Currently unused. */ in mpn_toom42_mul() macro
176 #define scratch_out scratch + 2 * n in mpn_toom22_mul() macro
250 #define scratch_out (scratch + 8 * n + 4) /* 2n+1 */ in mpn_toom62_mul() macro
248 #define scratch_out (scratch + 8 * n + 4) /* 2n+1 */ in mpn_toom53_mul() macro
253 #define scratch_out (scratch + 5 * n + 5) in mpn_toom33_mul() macro
178 #define scratch_out (scratch + dn + tn) in mpn_preinv_mu_divappr_q() macro
250 #define scratch_out (scratch + tn) in mpn_preinv_mu_div_qr() macro