Home
last modified time | relevance | path

Searched refs:vMagSqA (Results 1 – 2 of 2) sorted by relevance

/cmsis-dsp-latest/Source/ComplexMathFunctions/
Darm_cmplx_mag_squared_f32.c133 float32x4_t vMagSqA; in arm_cmplx_mag_squared_f32() local
152 vMagSqA = vaddq_f32(vRealA, vImagA); in arm_cmplx_mag_squared_f32()
162 vst1q_f32(pDst, vMagSqA); in arm_cmplx_mag_squared_f32()
Darm_cmplx_mag_f32.c168 float32x4_t vMagSqA; in arm_cmplx_mag_f32() local
190 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()