Lines Matching defs:thres
1147 mp_size_t thres, best_thres;
1165 one (&thres, ¶m);
1166 if (thres < best_thres)
1168 best_thres = thres;
1421 mp_size_t thres;
1429 one (&thres, ¶m);
1430 mul_toom32_to_toom43_threshold = thres * 17 / 24;
1437 one (&thres, ¶m);
1438 mul_toom32_to_toom53_threshold = thres * 19 / 30;
1445 one (&thres, ¶m);
1446 mul_toom42_to_toom53_threshold = thres * 11 / 20;
1453 one (&thres, ¶m);
1454 mul_toom42_to_toom63_threshold = thres / 2;
1462 one (&thres, ¶m);
1463 mul_toom43_to_toom54_threshold = thres * 5 / 6;