Searched refs:vMagSqA (Results 1 – 2 of 2) sorted by relevance
133 float32x4_t vMagSqA; in arm_cmplx_mag_squared_f32() local152 vMagSqA = vaddq_f32(vRealA, vImagA); in arm_cmplx_mag_squared_f32()162 vst1q_f32(pDst, vMagSqA); in arm_cmplx_mag_squared_f32()
168 float32x4_t vMagSqA; in arm_cmplx_mag_f32() local190 vMagSqA = vaddq_f32(vRealA, vImagA); in arm_cmplx_mag_f32()197 vst1q_f32(pDst, __arm_vec_sqrt_f32_neon(vMagSqA)); in arm_cmplx_mag_f32()