Lines Matching refs:invSqrt
93 f16x8_t sumHalf, invSqrt; in arm_cmplx_mag_f16() local
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()
120 invSqrt = vdupq_m(invSqrt, (float16_t)0.0f, vcmpltq(invSqrt, (float16_t)0.0f)); in arm_cmplx_mag_f16()
124 sum = vmulq(sum, invSqrt); in arm_cmplx_mag_f16()
140 f16x8_t sumHalf, invSqrt; in arm_cmplx_mag_f16() local
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()
161 invSqrt = vdupq_m(invSqrt, (float16_t)0.0, vcmpltq(invSqrt, (float16_t)0.0)); in arm_cmplx_mag_f16()
165 sum = vmulq(sum, invSqrt); in arm_cmplx_mag_f16()