Searched refs:thres (Results 1 – 4 of 4) sorted by relevance
350 unsigned int thres, v; in t3_mac_set_mtu() local402 thres = (adap->params.vpd.cclk * 1000) / 15625; in t3_mac_set_mtu()403 thres = (thres * mtu) / 1000; in t3_mac_set_mtu()405 thres /= 10; in t3_mac_set_mtu()406 thres = mtu > thres ? (mtu - thres + 7) / 8 : 0; in t3_mac_set_mtu()407 thres = uimax(thres, 8U); /* need at least 8 */ in t3_mac_set_mtu()410 V_TXFIFOTHRESH(thres) | V_TXIPG(1)); in t3_mac_set_mtu()
1147 mp_size_t thres, best_thres; in fft() local1165 one (&thres, ¶m); in fft()1166 if (thres < best_thres) in fft()1168 best_thres = thres; in fft()1421 mp_size_t thres; in tune_mul() local1429 one (&thres, ¶m); in tune_mul()1430 mul_toom32_to_toom43_threshold = thres * 17 / 24; in tune_mul()1437 one (&thres, ¶m); in tune_mul()1438 mul_toom32_to_toom53_threshold = thres * 19 / 30; in tune_mul()1445 one (&thres, ¶m); in tune_mul()[all …]
117 mp_size_t tab_n, thres; in mpn_fft_best_k() local125 thres = tab_n << last_k; in mpn_fft_best_k()126 if (n <= thres) in mpn_fft_best_k()
1465 int thres = param_min_loop_cond_split_prob; in get_cond_branch_to_split_loop() local1467 if (prob < profile_probability::always ().apply_scale (thres, 100)) in get_cond_branch_to_split_loop()