Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvecintrin.h329 #define vec_sqrt __builtin_s390_vec_sqrt macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvecintrin.h335 #define vec_sqrt __builtin_s390_vec_sqrt macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h358 #define vec_sqrt __builtin_vec_sqrt macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dvecintrin.h9015 vec_sqrt(__vector float __a) { in vec_sqrt() function
9021 vec_sqrt(__vector double __a) { in vec_sqrt() function
H A Daltivec.h8437 static __inline__ vector float __ATTRS_o_ai vec_sqrt(vector float __a) { in vec_sqrt() function
8441 static __inline__ vector double __ATTRS_o_ai vec_sqrt(vector double __a) { in vec_sqrt() function