OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mod_1_2_to_mod_1_4_threshold
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/lgpl3/gmp/dist/tune/
tuneup.c
224
mp_size_t
mod_1_2_to_mod_1_4_threshold
= MP_SIZE_T_MAX;
variable
2382
param.name = "
MOD_1_2_TO_MOD_1_4_THRESHOLD
";
2384
one (&
mod_1_2_to_mod_1_4_threshold
, ¶m);
2386
if (mod_1_1_to_mod_1_2_threshold >=
mod_1_2_to_mod_1_4_threshold
)
2389
mod_1_2_to_mod_1_4_threshold
= 0;
2408
if (mod_1u_to_mod_1_1_threshold >=
mod_1_2_to_mod_1_4_threshold
)
2409
mod_1_2_to_mod_1_4_threshold
= 0;
2414
print_define_remark ("
MOD_1_2_TO_MOD_1_4_THRESHOLD
",
mod_1_2_to_mod_1_4_threshold
,
2415
mod_1_2_to_mod_1_4_threshold
== 0 ? "never mpn_mod_1s_2p" : NULL)
[
all
...]
/src/external/lgpl3/gmp/dist/
gmp-impl.h
5024
#undef
MOD_1_2_TO_MOD_1_4_THRESHOLD
5025
#define
MOD_1_2_TO_MOD_1_4_THRESHOLD
mod_1_2_to_mod_1_4_threshold
5026
extern mp_size_t
mod_1_2_to_mod_1_4_threshold
;
Completed in 32 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026