HomeSort by relevance Sort by last modified time
    Searched defs:vec_all_gt (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Headers/
vecintrin.h 2716 vec_all_gt(vector signed char __a, vector signed char __b) { function
2723 vec_all_gt(vector signed char __a, vector bool char __b) { function
2730 vec_all_gt(vector bool char __a, vector signed char __b) { function
2737 vec_all_gt(vector unsigned char __a, vector unsigned char __b) { function
2744 vec_all_gt(vector unsigned char __a, vector bool char __b) { function
2751 vec_all_gt(vector bool char __a, vector unsigned char __b) { function
2758 vec_all_gt(vector bool char __a, vector bool char __b) { function
2766 vec_all_gt(vector signed short __a, vector signed short __b) { function
2773 vec_all_gt(vector signed short __a, vector bool short __b) { function
2780 vec_all_gt(vector bool short __a, vector signed short __b) { function
2787 vec_all_gt(vector unsigned short __a, vector unsigned short __b) { function
2794 vec_all_gt(vector unsigned short __a, vector bool short __b) { function
2801 vec_all_gt(vector bool short __a, vector unsigned short __b) { function
2808 vec_all_gt(vector bool short __a, vector bool short __b) { function
2816 vec_all_gt(vector signed int __a, vector signed int __b) { function
2823 vec_all_gt(vector signed int __a, vector bool int __b) { function
2830 vec_all_gt(vector bool int __a, vector signed int __b) { function
2837 vec_all_gt(vector unsigned int __a, vector unsigned int __b) { function
2844 vec_all_gt(vector unsigned int __a, vector bool int __b) { function
2851 vec_all_gt(vector bool int __a, vector unsigned int __b) { function
2858 vec_all_gt(vector bool int __a, vector bool int __b) { function
2866 vec_all_gt(vector signed long long __a, vector signed long long __b) { function
2873 vec_all_gt(vector signed long long __a, vector bool long long __b) { function
2880 vec_all_gt(vector bool long long __a, vector signed long long __b) { function
2887 vec_all_gt(vector unsigned long long __a, vector unsigned long long __b) { function
2894 vec_all_gt(vector unsigned long long __a, vector bool long long __b) { function
2901 vec_all_gt(vector bool long long __a, vector unsigned long long __b) { function
2908 vec_all_gt(vector bool long long __a, vector bool long long __b) { function
2916 vec_all_gt(vector double __a, vector double __b) { function
    [all...]
altivec.h 12391 static __inline__ int __ATTRS_o_ai vec_all_gt(vector signed char __a, function
12396 static __inline__ int __ATTRS_o_ai vec_all_gt(vector signed char __a, function
12401 static __inline__ int __ATTRS_o_ai vec_all_gt(vector unsigned char __a, function
12406 static __inline__ int __ATTRS_o_ai vec_all_gt(vector unsigned char __a, function
12411 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool char __a, function
12417 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool char __a, function
12422 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool char __a, function
12428 static __inline__ int __ATTRS_o_ai vec_all_gt(vector short __a, function
12433 static __inline__ int __ATTRS_o_ai vec_all_gt(vector short __a, function
12438 static __inline__ int __ATTRS_o_ai vec_all_gt(vector unsigned short __a, function
12443 static __inline__ int __ATTRS_o_ai vec_all_gt(vector unsigned short __a, function
12449 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool short __a, function
12455 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool short __a, function
12461 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool short __a, function
12467 static __inline__ int __ATTRS_o_ai vec_all_gt(vector int __a, vector int __b) { function
12471 static __inline__ int __ATTRS_o_ai vec_all_gt(vector int __a, function
12476 static __inline__ int __ATTRS_o_ai vec_all_gt(vector unsigned int __a, function
12481 static __inline__ int __ATTRS_o_ai vec_all_gt(vector unsigned int __a, function
12486 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool int __a, function
12492 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool int __a, function
12497 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool int __a, function
12504 static __inline__ int __ATTRS_o_ai vec_all_gt(vector signed long long __a, function
12508 static __inline__ int __ATTRS_o_ai vec_all_gt(vector signed long long __a, function
12514 static __inline__ int __ATTRS_o_ai vec_all_gt(vector unsigned long long __a, function
12519 static __inline__ int __ATTRS_o_ai vec_all_gt(vector unsigned long long __a, function
12525 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool long long __a, function
12531 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool long long __a, function
12537 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool long long __a, function
12544 static __inline__ int __ATTRS_o_ai vec_all_gt(vector float __a, function
12554 static __inline__ int __ATTRS_o_ai vec_all_gt(vector double __a, function
    [all...]

Completed in 91 milliseconds