Home
last modified time | relevance | path

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

/third_party/cmsis/CMSIS/DSP/Source/TransformFunctions/
Darm_cfft_q31.c125 vecTmp0 = MVE_CMPLX_SUB_FX_A_ixB(vecDiff0, vecDiff1); in _arm_radix4_butterfly_q31_mve()
202 vecTmp0 = MVE_CMPLX_SUB_FX_A_ixB(vecDiff0, vecDiff1); in _arm_radix4_butterfly_q31_mve()
387 vecTmp0 = MVE_CMPLX_SUB_FX_A_ixB(vecDiff0, vecDiff1); in _arm_radix4_butterfly_inverse_q31_mve()
455 vecTmp0 = MVE_CMPLX_SUB_FX_A_ixB(vecDiff0, vecDiff1); in _arm_radix4_butterfly_inverse_q31_mve()
Darm_cfft_q15.c122 vecTmp0 = MVE_CMPLX_SUB_FX_A_ixB(vecDiff0, vecDiff1); in _arm_radix4_butterfly_q15_mve()
192 vecTmp0 = MVE_CMPLX_SUB_FX_A_ixB(vecDiff0, vecDiff1); in _arm_radix4_butterfly_q15_mve()
370 vecTmp0 = MVE_CMPLX_SUB_FX_A_ixB(vecDiff0, vecDiff1); in _arm_radix4_butterfly_inverse_q15_mve()
430 vecTmp0 = MVE_CMPLX_SUB_FX_A_ixB(vecDiff0, vecDiff1); in _arm_radix4_butterfly_inverse_q15_mve()
/third_party/cmsis/CMSIS/DSP/PrivateInclude/
Darm_vec_fft.h47 #define MVE_CMPLX_SUB_FX_A_ixB(A,B) vhcaddq_rot270(A,B) macro