Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGen/SystemZ/
Dbuiltins-systemz-zvector2-constrained.c443 vf = vec_sqrt(vf); in test_float()
446 vd = vec_sqrt(vd); in test_float()
Dbuiltins-systemz-zvector-constrained.c219 vd = vec_sqrt(vd); in test_float()
Dbuiltins-systemz-zvector2.c746 vf = vec_sqrt(vf); in test_float()
749 vd = vec_sqrt(vd); in test_float()
Dbuiltins-systemz-zvector.c4455 vd = vec_sqrt(vd); in test_float()
/external/eigen/Eigen/src/Core/arch/AltiVec/
DMathFunctions.h219 return vec_sqrt(x);
225 return vec_sqrt(x);
/external/clang/test/CodeGen/
Dbuiltins-ppc-vsx.c899 res_vf = vec_sqrt(vf); in test1()
903 res_vd = vec_sqrt(vd); in test1()
Dbuiltins-systemz-zvector.c2902 vd = vec_sqrt(vd); in test_float()
/external/llvm-project/clang/test/CodeGen/
Dbuiltins-ppc-vsx.c931 res_vf = vec_sqrt(vf); in test1()
935 res_vd = vec_sqrt(vd); in test1()
/external/llvm-project/clang/lib/Headers/ppc_wrappers/
Dxmmintrin.h319 c = vec_sqrt (a); in _mm_sqrt_ss()
353 return (vec_sqrt ((__v4sf)__A)); in _mm_sqrt_ps()
Demmintrin.h300 return (vec_sqrt (__A)); in _mm_sqrt_pd()
308 c = vec_sqrt ((__v2df) _mm_set1_pd (__B[0])); in _mm_sqrt_sd()
/external/llvm-project/clang/lib/Headers/
Dvecintrin.h8921 vec_sqrt(__vector float __a) { in vec_sqrt() function
8927 vec_sqrt(__vector double __a) { in vec_sqrt() function
Daltivec.h8106 static __inline__ vector float __ATTRS_o_ai vec_sqrt(vector float __a) { in vec_sqrt() function
8110 static __inline__ vector double __ATTRS_o_ai vec_sqrt(vector double __a) { in vec_sqrt() function
/external/clang/lib/Headers/
Daltivec.h6409 static __inline__ vector float __ATTRS_o_ai vec_sqrt(vector float __a) { in vec_sqrt() function
6413 static __inline__ vector double __ATTRS_o_ai vec_sqrt(vector double __a) { in vec_sqrt() function
Dvecintrin.h7289 vec_sqrt(vector double __a) { in vec_sqrt() function