Home
last modified time | relevance | path

Searched refs:alpha (Results 1 – 7 of 7) sorted by relevance

/dpdk/lib/sched/
H A Drte_approx.c142 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 Drte_approx.h40 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 Drte_latencystats.c167 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 Dcommon.h338 const unsigned short *alpha, const unsigned short *beta);
H A Dt4_hw.c85 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 Drelease_2_2.rst124 Added early X722 support, for evaluation only, as the hardware is alpha.
/dpdk/
H A DMAINTAINERS291 IBM POWER (alpha)