Searched refs:clamp24_from_float (Results 1 – 3 of 3) sorted by relevance
183 int32_t ival = clamp24_from_float(*src++); in memcpy_to_p24_from_float()243 *dst++ = clamp24_from_float(*src++); in memcpy_to_q8_23_from_float_with_clamp()
885 static inline int32_t clamp24_from_float(float f) in clamp24_from_float() function
85 int32_t ival = clamp24_from_float(f / (1 << 23)); in testClamp24()96 int ival2 = clamp24_from_float(float_from_q8_23(ival)); in testClamp24()