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