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

/external/clang/lib/Headers/
H A Dvecintrin.h4463 /*-- vec_any_lt -------------------------------------------------------------*/
4466 vec_any_lt(vector signed char __a, vector signed char __b) { function
4473 vec_any_lt(vector signed char __a, vector bool char __b) { function
4480 vec_any_lt(vector bool char __a, vector signed char __b) { function
4487 vec_any_lt(vector unsigned char __a, vector unsigned char __b) { function
4494 vec_any_lt(vector unsigned char __a, vector bool char __b) { function
4501 vec_any_lt(vector bool char __a, vector unsigned char __b) { function
4508 vec_any_lt(vector bool char __a, vector bool char __b) { function
4516 vec_any_lt(vector signed short __a, vector signed short __b) { function
4523 vec_any_lt(vecto function
4530 vec_any_lt(vector bool short __a, vector signed short __b) { function
4537 vec_any_lt(vector unsigned short __a, vector unsigned short __b) { function
4544 vec_any_lt(vector unsigned short __a, vector bool short __b) { function
4551 vec_any_lt(vector bool short __a, vector unsigned short __b) { function
4558 vec_any_lt(vector bool short __a, vector bool short __b) { function
4566 vec_any_lt(vector signed int __a, vector signed int __b) { function
4573 vec_any_lt(vector signed int __a, vector bool int __b) { function
4580 vec_any_lt(vector bool int __a, vector signed int __b) { function
4587 vec_any_lt(vector unsigned int __a, vector unsigned int __b) { function
4594 vec_any_lt(vector unsigned int __a, vector bool int __b) { function
4601 vec_any_lt(vector bool int __a, vector unsigned int __b) { function
4608 vec_any_lt(vector bool int __a, vector bool int __b) { function
4616 vec_any_lt(vector signed long long __a, vector signed long long __b) { function
4623 vec_any_lt(vector signed long long __a, vector bool long long __b) { function
4630 vec_any_lt(vector bool long long __a, vector signed long long __b) { function
4637 vec_any_lt(vector unsigned long long __a, vector unsigned long long __b) { function
4644 vec_any_lt(vector unsigned long long __a, vector bool long long __b) { function
4651 vec_any_lt(vector bool long long __a, vector unsigned long long __b) { function
4658 vec_any_lt(vector bool long long __a, vector bool long long __b) { function
4666 vec_any_lt(vector double __a, vector double __b) { function
[all...]
H A Daltivec.h13897 /* vec_any_lt */
13899 static __inline__ int __ATTRS_o_ai vec_any_lt(vector signed char __a, function
13904 static __inline__ int __ATTRS_o_ai vec_any_lt(vector signed char __a, function
13910 static __inline__ int __ATTRS_o_ai vec_any_lt(vector unsigned char __a, function
13915 static __inline__ int __ATTRS_o_ai vec_any_lt(vector unsigned char __a, function
13921 static __inline__ int __ATTRS_o_ai vec_any_lt(vector bool char __a, function
13927 static __inline__ int __ATTRS_o_ai vec_any_lt(vector bool char __a, function
13933 static __inline__ int __ATTRS_o_ai vec_any_lt(vector bool char __a, function
13939 static __inline__ int __ATTRS_o_ai vec_any_lt(vector short __a, function
13944 static __inline__ int __ATTRS_o_ai vec_any_lt(vecto function
13949 static __inline__ int __ATTRS_o_ai vec_any_lt(vector unsigned short __a, function
13954 static __inline__ int __ATTRS_o_ai vec_any_lt(vector unsigned short __a, function
13960 static __inline__ int __ATTRS_o_ai vec_any_lt(vector bool short __a, function
13966 static __inline__ int __ATTRS_o_ai vec_any_lt(vector bool short __a, function
13972 static __inline__ int __ATTRS_o_ai vec_any_lt(vector bool short __a, function
13978 static __inline__ int __ATTRS_o_ai vec_any_lt(vector int __a, vector int __b) { function
13982 static __inline__ int __ATTRS_o_ai vec_any_lt(vector int __a, function
13987 static __inline__ int __ATTRS_o_ai vec_any_lt(vector unsigned int __a, function
13992 static __inline__ int __ATTRS_o_ai vec_any_lt(vector unsigned int __a, function
13998 static __inline__ int __ATTRS_o_ai vec_any_lt(vector bool int __a, function
14004 static __inline__ int __ATTRS_o_ai vec_any_lt(vector bool int __a, function
14010 static __inline__ int __ATTRS_o_ai vec_any_lt(vector bool int __a, function
14017 static __inline__ int __ATTRS_o_ai vec_any_lt(vector signed long long __a, function
14022 static __inline__ int __ATTRS_o_ai vec_any_lt(vector unsigned long long __a, function
14027 static __inline__ int __ATTRS_o_ai vec_any_lt(vector signed long long __a, function
14033 static __inline__ int __ATTRS_o_ai vec_any_lt(vector unsigned long long __a, function
14039 static __inline__ int __ATTRS_o_ai vec_any_lt(vector bool long long __a, function
14046 static __inline__ int __ATTRS_o_ai vec_any_lt(vector bool long long __a, function
14052 static __inline__ int __ATTRS_o_ai vec_any_lt(vector bool long long __a, function
14060 static __inline__ int __ATTRS_o_ai vec_any_lt(vector float __a, function
14070 static __inline__ int __ATTRS_o_ai vec_any_lt(vector double __a, function
[all...]

Completed in 130 milliseconds