Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/cmsis/
Darm_math.h378 typedef int8_t q7_t; typedef
485 static __INLINE q7_t clip_q31_to_q7( in clip_q31_to_q7()
489 ((0x7F ^ ((q7_t) (x >> 31)))) : (q7_t) x; in clip_q31_to_q7()
705 q7_t r, s, t, u; in __QADD8()
707 r = (q7_t) x; in __QADD8()
708 s = (q7_t) y; in __QADD8()
734 r = (q7_t) x; in __QSUB8()
735 s = (q7_t) y; in __QSUB8()
1079q7_t *pState; /**< points to the state variable array. The array is of length numTaps+b…
1080 q7_t *pCoeffs; /**< points to the coefficient array. The array is of length numTaps.*/
[all …]
/loramac-node-latest/src/boards/mcu/stm32/cmsis/
Darm_math.h387 typedef int8_t q7_t; typedef
504 static __INLINE q7_t clip_q31_to_q7( in clip_q31_to_q7()
508 ((0x7F ^ ((q7_t) (x >> 31)))) : (q7_t) x; in clip_q31_to_q7()
1032q7_t *pState; /**< points to the state variable array. The array is of length numTaps+b…
1033 q7_t *pCoeffs; /**< points to the coefficient array. The array is of length numTaps.*/
1076 q7_t * pSrc,
1077 q7_t * pDst,
1092 q7_t * pCoeffs,
1093 q7_t * pState,
1885 q7_t *pData; /**< points to the data table. */
[all …]