Home
last modified time | relevance | path

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

/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/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