Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_sched/
H A Drte_approx.c56 *q = q_b + k * q_a; in find_exact_solution_left()
68 *q = q_b + k * q_a; in find_exact_solution_right()
85 q_b = 1; in find_best_rational_approximation()
109 new_q_b = q_b + x * q_a; in find_best_rational_approximation()
114 q_b = new_q_b; in find_best_rational_approximation()
138 q_b = new_q_b; in find_best_rational_approximation()
205 *q = q_b + k * q_a; in find_exact_solution_left_64()
217 *q = q_b + k * q_a; in find_exact_solution_right_64()
236 q_b = 1; in find_best_rational_approximation_64()
267 q_b = new_q_b; in find_best_rational_approximation_64()
[all …]