Searched defs:vec_cmplt (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Headers/ |
D | vecintrin.h | 2018 vec_cmplt(vector signed char __a, vector signed char __b) { in vec_cmplt() function 2023 vec_cmplt(vector unsigned char __a, vector unsigned char __b) { in vec_cmplt() function 2028 vec_cmplt(vector signed short __a, vector signed short __b) { in vec_cmplt() function 2033 vec_cmplt(vector unsigned short __a, vector unsigned short __b) { in vec_cmplt() function 2038 vec_cmplt(vector signed int __a, vector signed int __b) { in vec_cmplt() function 2043 vec_cmplt(vector unsigned int __a, vector unsigned int __b) { in vec_cmplt() function 2048 vec_cmplt(vector signed long long __a, vector signed long long __b) { in vec_cmplt() function 2053 vec_cmplt(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmplt() function 2058 vec_cmplt(vector double __a, vector double __b) { in vec_cmplt() function
|
D | altivec.h | 1789 static vector bool char __ATTRS_o_ai vec_cmplt(vector signed char __a, in vec_cmplt() function 1794 static vector bool char __ATTRS_o_ai vec_cmplt(vector unsigned char __a, in vec_cmplt() function 1799 static vector bool short __ATTRS_o_ai vec_cmplt(vector short __a, in vec_cmplt() function 1804 static vector bool short __ATTRS_o_ai vec_cmplt(vector unsigned short __a, in vec_cmplt() function 1809 static vector bool int __ATTRS_o_ai vec_cmplt(vector int __a, vector int __b) { in vec_cmplt() function 1813 static vector bool int __ATTRS_o_ai vec_cmplt(vector unsigned int __a, in vec_cmplt() function 1818 static vector bool int __ATTRS_o_ai vec_cmplt(vector float __a, in vec_cmplt() function 1825 vec_cmplt(vector double __a, vector double __b) { in vec_cmplt() function 1832 vec_cmplt(vector signed long long __a, vector signed long long __b) { in vec_cmplt() function 1837 vec_cmplt(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmplt() function
|