Lines Matching refs:invSqrt
70 f16x8_t sumHalf, invSqrt; in arm_cmplx_mag_f16() local
91 INVSQRT_NEWTON_MVE_F16(invSqrt, sumHalf, (f16x8_t) newtonStartVec); in arm_cmplx_mag_f16()
92 INVSQRT_NEWTON_MVE_F16(invSqrt, sumHalf, invSqrt); in arm_cmplx_mag_f16()
93 INVSQRT_NEWTON_MVE_F16(invSqrt, sumHalf, invSqrt); in arm_cmplx_mag_f16()
97 invSqrt = vdupq_m(invSqrt, (float16_t)0.0f, vcmpltq(invSqrt, (float16_t)0.0f)); in arm_cmplx_mag_f16()
101 sum = vmulq(sum, invSqrt); in arm_cmplx_mag_f16()
117 f16x8_t sumHalf, invSqrt; in arm_cmplx_mag_f16() local
133 INVSQRT_NEWTON_MVE_F16(invSqrt, sumHalf, (f16x8_t) newtonStartVec); in arm_cmplx_mag_f16()
134 INVSQRT_NEWTON_MVE_F16(invSqrt, sumHalf, invSqrt); in arm_cmplx_mag_f16()
138 invSqrt = vdupq_m(invSqrt, (float16_t)0.0, vcmpltq(invSqrt, (float16_t)0.0)); in arm_cmplx_mag_f16()
142 sum = vmulq(sum, invSqrt); in arm_cmplx_mag_f16()