/dports/math/sleef/sleef-3.5.0/src/arch/ |
H A D | helperneon32.h | 137 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 D | helpers390x_128.h | 386 static INLINE vfloat vsqrt_vf_vf(vfloat d) { return vec_sqrt(d); } in vsqrt_vf_vf() function
|
H A D | helperavx2.h | 300 static INLINE vfloat vsqrt_vf_vf(vfloat x) { return _mm256_sqrt_ps(x); } in vsqrt_vf_vf() function
|
H A D | helperavx2_128.h | 282 static INLINE vfloat vsqrt_vf_vf(vfloat x) { return _mm_sqrt_ps(x); } in vsqrt_vf_vf() function
|
H A D | helpersse2.h | 326 static INLINE vfloat vsqrt_vf_vf(vfloat x) { return _mm_sqrt_ps(x); } in vsqrt_vf_vf() function
|
H A D | helperpower_128.h | 718 static INLINE vfloat vsqrt_vf_vf(vfloat f) in vsqrt_vf_vf() function
|
H A D | helperpurec_scalar.h | 273 static INLINE vfloat vsqrt_vf_vf(vfloat x) { return SQRTF(x); } in vsqrt_vf_vf() function
|
H A D | helperavx512f.h | 369 static INLINE vfloat vsqrt_vf_vf(vfloat x) { return _mm512_sqrt_ps(x); } in vsqrt_vf_vf() function
|
H A D | helperavx.h | 359 static INLINE vfloat vsqrt_vf_vf(vfloat x) { return _mm256_sqrt_ps(x); } in vsqrt_vf_vf() function
|
H A D | helperadvsimd.h | 225 static INLINE VECTOR_CC vfloat vsqrt_vf_vf(vfloat d) { in vsqrt_vf_vf() function
|
H A D | helpersve.h | 469 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 D | df.h | 458 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 D | sleefsimdsp.c | 800 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 D | df.h | 357 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 D | sleefsimdsp.c | 1712 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 D | helperneon32.h | 120 static INLINE vfloat vsqrt_vf_vf(vfloat d) { in vsqrt_vf_vf() function
|
H A D | helperadvsimd.h | 140 static INLINE vfloat vsqrt_vf_vf(vfloat d) { return vsqrtq_f32(d); } in vsqrt_vf_vf() function
|
H A D | helpersse2.h | 298 static INLINE vfloat vsqrt_vf_vf(vfloat x) { return _mm_sqrt_ps(x); } in vsqrt_vf_vf() function
|
H A D | helperavx2.h | 273 static INLINE vfloat vsqrt_vf_vf(vfloat x) { return _mm256_sqrt_ps(x); } in vsqrt_vf_vf() function
|
H A D | helperavx2_128.h | 254 static INLINE vfloat vsqrt_vf_vf(vfloat x) { return _mm_sqrt_ps(x); } in vsqrt_vf_vf() function
|
H A D | helperavx512f.h | 329 static INLINE vfloat vsqrt_vf_vf(vfloat x) { return _mm512_sqrt_ps(x); } in vsqrt_vf_vf() function
|
H A D | helperavx.h | 333 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 D | helperavx2.h | 280 static INLINE vfloat vsqrt_vf_vf(vfloat x) { return _mm256_sqrt_ps(x); } in vsqrt_vf_vf() function
|
H A D | helperavx2_128.h | 260 static INLINE vfloat vsqrt_vf_vf(vfloat x) { return _mm_sqrt_ps(x); } in vsqrt_vf_vf() function
|
H A D | helperavx512f.h | 321 static INLINE vfloat vsqrt_vf_vf(vfloat x) { return _mm512_sqrt_ps(x); } in vsqrt_vf_vf() function
|