Searched refs:itch_local (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gmp/mpn/generic/
H A Dbinvert.c54 mp_size_t itch_local = mpn_mulmod_bnm1_next_size (n); local
55 mp_size_t itch_out = mpn_mulmod_bnm1_itch (itch_local, n, (n + 1) >> 1);
56 return itch_local + itch_out;
H A Dmu_div_qr.c391 mp_size_t itch_local = mpn_mulmod_bnm1_next_size (dn + 1); local
393 mp_size_t itch_out = mpn_mulmod_bnm1_itch (itch_local, dn, in);
395 return in + itch_local + itch_out;
401 mp_size_t itch_local = mpn_mulmod_bnm1_next_size (dn + 1); local
402 mp_size_t itch_out = mpn_mulmod_bnm1_itch (itch_local, dn, in);
404 return itch_local + itch_out;
H A Dmu_divappr_q.c340 mp_size_t qn, in, itch_local, itch_out; local
349 itch_local = mpn_mulmod_bnm1_next_size (dn + 1);
350 itch_out = mpn_mulmod_bnm1_itch (itch_local, dn, in);
351 return in + dn + itch_local + itch_out;

Completed in 97 milliseconds