Searched defs:vec_nabs (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h7841 vec_nabs(vector float __a) { function
7847 vec_nabs(vector double __a) { function
H A Daltivec.h16736 static vector float __ATTRS_o_ai vec_nabs(vector float __a) { function
16741 static vector double __ATTRS_o_ai vec_nabs(vector double __a) { function
16748 static vector long long __ATTRS_o_ai vec_nabs(vector long long __a) { function
16753 static vector signed int __ATTRS_o_ai vec_nabs(vector signed int __a) { function
16757 static vector signed short __ATTRS_o_ai vec_nabs(vector signed short __a) { function
16761 static vector signed char __ATTRS_o_ai vec_nabs(vector signed char __a) { function

Completed in 288 milliseconds