Home
last modified time | relevance | path

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

/third_party/cmsis/CMSIS/DSP/Source/ComplexMathFunctions/
Darm_cmplx_mag_squared_f32.c134 float32x4_t vMagSqA; in arm_cmplx_mag_squared_f32() local
153 vMagSqA = vaddq_f32(vRealA, vImagA); in arm_cmplx_mag_squared_f32()
163 vst1q_f32(pDst, vMagSqA); in arm_cmplx_mag_squared_f32()
Darm_cmplx_mag_f32.c169 float32x4_t vMagSqA; in arm_cmplx_mag_f32() local
191 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()