Searched refs:vec_rsqrte (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Daltivec.h84 #define vec_vrsqrtefp vec_rsqrte
169 #define vec_rsqrte __builtin_vec_rsqrte macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Dxmmintrin.h365 return (vec_rsqrte (__A));
394 c = vec_rsqrte (a);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h7751 /* vec_rsqrte */
7753 static __inline__ vector float __ATTRS_o_ai vec_rsqrte(vector float __a) { function
7762 static __inline__ vector double __ATTRS_o_ai vec_rsqrte(vector double __a) { function

Completed in 173 milliseconds