Home
last modified time | relevance | path

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

/cmsis-2.7.6/CMSIS/DSP/Source/ComplexMathFunctions/
Darm_cmplx_mult_real_f16.c90 uint16x8_t strideVec; in arm_cmplx_mult_real_f16() local
94 strideVec = vld1q(stride_cmplx_x_real_16); in arm_cmplx_mult_real_f16()
101 rVec = vldrhq_gather_shifted_offset_f16(pSrcReal, strideVec); in arm_cmplx_mult_real_f16()
116 rVec = vldrhq_gather_shifted_offset_f16(pSrcReal, strideVec); in arm_cmplx_mult_real_f16()
Darm_cmplx_mult_real_f32.c87 uint32x4_t strideVec; in arm_cmplx_mult_real_f32() local
92 strideVec = vld1q(stride_cmplx_x_real_32); in arm_cmplx_mult_real_f32()
99 rVec = vldrwq_gather_shifted_offset_f32(pSrcReal, strideVec); in arm_cmplx_mult_real_f32()
Darm_cmplx_mult_real_q31.c67 uint32x4_t strideVec; in arm_cmplx_mult_real_q31() local
75 strideVec = vld1q(stride_cmplx_x_real_32); in arm_cmplx_mult_real_q31()
82 rVec = vldrwq_gather_shifted_offset_s32(pSrcReal, strideVec); in arm_cmplx_mult_real_q31()
Darm_cmplx_mult_real_q15.c66 uint16x8_t strideVec; in arm_cmplx_mult_real_q15() local
74 strideVec = vld1q(stride_cmplx_x_real_16); in arm_cmplx_mult_real_q15()
81 rVec = vldrhq_gather_shifted_offset_s16(pSrcReal, strideVec); in arm_cmplx_mult_real_q15()