Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/MatrixFunctions/
Darm_mat_mult_fast_q31.c147 sum1 = __SMMLA(inA1, inB1, sum1); in arm_mat_mult_fast_q31()
148 sum2 = __SMMLA(inA1, inB2, sum2); in arm_mat_mult_fast_q31()
149 sum3 = __SMMLA(inA2, inB1, sum3); in arm_mat_mult_fast_q31()
150 sum4 = __SMMLA(inA2, inB2, sum4); in arm_mat_mult_fast_q31()
213 sum1 = __SMMLA(*pInA++, *pInB, sum1); in arm_mat_mult_fast_q31()
220 sum1 = __SMMLA(*pInA++, *pInB, sum1); in arm_mat_mult_fast_q31()
227 sum1 = __SMMLA(*pInA++, *pInB, sum1); in arm_mat_mult_fast_q31()
234 sum1 = __SMMLA(*pInA++, *pInB, sum1); in arm_mat_mult_fast_q31()
256 sum1 = __SMMLA(*pInA++, *pInB, sum1); in arm_mat_mult_fast_q31()
309 sum1 = __SMMLA(inA1, inB1, sum1); in arm_mat_mult_fast_q31()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Include/
Dcmsis_armcc.h887 #define __SMMLA(ARG1,ARG2,ARG3) ( (int32_t)((((int64_t)(ARG1) * (ARG2)) + \ macro
Dcmsis_armclang.h1432 __STATIC_FORCEINLINE int32_t __SMMLA (int32_t op1, int32_t op2, int32_t op3) in __SMMLA() function
Dcmsis_iccarm.h475 #define __SMMLA __iar_builtin_SMMLA macro
Dcmsis_armclang_ltm.h1879 __STATIC_FORCEINLINE int32_t __SMMLA (int32_t op1, int32_t op2, int32_t op3) in __SMMLA() function
Dcmsis_gcc.h2154 __STATIC_FORCEINLINE int32_t __SMMLA (int32_t op1, int32_t op2, int32_t op3) in __SMMLA() function
Darm_math.h1183 __STATIC_FORCEINLINE int32_t __SMMLA( in __SMMLA() function
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Core/Include/
Dcmsis_armcc.h877 #define __SMMLA(ARG1,ARG2,ARG3) ( (int32_t)((((int64_t)(ARG1) * (ARG2)) + \ macro
Dcmsis_armclang.h1491 __STATIC_FORCEINLINE int32_t __SMMLA (int32_t op1, int32_t op2, int32_t op3) in __SMMLA() function
Dcmsis_iccarm.h508 #define __SMMLA __iar_builtin_SMMLA macro
Dcmsis_armclang_ltm.h1916 __STATIC_FORCEINLINE int32_t __SMMLA (int32_t op1, int32_t op2, int32_t op3) in __SMMLA() function
Dcmsis_gcc.h2217 __STATIC_FORCEINLINE int32_t __SMMLA (int32_t op1, int32_t op2, int32_t op3) in __SMMLA() function
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Include/dsp/
Dnone.h561 __STATIC_FORCEINLINE int32_t __SMMLA( in __SMMLA() function