Home
last modified time | relevance | path

Searched defs:scratch_out (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/
H A Dmu_bdiv_q.c94 #define scratch_out (scratch + in + dn + tn) /* mulmod_bnm1_itch(next_size(dn)) */ in mpn_mu_bdiv_q_old() macro
195 #define scratch_out (scratch + in + tn)/* mulmod_bnm1_itch(next_size(qn)) */ in mpn_mu_bdiv_q_old() macro
H A Dmu_bdiv_qr.c93 #define scratch_out (scratch + in + tn)/* mulmod_bnm1_itch(next_size(dn)) */ in mpn_mu_bdiv_qr_old() macro
188 #define scratch_out (scratch + in + tn)/* mulmod_bnm1_itch(next_size(dn)) */ in mpn_mu_bdiv_qr_old() macro
H A Dtoom2_sqr.c115 #define scratch_out scratch + 2 * n in mpn_toom2_sqr() macro
H A Dremove.c70 mp_ptr scratch_out; in mpn_bdiv_qr_wrap() local
H A Dtoom3_sqr.c165 #define scratch_out (scratch + 5 * n + 5) in mpn_toom3_sqr() macro
H A Dtoom32_mul.c101 #define scratch_out (scratch + 2*n + 1) /* Currently unused. */ in mpn_toom32_mul() macro
H A Dtoom42_mul.c188 #define scratch_out scratch + 4 * n + 4 /* Currently unused. */ in mpn_toom42_mul() macro
H A Dtoom22_mul.c176 #define scratch_out scratch + 2 * n in mpn_toom22_mul() macro
H A Dtoom62_mul.c250 #define scratch_out (scratch + 8 * n + 4) /* 2n+1 */ in mpn_toom62_mul() macro
H A Dtoom53_mul.c248 #define scratch_out (scratch + 8 * n + 4) /* 2n+1 */ in mpn_toom53_mul() macro
H A Dtoom33_mul.c253 #define scratch_out (scratch + 5 * n + 5) in mpn_toom33_mul() macro
H A Dmu_divappr_q.c178 #define scratch_out (scratch + dn + tn) in mpn_preinv_mu_divappr_q() macro
H A Dmu_div_qr.c250 #define scratch_out (scratch + tn) in mpn_preinv_mu_div_qr() macro