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

/freebsd-11-stable/contrib/llvm-project/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]));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h8843 /*-- vec_sqrt ---------------------------------------------------------------*/
8847 vec_sqrt(vector float __a) { function
8853 vec_sqrt(vector double __a) { function
H A Daltivec.h7739 /* vec_sqrt */
7742 static __inline__ vector float __ATTRS_o_ai vec_sqrt(vector float __a) { function
7746 static __inline__ vector double __ATTRS_o_ai vec_sqrt(vector double __a) { function

Completed in 187 milliseconds