Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/platform/stm32f4xx/cmsis/
Darm_math.h372 typedef int8_t q7_t; typedef
479 static __INLINE q7_t clip_q31_to_q7( in clip_q31_to_q7()
483 ((0x7F ^ ((q7_t) (x >> 31)))) : (q7_t) x; in clip_q31_to_q7()
699 q7_t r, s, t, u; in __QADD8()
701 r = (q7_t) x; in __QADD8()
702 s = (q7_t) y; in __QADD8()
728 r = (q7_t) x; in __QSUB8()
729 s = (q7_t) y; in __QSUB8()
1073q7_t *pState; /**< points to the state variable array. The array is of length numTaps+b…
1074 q7_t *pCoeffs; /**< points to the coefficient array. The array is of length numTaps.*/
[all …]