Searched refs:rte_reciprocal_value (Results 1 – 6 of 6) sorted by relevance
41 reci_u32 = rte_reciprocal_value(divisor_u32); in test_reciprocal()108 reci_u32 = rte_reciprocal_value((uint32_t)divisor_u64); in test_reciprocal()
47 reci_u32 = rte_reciprocal_value(divisor_u32); in test_reciprocal_division_perf()
87 struct rte_reciprocal rte_reciprocal_value(uint32_t d);
14 struct rte_reciprocal rte_reciprocal_value(uint32_t d) in rte_reciprocal_value() function
152 rte_reciprocal_value;
1009 port->inv_cycles_per_byte = rte_reciprocal_value(cycles_per_byte); in rte_sched_port_config()