Searched refs:clamp24_from_float (Results 1 – 3 of 3) sorted by relevance
157 int32_t ival = clamp24_from_float(*src++); in memcpy_to_p24_from_float()217 *dst++ = clamp24_from_float(*src++); in memcpy_to_q8_23_from_float_with_clamp()
827 static inline int32_t clamp24_from_float(float f) in clamp24_from_float() function
91 int32_t ival = clamp24_from_float(f / (1 << 23)); in testClamp24()103 int ival2 = clamp24_from_float(float_from_q8_23(ival)); in testClamp24()