Home
last modified time | relevance | path

Searched refs:thres (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/dev/pci/cxgb/
Dcxgb_xgmac.c350 unsigned int thres, v; in t3_mac_set_mtu() local
402 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()
/netbsd/src/external/lgpl3/gmp/dist/tune/
Dtuneup.c1147 mp_size_t thres, best_thres; in fft() local
1165 one (&thres, &param); in fft()
1166 if (thres < best_thres) in fft()
1168 best_thres = thres; in fft()
1421 mp_size_t thres; in tune_mul() local
1429 one (&thres, &param); in tune_mul()
1430 mul_toom32_to_toom43_threshold = thres * 17 / 24; in tune_mul()
1437 one (&thres, &param); in tune_mul()
1438 mul_toom32_to_toom53_threshold = thres * 19 / 30; in tune_mul()
1445 one (&thres, &param); in tune_mul()
[all …]
/netbsd/src/external/lgpl3/gmp/dist/mpn/generic/
Dmul_fft.c117 mp_size_t tab_n, thres; in mpn_fft_best_k() local
125 thres = tab_n << last_k; in mpn_fft_best_k()
126 if (n <= thres) in mpn_fft_best_k()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-ssa-loop-split.cc1465 int thres = param_min_loop_cond_split_prob; in get_cond_branch_to_split_loop() local
1467 if (prob < profile_probability::always ().apply_scale (thres, 100)) in get_cond_branch_to_split_loop()