Home
last modified time | relevance | path

Searched refs:post_shift (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/lib/math/
H A Dreciprocal_div.c35 u32 l, post_shift; in reciprocal_value_adv() local
47 post_shift = l; in reciprocal_value_adv()
53 for (; post_shift > 0; post_shift--) { in reciprocal_value_adv()
64 R.sh = post_shift; in reciprocal_value_adv()
/kernel/linux/linux-6.6/lib/math/
H A Dreciprocal_div.c38 u32 l, post_shift; in reciprocal_value_adv() local
50 post_shift = l; in reciprocal_value_adv()
56 for (; post_shift > 0; post_shift--) { in reciprocal_value_adv()
67 R.sh = post_shift; in reciprocal_value_adv()

Completed in 1 milliseconds