Searched refs:alpha (Results 1 – 7 of 7) sorted by relevance
| /dpdk/lib/sched/ |
| H A D | rte_approx.c | 142 int rte_approx(double alpha, double d, uint32_t *p, uint32_t *q) in rte_approx() argument 147 if (!((0.0 < d) && (d < alpha) && (alpha < 1.0))) { in rte_approx() 158 alpha *= 10; in rte_approx() 162 alpha_num = (uint32_t) alpha; in rte_approx() 297 int rte_approx_64(double alpha, double d, uint64_t *p, uint64_t *q) in rte_approx_64() argument 302 if (!((0.0 < d) && (d < alpha) && (alpha < 1.0))) in rte_approx_64() 311 alpha *= 10; in rte_approx_64() 315 alpha_num = (uint64_t) alpha; in rte_approx_64()
|
| H A D | rte_approx.h | 40 int rte_approx(double alpha, double d, uint32_t *p, uint32_t *q); 58 int rte_approx_64(double alpha, double d, uint64_t *p, uint64_t *q);
|
| /dpdk/lib/latencystats/ |
| H A D | rte_latencystats.c | 167 const float alpha = 0.2; in calc_latency() local 202 alpha * (latency[i] - glob_stats->avg_latency); in calc_latency()
|
| /dpdk/drivers/net/cxgbe/base/ |
| H A D | common.h | 338 const unsigned short *alpha, const unsigned short *beta);
|
| H A D | t4_hw.c | 85 const unsigned short *alpha, const unsigned short *beta) in t4_load_mtus() argument 107 inc = max(((mtu - 40) * alpha[w]) / avg_pkts[w], in t4_load_mtus()
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_2_2.rst | 124 Added early X722 support, for evaluation only, as the hardware is alpha.
|
| /dpdk/ |
| H A D | MAINTAINERS | 291 IBM POWER (alpha)
|