Searched refs:mul_toom8h_threshold (Results 1 – 2 of 2) sorted by relevance
163 mp_size_t mul_toom8h_threshold = MUL_TOOM8H_THRESHOLD_LIMIT; variable1393 if (mul_toom8h_threshold != 0) in tune_mul_n()1398 one (&mul_toom8h_threshold, ¶m); in tune_mul_n()1400 if (next_toom_start * 1.05 >= mul_toom8h_threshold) in tune_mul_n()1402 mul_toom8h_threshold = 0; in tune_mul_n()
4772 #define MUL_TOOM8H_THRESHOLD mul_toom8h_threshold4773 extern mp_size_t mul_toom8h_threshold;