Searched refs:itch_out (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/generic/
H A Dmu_bdiv_q.c220 mp_size_t qn, in, tn, itch_binvert, itch_out, itches; local
232 itch_out = 0;
237 itch_out = mpn_mulmod_bnm1_itch (tn, dn, in);
240 itches = dn + tn + itch_out;
249 itch_out = 0;
254 itch_out = mpn_mulmod_bnm1_itch (tn, qn, in);
257 itches = tn + itch_out;
H A Dmu_bdiv_qr.c240 mp_size_t qn, in, tn, itch_binvert, itch_out, itches; local
252 itch_out = 0;
257 itch_out = mpn_mulmod_bnm1_itch (tn, dn, in);
260 itches = tn + itch_out;
269 itch_out = 0;
274 itch_out = mpn_mulmod_bnm1_itch (tn, dn, in);
278 itches = tn + itch_out;
H A Dbinvert.c55 mp_size_t itch_out = mpn_mulmod_bnm1_itch (itch_local, n, (n + 1) >> 1); local
56 return itch_local + itch_out;
H A Dmu_div_qr.c393 mp_size_t itch_out = mpn_mulmod_bnm1_itch (itch_local, dn, in); local
395 return in + itch_local + itch_out;
402 mp_size_t itch_out = mpn_mulmod_bnm1_itch (itch_local, dn, in); local
404 return itch_local + itch_out;
H A Dmu_divappr_q.c340 mp_size_t qn, in, itch_local, itch_out; local
350 itch_out = mpn_mulmod_bnm1_itch (itch_local, dn, in);
351 return in + dn + itch_local + itch_out;

Completed in 123 milliseconds