Home
last modified time | relevance | path

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

/third_party/cmsis/CMSIS/DSP/Source/ComplexMathFunctions/
Darm_cmplx_mag_squared_f32.c139 float32x4_t vMagSqB; in arm_cmplx_mag_squared_f32() local
160 vMagSqB = vaddq_f32(vRealB, vImagB); in arm_cmplx_mag_squared_f32()
166 vst1q_f32(pDst, vMagSqB); in arm_cmplx_mag_squared_f32()
Darm_cmplx_mag_f32.c174 float32x4_t vMagSqB; in arm_cmplx_mag_f32() local
195 vMagSqB = vaddq_f32(vRealB, vImagB); in arm_cmplx_mag_f32()
201 vst1q_f32(pDst, __arm_vec_sqrt_f32_neon(vMagSqB)); in arm_cmplx_mag_f32()