Home
last modified time | relevance | path

Searched refs:mod_1_1_to_mod_1_2_threshold (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/tune/
H A Dtuneup.c223 mp_size_t mod_1_1_to_mod_1_2_threshold = MP_SIZE_T_MAX; variable
2377 one (&mod_1_1_to_mod_1_2_threshold, &param); in tune_mod_1()
2386 if (mod_1_1_to_mod_1_2_threshold >= mod_1_2_to_mod_1_4_threshold) in tune_mod_1()
2396 one (&mod_1_1_to_mod_1_2_threshold, &param); in tune_mod_1()
2406 if (mod_1u_to_mod_1_1_threshold >= mod_1_1_to_mod_1_2_threshold) in tune_mod_1()
2407 mod_1_1_to_mod_1_2_threshold = 0; in tune_mod_1()
2412 print_define_remark ("MOD_1_1_TO_MOD_1_2_THRESHOLD", mod_1_1_to_mod_1_2_threshold, in tune_mod_1()
2413 mod_1_1_to_mod_1_2_threshold == 0 ? "never mpn_mod_1_1p" : NULL); in tune_mod_1()
/netbsd-src/external/lgpl3/gmp/dist/
H A Dgmp-impl.h5021 #define MOD_1_1_TO_MOD_1_2_THRESHOLD mod_1_1_to_mod_1_2_threshold
5022 extern mp_size_t mod_1_1_to_mod_1_2_threshold;