Searched refs:bits_int (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() argument64 uint32_t m = (1 << bits_int) - 1; in float_to_fixed()