Searched refs:clamp16_from_float (Results 1 – 3 of 3) sorted by relevance
779 static inline int16_t clamp16_from_float(float f) in clamp16_from_float() function
66 int16_t ival = clamp16_from_float(f / (1 << 15)); in testClamp16()77 int ival2 = clamp16_from_float(float_from_i16(ival)); in testClamp16()
96 *dst++ = clamp16_from_float(*src++); in memcpy_to_i16_from_float()