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

/external/clang/lib/Headers/
H A Daltivec.h2035 /* vec_div */
2041 vec_div(vector signed char __a, vector signed char __b) { function
2046 vec_div(vector unsigned char __a, vector unsigned char __b) { function
2051 vec_div(vector signed short __a, vector signed short __b) { function
2056 vec_div(vector unsigned short __a, vector unsigned short __b) { function
2061 vec_div(vector signed int __a, vector signed int __b) { function
2066 vec_div(vector unsigned int __a, vector unsigned int __b) { function
2072 vec_div(vector signed long long __a, vector signed long long __b) { function
2077 vec_div(vector unsigned long long __a, vector unsigned long long __b) { function
2081 static __inline__ vector float __ATTRS_o_ai vec_div(vecto function
2086 static __inline__ vector double __ATTRS_o_ai vec_div(vector double __a, function
[all...]

Completed in 135 milliseconds