OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:itch_local
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/lgpl3/gmp/dist/mpn/generic/
binvert.c
56
mp_size_t
itch_local
= mpn_mulmod_bnm1_next_size (n);
local
57
mp_size_t itch_out = mpn_mulmod_bnm1_itch (
itch_local
, n, (n + 1) >> 1);
58
return
itch_local
+ itch_out;
mu_div_qr.c
413
mp_size_t
itch_local
= mpn_mulmod_bnm1_next_size (dn + 1);
local
414
mp_size_t itch_out = mpn_mulmod_bnm1_itch (
itch_local
, dn, in);
416
return
itch_local
+ itch_out;
mu_divappr_q.c
353
mp_size_t qn, in,
itch_local
, itch_out, itch_invapp;
local
362
itch_local
= mpn_mulmod_bnm1_next_size (dn + 1);
363
itch_out = mpn_mulmod_bnm1_itch (
itch_local
, dn, in);
366
ASSERT (dn +
itch_local
+ itch_out >= itch_invapp);
367
return in + MAX (dn +
itch_local
+ itch_out, itch_invapp);
Completed in 14 milliseconds
Indexes created Tue Apr 07 00:22:49 UTC 2026