Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gmp/mpn/generic/
H A Dmu_bdiv_q.c84 #define scratch_out (scratch + in + dn + tn) /* mulmod_bnm1_itch(next_size(dn)) */ in mpn_mu_bdiv_q() macro
185 #define scratch_out (scratch + in + tn)/* mulmod_bnm1_itch(next_size(qn)) */ in mpn_mu_bdiv_q() macro
H A Dmu_bdiv_qr.c85 #define scratch_out (scratch + in + tn)/* mulmod_bnm1_itch(next_size(dn)) */ in mpn_mu_bdiv_qr() macro
180 #define scratch_out (scratch + in + tn)/* mulmod_bnm1_itch(next_size(dn)) */ in mpn_mu_bdiv_qr() macro
H A Dtoom2_sqr.c104 #define scratch_out scratch + 2 * n in mpn_toom2_sqr() macro
H A Dremove.c58 mp_ptr tp, qp, np, pp, qp2, scratch_out; in mpn_remove() local
H A Dtoom3_sqr.c154 #define scratch_out (scratch + 5 * n + 5) in mpn_toom3_sqr() macro
H A Dtoom32_mul.c91 #define scratch_out (scratch + 2*n + 1) /* Currently unused. */ in mpn_toom32_mul() macro
H A Dtoom22_mul.c165 #define scratch_out scratch + 2 * n in mpn_toom22_mul() macro
H A Dtoom42_mul.c178 #define scratch_out scratch + 4 * n + 4 /* Currently unused. */ in mpn_toom42_mul() macro
H A Dtoom53_mul.c237 #define scratch_out (scratch + 8 * n + 4) /* 2n+1 */ in mpn_toom53_mul() macro
H A Dtoom62_mul.c240 #define scratch_out (scratch + 8 * n + 4) /* 2n+1 */ in mpn_toom62_mul() macro
H A Dtoom33_mul.c242 #define scratch_out (scratch + 5 * n + 5) in mpn_toom33_mul() macro
H A Dmu_divappr_q.c165 #define scratch_out (scratch + dn + tn) in mpn_preinv_mu_divappr_q() macro
H A Dmu_div_qr.c239 #define scratch_out (scratch + tn) in mpn_preinv_mu_div_qr() macro