Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/cmsis/
Darm_math.h495 static __INLINE q15_t clip_q31_to_q15( in clip_q31_to_q15() function
855 clip_q31_to_q15((q31_t) ((q15_t) (x >> 16) + (q15_t) y))) << 16) + in __QASX()
856 clip_q31_to_q15((q31_t) ((q15_t) x - (q15_t) (y >> 16))); in __QASX()
896 clip_q31_to_q15((q31_t) ((q15_t) (x >> 16) - (q15_t) y))) << 16) + in __QSAX()
897 clip_q31_to_q15((q31_t) ((q15_t) x + (q15_t) (y >> 16))); in __QSAX()
/loramac-node-latest/src/boards/mcu/stm32/cmsis/
Darm_math.h514 static __INLINE q15_t clip_q31_to_q15( in clip_q31_to_q15() function