Searched refs:vec_sqrt (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvecintrin.h329 #define vec_sqrt __builtin_s390_vec_sqrt macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvecintrin.h335 #define vec_sqrt __builtin_s390_vec_sqrt macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/
H A Dxmmintrin.h319 c = vec_sqrt (a);
353 return (vec_sqrt ((__v4sf)__A));
H A Demmintrin.h300 return (vec_sqrt (__A));
308 c = vec_sqrt ((__v2df) _mm_set1_pd (__B[0]));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dxmmintrin.h342 __c = vec_sqrt (__a);
376 return (vec_sqrt ((__v4sf)__A));
H A Daltivec.h358 #define vec_sqrt __builtin_vec_sqrt macro
H A Demmintrin.h325 return (vec_sqrt (__A));
333 __c = vec_sqrt ((__v2df) _mm_set1_pd (__B[0]));
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dxmmintrin.h342 __c = vec_sqrt (__a);
376 return (vec_sqrt ((__v4sf)__A));
H A Demmintrin.h325 return (vec_sqrt (__A));
333 __c = vec_sqrt ((__v2df) _mm_set1_pd (__B[0]));
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dvecintrin.h9011 /*-- vec_sqrt ---------------------------------------------------------------*/
9015 vec_sqrt(__vector float __a) { function
9021 vec_sqrt(__vector double __a) { function
H A Daltivec.h8434 /* vec_sqrt */
8437 static __inline__ vector float __ATTRS_o_ai vec_sqrt(vector float __a) { function
8441 static __inline__ vector double __ATTRS_o_ai vec_sqrt(vector double __a) { function

Completed in 423 milliseconds