Searched refs:bits_frac (Results 1 – 1 of 1) sorted by relevance
62 float_to_fixed(float f, unsigned bits_int, unsigned bits_frac, bool dither) in float_to_fixed() argument67 float factor = m << bits_frac; in float_to_fixed()71 return v << bits_frac; in float_to_fixed()