Searched refs:mul_toom42_to_toom63_threshold (Results 1 – 2 of 2) sorted by relevance
167 mp_size_t mul_toom42_to_toom63_threshold = MP_SIZE_T_MAX; variable1454 mul_toom42_to_toom63_threshold = thres / 2; in tune_mul()1455 print_define ("MUL_TOOM42_TO_TOOM63_THRESHOLD", mul_toom42_to_toom63_threshold); in tune_mul()
4788 #define MUL_TOOM42_TO_TOOM63_THRESHOLD mul_toom42_to_toom63_threshold4789 extern mp_size_t mul_toom42_to_toom63_threshold;