Searched refs:mod_1_2_to_mod_1_4_threshold (Results 1 – 2 of 2) sorted by relevance
224 mp_size_t mod_1_2_to_mod_1_4_threshold = MP_SIZE_T_MAX; variable2384 one (&mod_1_2_to_mod_1_4_threshold, ¶m); 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()2389 mod_1_2_to_mod_1_4_threshold = 0; in tune_mod_1()2408 if (mod_1u_to_mod_1_1_threshold >= mod_1_2_to_mod_1_4_threshold) in tune_mod_1()2409 mod_1_2_to_mod_1_4_threshold = 0; in tune_mod_1()2414 print_define_remark ("MOD_1_2_TO_MOD_1_4_THRESHOLD", mod_1_2_to_mod_1_4_threshold, in tune_mod_1()2415 mod_1_2_to_mod_1_4_threshold == 0 ? "never mpn_mod_1s_2p" : NULL); in tune_mod_1()
5025 #define MOD_1_2_TO_MOD_1_4_THRESHOLD mod_1_2_to_mod_1_4_threshold5026 extern mp_size_t mod_1_2_to_mod_1_4_threshold;