Home
last modified time | relevance | path

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

/cmsis-3.4.0/CMSIS/DSP/Include/
Darm_vec_math.h325 __STATIC_INLINE float32x4_t __arm_vec_sqrt_f32_neon(float32x4_t x) in __arm_vec_sqrt_f32_neon() function
341 tempF = __arm_vec_sqrt_f32_neon(tempF); in __arm_vec_sqrt_q15_neon()
346 tempF = __arm_vec_sqrt_f32_neon(tempF); in __arm_vec_sqrt_q15_neon()
357 temp = __arm_vec_sqrt_f32_neon(temp); in __arm_vec_sqrt_q31_neon()
/cmsis-3.4.0/CMSIS/DSP/Source/ComplexMathFunctions/
Darm_cmplx_mag_f32.c198 vst1q_f32(pDst, __arm_vec_sqrt_f32_neon(vMagSqA)); in arm_cmplx_mag_f32()
201 vst1q_f32(pDst, __arm_vec_sqrt_f32_neon(vMagSqB)); in arm_cmplx_mag_f32()