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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h3240 vec_div(vector signed char __a, vector signed char __b) { function
3245 vec_div(vector unsigned char __a, vector unsigned char __b) { function
3250 vec_div(vector signed short __a, vector signed short __b) { function
3255 vec_div(vector unsigned short __a, vector unsigned short __b) { function
3260 vec_div(vector signed int __a, vector signed int __b) { function
3265 vec_div(vector unsigned int __a, vector unsigned int __b) { function
3271 vec_div(vector signed long long __a, vector signed long long __b) { function
3276 vec_div(vector unsigned long long __a, vector unsigned long long __b) { function
3280 static __inline__ vector float __ATTRS_o_ai vec_div(vecto function
3285 static __inline__ vector double __ATTRS_o_ai vec_div(vector double __a, function
[all...]

Completed in 230 milliseconds