Searched refs:sumHalf (Results 1 – 2 of 2) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/ComplexMathFunctions/ |
D | arm_cmplx_mag_f16.c | 93 f16x8_t sumHalf, invSqrt; in arm_cmplx_mag_f16() local 106 sumHalf = sum * 0.5f; in arm_cmplx_mag_f16() 114 INVSQRT_NEWTON_MVE_F16(invSqrt, sumHalf, (f16x8_t) newtonStartVec); in arm_cmplx_mag_f16() 115 INVSQRT_NEWTON_MVE_F16(invSqrt, sumHalf, invSqrt); in arm_cmplx_mag_f16() 116 INVSQRT_NEWTON_MVE_F16(invSqrt, sumHalf, invSqrt); in arm_cmplx_mag_f16() 140 f16x8_t sumHalf, invSqrt; in arm_cmplx_mag_f16() local 152 sumHalf = vmulq(sum, (float16_t)0.5); in arm_cmplx_mag_f16() 156 INVSQRT_NEWTON_MVE_F16(invSqrt, sumHalf, (f16x8_t) newtonStartVec); in arm_cmplx_mag_f16() 157 INVSQRT_NEWTON_MVE_F16(invSqrt, sumHalf, invSqrt); in arm_cmplx_mag_f16()
|
D | arm_cmplx_mag_f32.c | 97 f32x4_t sumHalf, invSqrt; in arm_cmplx_mag_f32() local 110 sumHalf = sum * 0.5f; in arm_cmplx_mag_f32() 118 INVSQRT_NEWTON_MVE_F32(invSqrt, sumHalf, (f32x4_t) newtonStartVec); in arm_cmplx_mag_f32() 119 INVSQRT_NEWTON_MVE_F32(invSqrt, sumHalf, invSqrt); in arm_cmplx_mag_f32() 120 INVSQRT_NEWTON_MVE_F32(invSqrt, sumHalf, invSqrt); in arm_cmplx_mag_f32()
|