Searched refs:sqrt_reciprocal (Results 1 – 1 of 1) sorted by relevance
/cmsis-dsp-latest/ComputeLibrary/Include/ |
D | NEMath.h | 228 float32x2_t sqrt_reciprocal = vrsqrte_f32(x); in vinvsqrt_f32() local 229 …sqrt_reciprocal = vmul_f32(vrsqrts_f32(vmul_f32(x, sqrt_reciprocal), sqrt_reciprocal),… in vinvsqrt_f32() 230 …sqrt_reciprocal = vmul_f32(vrsqrts_f32(vmul_f32(x, sqrt_reciprocal), sqrt_reciprocal),… in vinvsqrt_f32() 232 return sqrt_reciprocal; in vinvsqrt_f32() 237 float32x4_t sqrt_reciprocal = vrsqrteq_f32(x); in vinvsqrtq_f32() local 238 …sqrt_reciprocal = vmulq_f32(vrsqrtsq_f32(vmulq_f32(x, sqrt_reciprocal), sqrt_reciproca… in vinvsqrtq_f32() 239 …sqrt_reciprocal = vmulq_f32(vrsqrtsq_f32(vmulq_f32(x, sqrt_reciprocal), sqrt_reciproca… in vinvsqrtq_f32() 241 return sqrt_reciprocal; in vinvsqrtq_f32() 378 float16x4_t sqrt_reciprocal = vrsqrte_f16(x); in vinvsqrt_f16() local 379 …sqrt_reciprocal = vmul_f16(vrsqrts_f16(vmul_f16(x, sqrt_reciprocal), sqrt_reciprocal),… in vinvsqrt_f16() [all …]
|