Searched refs:vMagSqB (Results 1 – 2 of 2) sorted by relevance
139 float32x4_t vMagSqB; in arm_cmplx_mag_squared_f32() local160 vMagSqB = vaddq_f32(vRealB, vImagB); in arm_cmplx_mag_squared_f32()166 vst1q_f32(pDst, vMagSqB); in arm_cmplx_mag_squared_f32()
174 float32x4_t vMagSqB; in arm_cmplx_mag_f32() local195 vMagSqB = vaddq_f32(vRealB, vImagB); in arm_cmplx_mag_f32()201 vst1q_f32(pDst, __arm_vec_sqrt_f32_neon(vMagSqB)); in arm_cmplx_mag_f32()