Home
last modified time | relevance | path

Searched refs:vsqrt_vf_vf (Results 1 – 25 of 29) sorted by relevance

12

/dports/math/sleef/sleef-3.5.0/src/arch/
H A Dhelperneon32.h137 static INLINE vfloat vsqrt_vf_vf(vfloat d) { in vsqrt_vf_vf() function
170 static INLINE vfloat vsqrt_vf_vf(vfloat d) { in vsqrt_vf_vf() function
H A Dhelpers390x_128.h386 static INLINE vfloat vsqrt_vf_vf(vfloat d) { return vec_sqrt(d); } in vsqrt_vf_vf() function
H A Dhelperavx2.h300 static INLINE vfloat vsqrt_vf_vf(vfloat x) { return _mm256_sqrt_ps(x); } in vsqrt_vf_vf() function
H A Dhelperavx2_128.h282 static INLINE vfloat vsqrt_vf_vf(vfloat x) { return _mm_sqrt_ps(x); } in vsqrt_vf_vf() function
H A Dhelpersse2.h326 static INLINE vfloat vsqrt_vf_vf(vfloat x) { return _mm_sqrt_ps(x); } in vsqrt_vf_vf() function
H A Dhelperpower_128.h718 static INLINE vfloat vsqrt_vf_vf(vfloat f) in vsqrt_vf_vf() function
H A Dhelperpurec_scalar.h273 static INLINE vfloat vsqrt_vf_vf(vfloat x) { return SQRTF(x); } in vsqrt_vf_vf() function
H A Dhelperavx512f.h369 static INLINE vfloat vsqrt_vf_vf(vfloat x) { return _mm512_sqrt_ps(x); } in vsqrt_vf_vf() function
H A Dhelperavx.h359 static INLINE vfloat vsqrt_vf_vf(vfloat x) { return _mm256_sqrt_ps(x); } in vsqrt_vf_vf() function
H A Dhelperadvsimd.h225 static INLINE VECTOR_CC vfloat vsqrt_vf_vf(vfloat d) { in vsqrt_vf_vf() function
H A Dhelpersve.h469 static INLINE vfloat vsqrt_vf_vf(vfloat d) { in vsqrt_vf_vf() function
/dports/lang/pocl/pocl-1.8/lib/kernel/sleef/libm/
H A Ddf.h458 vfloat t = vsqrt_vf_vf(vadd_vf_vf_vf(d.x, d.y)); in dfsqrt_vf2_vf2()
464 vfloat t = vsqrt_vf_vf(d); in dfsqrt_vf2_vf()
H A Dsleefsimdsp.c800 vfloat x = vsel_vf_vo_vf_vf(o, vabs_vf_vf(d), vsqrt_vf_vf(x2)), u; in xasinf()
817 vfloat x = vsel_vf_vo_vf_vf(o, vabs_vf_vf(d), vsqrt_vf_vf(x2)); in xacosf()
1026 vfloat q = vsqrt_vf_vf(d); in xsqrtf_u35()
1031 SQRTFU05_FUNCATR vfloat xsqrtf_u35(vfloat d) { return vsqrt_vf_vf(d); } in xsqrtf_u35()
1852 return vsqrt_vf_vf(d); in xsqrtf_u05()
1887 return vsqrt_vf_vf(d); in xsqrtf()
1922 vfloat ret = vmul_vf_vf_vf(max, vsqrt_vf_vf(vmla_vf_vf_vf_vf(t, t, vcast_vf_f(1)))); in xhypotf_u35()
/dports/math/sleef/sleef-3.5.0/src/libm/
H A Ddf.h357 vfloat t = vsqrt_vf_vf(vadd_vf_vf_vf(vf2getx_vf_vf2(d), vf2gety_vf_vf2(d))); in dfsqrt_vf2_vf2()
363 vfloat t = vsqrt_vf_vf(d); in dfsqrt_vf2_vf()
H A Dsleefsimdsp.c1712 vfloat x = vsel_vf_vo_vf_vf(o, vabs_vf_vf(d), vsqrt_vf_vf(x2)), u; in xasinf()
1729 vfloat x = vsel_vf_vo_vf_vf(o, vabs_vf_vf(d), vsqrt_vf_vf(x2)); in xacosf()
1969 vfloat q = vsqrt_vf_vf(d); in xsqrtf_u35()
1974 EXPORT CONST VECTOR_CC vfloat xsqrtf_u35(vfloat d) { return vsqrt_vf_vf(d); } in xsqrtf_u35()
2944 return vsqrt_vf_vf(d); in xsqrtf()
2980 vfloat ret = vmul_vf_vf_vf(max, vsqrt_vf_vf(vmla_vf_vf_vf_vf(t, t, vcast_vf_f(1)))); in xhypotf_u35()
/dports/lang/pocl/pocl-1.8/lib/kernel/sleef/arch/
H A Dhelperneon32.h120 static INLINE vfloat vsqrt_vf_vf(vfloat d) { in vsqrt_vf_vf() function
H A Dhelperadvsimd.h140 static INLINE vfloat vsqrt_vf_vf(vfloat d) { return vsqrtq_f32(d); } in vsqrt_vf_vf() function
H A Dhelpersse2.h298 static INLINE vfloat vsqrt_vf_vf(vfloat x) { return _mm_sqrt_ps(x); } in vsqrt_vf_vf() function
H A Dhelperavx2.h273 static INLINE vfloat vsqrt_vf_vf(vfloat x) { return _mm256_sqrt_ps(x); } in vsqrt_vf_vf() function
H A Dhelperavx2_128.h254 static INLINE vfloat vsqrt_vf_vf(vfloat x) { return _mm_sqrt_ps(x); } in vsqrt_vf_vf() function
H A Dhelperavx512f.h329 static INLINE vfloat vsqrt_vf_vf(vfloat x) { return _mm512_sqrt_ps(x); } in vsqrt_vf_vf() function
H A Dhelperavx.h333 static INLINE vfloat vsqrt_vf_vf(vfloat x) { return _mm256_sqrt_ps(x); } in vsqrt_vf_vf() function
/dports/math/libpgmath/flang-d07daf3/runtime/libpgmath/lib/common/
H A Dhelperavx2.h280 static INLINE vfloat vsqrt_vf_vf(vfloat x) { return _mm256_sqrt_ps(x); } in vsqrt_vf_vf() function
H A Dhelperavx2_128.h260 static INLINE vfloat vsqrt_vf_vf(vfloat x) { return _mm_sqrt_ps(x); } in vsqrt_vf_vf() function
H A Dhelperavx512f.h321 static INLINE vfloat vsqrt_vf_vf(vfloat x) { return _mm512_sqrt_ps(x); } in vsqrt_vf_vf() function

12