Home
last modified time | relevance | path

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

/third_party/cmsis/CMSIS/DSP/Source/BasicMathFunctions/
Darm_add_q31.c121 *pDst++ = __QADD(*pSrcA++, *pSrcB++); in arm_add_q31()
123 *pDst++ = __QADD(*pSrcA++, *pSrcB++); in arm_add_q31()
125 *pDst++ = __QADD(*pSrcA++, *pSrcB++); in arm_add_q31()
127 *pDst++ = __QADD(*pSrcA++, *pSrcB++); in arm_add_q31()
148 *pDst++ = __QADD(*pSrcA++, *pSrcB++); in arm_add_q31()
Darm_offset_q31.c117 *pDst++ = __QADD(*pSrc++, offset); in arm_offset_q31()
119 *pDst++ = __QADD(*pSrc++, offset); in arm_offset_q31()
121 *pDst++ = __QADD(*pSrc++, offset); in arm_offset_q31()
123 *pDst++ = __QADD(*pSrc++, offset); in arm_offset_q31()
145 *pDst++ = __QADD(*pSrc++, offset); in arm_offset_q31()
/third_party/cmsis/CMSIS/DSP/Source/ControllerFunctions/
Darm_pid_init_q31.c59 S->A0 = __QADD(__QADD(S->Kp, S->Ki), S->Kd); in arm_pid_init_q31()
62 S->A1 = -__QADD(__QADD(S->Kd, S->Kd), S->Kp); in arm_pid_init_q31()
/third_party/cmsis/CMSIS/DSP/Source/MatrixFunctions/
Darm_mat_add_q31.c172 *pOut++ = __QADD(*pInA++, *pInB++); in arm_mat_add_q31()
174 *pOut++ = __QADD(*pInA++, *pInB++); in arm_mat_add_q31()
176 *pOut++ = __QADD(*pInA++, *pInB++); in arm_mat_add_q31()
178 *pOut++ = __QADD(*pInA++, *pInB++); in arm_mat_add_q31()
199 *pOut++ = __QADD(*pInA++, *pInB++); in arm_mat_add_q31()
/third_party/cmsis/CMSIS/DSP/Source/FilteringFunctions/
Darm_iir_lattice_q31.c104 gnext = __QADD(gcurr, (q31_t) (((q63_t) fnext * (*pk++)) >> 31)); in arm_iir_lattice_q31()
129 gnext = __QADD(gcurr, (q31_t) (((q63_t) fnext * (*pk++)) >> 31)); in arm_iir_lattice_q31()
143 gnext = __QADD(gcurr, (q31_t) (((q63_t) fcurr * (*pk++)) >> 31)); in arm_iir_lattice_q31()
157 gnext = __QADD(gcurr, (q31_t) (((q63_t) fnext * (*pk++)) >> 31)); in arm_iir_lattice_q31()
171 gnext = __QADD(gcurr, (q31_t) (((q63_t) fcurr * (*pk++)) >> 31)); in arm_iir_lattice_q31()
200 gnext = __QADD(gcurr, (q31_t) (((q63_t) fnext * (*pk++)) >> 31)); in arm_iir_lattice_q31()
/third_party/cmsis/CMSIS/DSP/Include/dsp/
Dcontroller_functions.h493 *pId = __QADD(product1, product2); in arm_park_q31()
599 *pIbeta = __QADD(product4, product3); in arm_inv_park_q31()
691 *pIbeta = __QADD(product1, product2); in arm_clarke_q31()
Dnone.h433 __STATIC_FORCEINLINE int32_t __QADD( in __QADD() function
/third_party/cmsis/CMSIS/Core/Include/
Dcmsis_armcc.h868 #define __QADD __qadd macro
Dcmsis_armclang.h1478 #define __QADD __builtin_arm_qadd macro
Dcmsis_iccarm.h520 #define __QADD __iar_builtin_QADD macro
Dcmsis_armclang_ltm.h1890 __STATIC_FORCEINLINE int32_t __QADD( int32_t op1, int32_t op2) in __QADD() function
Dcmsis_gcc.h2160 __STATIC_FORCEINLINE int32_t __QADD( int32_t op1, int32_t op2) in __QADD() function