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()  function2023 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 | 1833 vec_cmplt(vector signed char __a, vector signed char __b) {  in vec_cmplt()  function1838 vec_cmplt(vector unsigned char __a, vector unsigned char __b) {  in vec_cmplt()  function
 1842 static __inline__ vector bool short __ATTRS_o_ai vec_cmplt(vector short __a,  in vec_cmplt()  function
 1848 vec_cmplt(vector unsigned short __a, vector unsigned short __b) {  in vec_cmplt()  function
 1852 static __inline__ vector bool int __ATTRS_o_ai vec_cmplt(vector int __a,  in vec_cmplt()  function
 1858 vec_cmplt(vector unsigned int __a, vector unsigned int __b) {  in vec_cmplt()  function
 1862 static __inline__ vector bool int __ATTRS_o_ai vec_cmplt(vector float __a,  in vec_cmplt()  function
 1869 vec_cmplt(vector double __a, vector double __b) {  in vec_cmplt()  function
 1876 vec_cmplt(vector signed long long __a, vector signed long long __b) {  in vec_cmplt()  function
 1881 vec_cmplt(vector unsigned long long __a, vector unsigned long long __b) {  in vec_cmplt()  function
 
 |