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

/external/clang/lib/Headers/
H A Dvecintrin.h2504 /*-- vec_all_ge -------------------------------------------------------------*/
2507 vec_all_ge(vector signed char __a, vector signed char __b) { function
2514 vec_all_ge(vector signed char __a, vector bool char __b) { function
2521 vec_all_ge(vector bool char __a, vector signed char __b) { function
2528 vec_all_ge(vector unsigned char __a, vector unsigned char __b) { function
2535 vec_all_ge(vector unsigned char __a, vector bool char __b) { function
2542 vec_all_ge(vector bool char __a, vector unsigned char __b) { function
2549 vec_all_ge(vector bool char __a, vector bool char __b) { function
2557 vec_all_ge(vector signed short __a, vector signed short __b) { function
2564 vec_all_ge(vecto function
2571 vec_all_ge(vector bool short __a, vector signed short __b) { function
2578 vec_all_ge(vector unsigned short __a, vector unsigned short __b) { function
2585 vec_all_ge(vector unsigned short __a, vector bool short __b) { function
2592 vec_all_ge(vector bool short __a, vector unsigned short __b) { function
2599 vec_all_ge(vector bool short __a, vector bool short __b) { function
2607 vec_all_ge(vector signed int __a, vector signed int __b) { function
2614 vec_all_ge(vector signed int __a, vector bool int __b) { function
2621 vec_all_ge(vector bool int __a, vector signed int __b) { function
2628 vec_all_ge(vector unsigned int __a, vector unsigned int __b) { function
2635 vec_all_ge(vector unsigned int __a, vector bool int __b) { function
2642 vec_all_ge(vector bool int __a, vector unsigned int __b) { function
2649 vec_all_ge(vector bool int __a, vector bool int __b) { function
2657 vec_all_ge(vector signed long long __a, vector signed long long __b) { function
2664 vec_all_ge(vector signed long long __a, vector bool long long __b) { function
2671 vec_all_ge(vector bool long long __a, vector signed long long __b) { function
2678 vec_all_ge(vector unsigned long long __a, vector unsigned long long __b) { function
2685 vec_all_ge(vector unsigned long long __a, vector bool long long __b) { function
2692 vec_all_ge(vector bool long long __a, vector unsigned long long __b) { function
2699 vec_all_ge(vector bool long long __a, vector bool long long __b) { function
2707 vec_all_ge(vector double __a, vector double __b) { function
[all...]
H A Daltivec.h12218 /* vec_all_ge */
12220 static __inline__ int __ATTRS_o_ai vec_all_ge(vector signed char __a, function
12225 static __inline__ int __ATTRS_o_ai vec_all_ge(vector signed char __a, function
12230 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned char __a, function
12235 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned char __a, function
12240 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool char __a, function
12246 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool char __a, function
12251 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool char __a, function
12257 static __inline__ int __ATTRS_o_ai vec_all_ge(vector short __a, function
12262 static __inline__ int __ATTRS_o_ai vec_all_ge(vecto function
12267 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned short __a, function
12272 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned short __a, function
12278 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool short __a, function
12284 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool short __a, function
12290 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool short __a, function
12296 static __inline__ int __ATTRS_o_ai vec_all_ge(vector int __a, vector int __b) { function
12300 static __inline__ int __ATTRS_o_ai vec_all_ge(vector int __a, function
12305 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned int __a, function
12310 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned int __a, function
12315 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool int __a, function
12321 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool int __a, function
12326 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool int __a, function
12333 static __inline__ int __ATTRS_o_ai vec_all_ge(vector signed long long __a, function
12337 static __inline__ int __ATTRS_o_ai vec_all_ge(vector signed long long __a, function
12343 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned long long __a, function
12348 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned long long __a, function
12354 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool long long __a, function
12360 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool long long __a, function
12366 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool long long __a, function
12373 static __inline__ int __ATTRS_o_ai vec_all_ge(vector float __a, function
12383 static __inline__ int __ATTRS_o_ai vec_all_ge(vector double __a, function
[all...]

Completed in 104 milliseconds