Home
last modified time | relevance | path

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

/cmsis-dsp-latest/ComputeLibrary/Include/
DNEMath.h228 float32x2_t sqrt_reciprocal = vrsqrte_f32(x); in vinvsqrt_f32() local
229sqrt_reciprocal = vmul_f32(vrsqrts_f32(vmul_f32(x, sqrt_reciprocal), sqrt_reciprocal),… in vinvsqrt_f32()
230sqrt_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
238sqrt_reciprocal = vmulq_f32(vrsqrtsq_f32(vmulq_f32(x, sqrt_reciprocal), sqrt_reciproca… in vinvsqrtq_f32()
239sqrt_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
379sqrt_reciprocal = vmul_f16(vrsqrts_f16(vmul_f16(x, sqrt_reciprocal), sqrt_reciprocal),… in vinvsqrt_f16()
[all …]