Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Headers/ppc_wrappers/
H A Dxmmintrin.h320 __c = vec_sqrt(__a); in _mm_sqrt_ss()
354 return (vec_sqrt((__v4sf)__A)); in _mm_sqrt_ps()
H A Demmintrin.h304 return (vec_sqrt(__A)); in _mm_sqrt_pd()
312 __c = vec_sqrt((__v2df)_mm_set1_pd(__B[0])); in _mm_sqrt_sd()
/openbsd-src/gnu/llvm/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.h8518 static __inline__ vector float __ATTRS_o_ai vec_sqrt(vector float __a) { in vec_sqrt() function
8522 static __inline__ vector double __ATTRS_o_ai vec_sqrt(vector double __a) { in vec_sqrt() function