OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mpn_mulmod_bnm1_next_size
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/lgpl3/gmp/dist/mpn/generic/
binvert.c
56
mp_size_t itch_local =
mpn_mulmod_bnm1_next_size
(n);
95
m =
mpn_mulmod_bnm1_next_size
(newrn);
nussbaumer_mul.c
64
rn =
mpn_mulmod_bnm1_next_size
(an + bn);
mu_bdiv_q.c
123
tn =
mpn_mulmod_bnm1_next_size
(dn);
159
tn =
mpn_mulmod_bnm1_next_size
(dn);
208
tn =
mpn_mulmod_bnm1_next_size
(qn);
258
tn =
mpn_mulmod_bnm1_next_size
(dn);
273
tn =
mpn_mulmod_bnm1_next_size
(qn);
mu_bdiv_qr.c
121
tn =
mpn_mulmod_bnm1_next_size
(dn);
156
tn =
mpn_mulmod_bnm1_next_size
(dn);
201
tn =
mpn_mulmod_bnm1_next_size
(dn);
221
tn =
mpn_mulmod_bnm1_next_size
(dn);
305
tn =
mpn_mulmod_bnm1_next_size
(dn);
redc_n.c
60
rn =
mpn_mulmod_bnm1_next_size
(n);
invertappr.c
189
mn =
mpn_mulmod_bnm1_next_size
(n + 1);
204
|| ((mn =
mpn_mulmod_bnm1_next_size
(n + 1)) > (n + rn))) {
mu_div_qr.c
292
tn =
mpn_mulmod_bnm1_next_size
(dn + 1);
413
mp_size_t itch_local =
mpn_mulmod_bnm1_next_size
(dn + 1);
mu_divappr_q.c
222
tn =
mpn_mulmod_bnm1_next_size
(dn + 1);
362
itch_local =
mpn_mulmod_bnm1_next_size
(dn + 1);
hgcd_reduce.c
139
modn =
mpn_mulmod_bnm1_next_size
(nn + 1);
mulmod_bnm1.c
337
mpn_mulmod_bnm1_next_size
(mp_size_t n)
function
/src/external/lgpl3/gmp/dist/tests/mpn/
t-mulmod_bnm1.c
92
ASSERT_ALWAYS (
mpn_mulmod_bnm1_next_size
(MAX_N) == MAX_N);
118
n =
mpn_mulmod_bnm1_next_size
(n);
/src/external/lgpl3/gmp/dist/tune/
tuneup.c
1232
mulmod_size =
mpn_mulmod_bnm1_next_size
(2 * (size + 1)) / 2;
speed.h
1343
size =
mpn_mulmod_bnm1_next_size
(s->size); \
/src/external/lgpl3/gmp/dist/
gmp-impl.h
1270
#define
mpn_mulmod_bnm1_next_size
__MPN(mulmod_bnm1_next_size)
macro
1271
__GMP_DECLSPEC mp_size_t
mpn_mulmod_bnm1_next_size
(mp_size_t) ATTRIBUTE_CONST;
Completed in 55 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026