Searched refs:vMagSqB (Results 1 – 2 of 2) sorted by relevance
138 float32x4_t vMagSqB; in arm_cmplx_mag_squared_f32() local159 vMagSqB = vaddq_f32(vRealB, vImagB); in arm_cmplx_mag_squared_f32()165 vst1q_f32(pDst, vMagSqB); in arm_cmplx_mag_squared_f32()
173 float32x4_t vMagSqB; in arm_cmplx_mag_f32() local194 vMagSqB = vaddq_f32(vRealB, vImagB); in arm_cmplx_mag_f32()200 vst1q_f32(pDst, __arm_vec_sqrt_f32_neon(vMagSqB)); in arm_cmplx_mag_f32()