Home
last modified time | relevance | path

Searched defs:MVE_ASRL_SAT16 (Results 1 – 4 of 4) sorted by relevance

/cmsis-dsp-3.7.0-3.6.0/Source/MatrixFunctions/
Darm_mat_cmplx_mult_q15.c62 #define MVE_ASRL_SAT16(acc, shift) ((sqrshrl_sat48(acc, -(32-shift)) >> 32) & 0xffffffff) macro
Darm_mat_mult_q15.c65 #define MVE_ASRL_SAT16(acc, shift) ((sqrshrl_sat48(acc, -(32-shift)) >> 32) & 0xffffffff) macro
/cmsis-dsp-3.7.0-3.6.0/Source/FilteringFunctions/
Darm_fir_q15.c60 #define MVE_ASRL_SAT16(acc, shift) ((sqrshrl_sat48(acc, -(32-shift)) >> 32) & 0xffffffff) macro
/cmsis-dsp-3.7.0-3.6.0/Include/
Darm_helium_utils.h608 #define MVE_ASRL_SAT16(acc, shift) ((sqrshrl_sat48(acc, -(32-shift)) >> 32) & 0xffffffff) macro