Searched defs:scratch_out (Results 1 – 13 of 13) sorted by relevance
84 #define scratch_out (scratch + in + dn + tn) /* mulmod_bnm1_itch(next_size(dn)) */ in mpn_mu_bdiv_q() macro185 #define scratch_out (scratch + in + tn)/* mulmod_bnm1_itch(next_size(qn)) */ in mpn_mu_bdiv_q() macro
85 #define scratch_out (scratch + in + tn)/* mulmod_bnm1_itch(next_size(dn)) */ in mpn_mu_bdiv_qr() macro180 #define scratch_out (scratch + in + tn)/* mulmod_bnm1_itch(next_size(dn)) */ in mpn_mu_bdiv_qr() macro
104 #define scratch_out scratch + 2 * n in mpn_toom2_sqr() macro
58 mp_ptr tp, qp, np, pp, qp2, scratch_out; in mpn_remove() local
154 #define scratch_out (scratch + 5 * n + 5) in mpn_toom3_sqr() macro
91 #define scratch_out (scratch + 2*n + 1) /* Currently unused. */ in mpn_toom32_mul() macro
165 #define scratch_out scratch + 2 * n in mpn_toom22_mul() macro
178 #define scratch_out scratch + 4 * n + 4 /* Currently unused. */ in mpn_toom42_mul() macro
237 #define scratch_out (scratch + 8 * n + 4) /* 2n+1 */ in mpn_toom53_mul() macro
240 #define scratch_out (scratch + 8 * n + 4) /* 2n+1 */ in mpn_toom62_mul() macro
242 #define scratch_out (scratch + 5 * n + 5) in mpn_toom33_mul() macro
165 #define scratch_out (scratch + dn + tn) in mpn_preinv_mu_divappr_q() macro
239 #define scratch_out (scratch + tn) in mpn_preinv_mu_div_qr() macro