Home
last modified time | relevance | path

Searched refs:clip_q31_to_q15 (Results 1 – 2 of 2) sorted by relevance

/third_party/cmsis/CMSIS/DSP/Source/SupportFunctions/
Darm_f16_to_q15.c129 *pDst++ = clip_q31_to_q15((q31_t) (in)); in arm_f16_to_q15()
139 *pDst++ = clip_q31_to_q15((q31_t) ((_Float16)*pIn++ * 32768.0f16)); in arm_f16_to_q15()
/third_party/cmsis/CMSIS/DSP/Include/dsp/
Dnone.h166 __STATIC_FORCEINLINE q15_t clip_q31_to_q15( in clip_q31_to_q15() function