| /src/sys/dev/pci/cxgb/ |
| cxgb_xgmac.c | 350 unsigned int thres, v; local 402 thres = (adap->params.vpd.cclk * 1000) / 15625; 403 thres = (thres * mtu) / 1000; 405 thres /= 10; 406 thres = mtu > thres ? (mtu - thres + 7) / 8 : 0; 407 thres = uimax(thres, 8U); /* need at least 8 * [all...] |
| cxgb_xgmac.c | 350 unsigned int thres, v; local 402 thres = (adap->params.vpd.cclk * 1000) / 15625; 403 thres = (thres * mtu) / 1000; 405 thres /= 10; 406 thres = mtu > thres ? (mtu - thres + 7) / 8 : 0; 407 thres = uimax(thres, 8U); /* need at least 8 * [all...] |
| cxgb_xgmac.c | 350 unsigned int thres, v; local 402 thres = (adap->params.vpd.cclk * 1000) / 15625; 403 thres = (thres * mtu) / 1000; 405 thres /= 10; 406 thres = mtu > thres ? (mtu - thres + 7) / 8 : 0; 407 thres = uimax(thres, 8U); /* need at least 8 * [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| lp_bld_conv.c | 825 LLVMValueRef thres; local 831 thres = bld.zero; 833 thres = lp_build_const_vec(gallivm, src_type, dst_min); 835 tmp[i] = lp_build_max(&bld, tmp[i], thres); 840 thres = bld.one; 842 thres = lp_build_const_vec(gallivm, src_type, dst_max); 844 tmp[i] = lp_build_min(&bld, tmp[i], thres);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| lp_bld_conv.c | 795 LLVMValueRef thres; local 801 thres = bld.zero; 803 thres = lp_build_const_vec(gallivm, src_type, dst_min); 805 tmp[i] = lp_build_max(&bld, tmp[i], thres); 810 thres = bld.one; 812 thres = lp_build_const_vec(gallivm, src_type, dst_max); 814 tmp[i] = lp_build_min(&bld, tmp[i], thres);
|
| /src/external/lgpl3/gmp/dist/mpn/generic/ |
| mul_fft.c | 117 mp_size_t tab_n, thres; local 125 thres = tab_n << last_k; 126 if (n <= thres)
|
| mul_fft.c | 117 mp_size_t tab_n, thres; local 125 thres = tab_n << last_k; 126 if (n <= thres)
|
| mul_fft.c | 117 mp_size_t tab_n, thres; local 125 thres = tab_n << last_k; 126 if (n <= thres)
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-loop-split.cc | 1574 int thres = param_min_loop_cond_split_prob; local 1576 if (prob < profile_probability::always ().apply_scale (thres, 100))
|
| tree-ssa-loop-split.cc | 1574 int thres = param_min_loop_cond_split_prob; local 1576 if (prob < profile_probability::always ().apply_scale (thres, 100))
|
| tree-ssa-loop-split.cc | 1574 int thres = param_min_loop_cond_split_prob; local 1576 if (prob < profile_probability::always ().apply_scale (thres, 100))
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssa-loop-split.cc | 1465 int thres = param_min_loop_cond_split_prob; local 1467 if (prob < profile_probability::always ().apply_scale (thres, 100))
|
| tree-ssa-loop-split.cc | 1465 int thres = param_min_loop_cond_split_prob; local 1467 if (prob < profile_probability::always ().apply_scale (thres, 100))
|
| tree-ssa-loop-split.cc | 1465 int thres = param_min_loop_cond_split_prob; local 1467 if (prob < profile_probability::always ().apply_scale (thres, 100))
|
| /src/external/lgpl3/gmp/dist/tune/ |
| tuneup.c | 1147 mp_size_t thres, best_thres; local 1165 one (&thres, ¶m); 1166 if (thres < best_thres) 1168 best_thres = thres; 1421 mp_size_t thres; local 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) [all...] |
| tuneup.c | 1147 mp_size_t thres, best_thres; local 1165 one (&thres, ¶m); 1166 if (thres < best_thres) 1168 best_thres = thres; 1421 mp_size_t thres; local 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) [all...] |
| tuneup.c | 1147 mp_size_t thres, best_thres; local 1165 one (&thres, ¶m); 1166 if (thres < best_thres) 1168 best_thres = thres; 1421 mp_size_t thres; local 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) [all...] |