Home
last modified time | relevance | path

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

/openbmc/linux/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()