Home
last modified time | relevance | path

Searched refs:strideVec (Results 1 – 4 of 4) sorted by relevance

/cmsis-dsp-latest/Source/ComplexMathFunctions/
Darm_cmplx_mult_real_f16.c67 uint16x8_t strideVec; in arm_cmplx_mult_real_f16() local
71 strideVec = vld1q(stride_cmplx_x_real_16); in arm_cmplx_mult_real_f16()
78 rVec = vldrhq_gather_shifted_offset_f16(pSrcReal, strideVec); in arm_cmplx_mult_real_f16()
93 rVec = vldrhq_gather_shifted_offset_f16(pSrcReal, strideVec); in arm_cmplx_mult_real_f16()
Darm_cmplx_mult_real_f32.c86 uint32x4_t strideVec; in arm_cmplx_mult_real_f32() local
91 strideVec = vld1q(stride_cmplx_x_real_32); in arm_cmplx_mult_real_f32()
98 rVec = vldrwq_gather_shifted_offset_f32(pSrcReal, strideVec); in arm_cmplx_mult_real_f32()
Darm_cmplx_mult_real_q31.c66 uint32x4_t strideVec; in arm_cmplx_mult_real_q31() local
74 strideVec = vld1q(stride_cmplx_x_real_32); in arm_cmplx_mult_real_q31()
81 rVec = vldrwq_gather_shifted_offset_s32(pSrcReal, strideVec); in arm_cmplx_mult_real_q31()
Darm_cmplx_mult_real_q15.c65 uint16x8_t strideVec; in arm_cmplx_mult_real_q15() local
73 strideVec = vld1q(stride_cmplx_x_real_16); in arm_cmplx_mult_real_q15()
80 rVec = vldrhq_gather_shifted_offset_s16(pSrcReal, strideVec); in arm_cmplx_mult_real_q15()