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

/external/clang/lib/Headers/
H A Daltivec.h10765 /* vec_all_gt */
10768 vec_all_gt(vector signed char __a, vector signed char __b) function
10774 vec_all_gt(vector signed char __a, vector bool char __b) function
10780 vec_all_gt(vector unsigned char __a, vector unsigned char __b) function
10786 vec_all_gt(vector unsigned char __a, vector bool char __b) function
10792 vec_all_gt(vector bool char __a, vector signed char __b) function
10800 vec_all_gt(vector bool char __a, vector unsigned char __b) function
10806 vec_all_gt(vector bool char __a, vector bool char __b) function
10814 vec_all_gt(vector short __a, vector short __b) function
10820 vec_all_gt(vecto function
10826 vec_all_gt(vector unsigned short __a, vector unsigned short __b) function
10832 vec_all_gt(vector unsigned short __a, vector bool short __b) function
10838 vec_all_gt(vector bool short __a, vector short __b) function
10846 vec_all_gt(vector bool short __a, vector unsigned short __b) function
10852 vec_all_gt(vector bool short __a, vector bool short __b) function
10860 vec_all_gt(vector int __a, vector int __b) function
10866 vec_all_gt(vector int __a, vector bool int __b) function
10872 vec_all_gt(vector unsigned int __a, vector unsigned int __b) function
10878 vec_all_gt(vector unsigned int __a, vector bool int __b) function
10884 vec_all_gt(vector bool int __a, vector int __b) function
10892 vec_all_gt(vector bool int __a, vector unsigned int __b) function
10898 vec_all_gt(vector bool int __a, vector bool int __b) function
10906 vec_all_gt(vector float __a, vector float __b) function
[all...]

Completed in 156 milliseconds