HomeSort by: relevance | last modified time | path
    Searched defs:thres (Results 1 - 5 of 5) sorted by relevancy

  /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...]
  /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)
  /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))
  /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))
  /src/external/lgpl3/gmp/dist/tune/
tuneup.c 1147 mp_size_t thres, best_thres; local
1165 one (&thres, &param);
1166 if (thres < best_thres)
1168 best_thres = thres;
1421 mp_size_t thres; local
1429 one (&thres, &param);
1430 mul_toom32_to_toom43_threshold = thres * 17 / 24;
1437 one (&thres, &param);
1438 mul_toom32_to_toom53_threshold = thres * 19 / 30;
1445 one (&thres, &param)
    [all...]

Completed in 29 milliseconds