Searched refs:fract (Results 1 – 1 of 1) sorted by relevance
349 unsigned fract = x & ~(~0 << fract_bits); in fract_exp_two() local353 x += (x * fract) >> fract_bits; in fract_exp_two()
Completed in 10 milliseconds