Searched refs:vMagSqA (Results 1 – 2 of 2) sorted by relevance
134 float32x4_t vMagSqA; in arm_cmplx_mag_squared_f32() local153 vMagSqA = vaddq_f32(vRealA, vImagA); in arm_cmplx_mag_squared_f32()163 vst1q_f32(pDst, vMagSqA); in arm_cmplx_mag_squared_f32()
169 float32x4_t vMagSqA; in arm_cmplx_mag_f32() local191 vMagSqA = vaddq_f32(vRealA, vImagA); in arm_cmplx_mag_f32()198 vst1q_f32(pDst, __arm_vec_sqrt_f32_neon(vMagSqA)); in arm_cmplx_mag_f32()