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

  /external/clang/lib/Headers/
vecintrin.h 3839 vec_any_ge(vector signed char __a, vector signed char __b) { function
3846 vec_any_ge(vector signed char __a, vector bool char __b) { function
3853 vec_any_ge(vector bool char __a, vector signed char __b) { function
3860 vec_any_ge(vector unsigned char __a, vector unsigned char __b) { function
3867 vec_any_ge(vector unsigned char __a, vector bool char __b) { function
3874 vec_any_ge(vector bool char __a, vector unsigned char __b) { function
3881 vec_any_ge(vector bool char __a, vector bool char __b) { function
3889 vec_any_ge(vector signed short __a, vector signed short __b) { function
3896 vec_any_ge(vector signed short __a, vector bool short __b) { function
3903 vec_any_ge(vector bool short __a, vector signed short __b) { function
3910 vec_any_ge(vector unsigned short __a, vector unsigned short __b) { function
3917 vec_any_ge(vector unsigned short __a, vector bool short __b) { function
3924 vec_any_ge(vector bool short __a, vector unsigned short __b) { function
3931 vec_any_ge(vector bool short __a, vector bool short __b) { function
3939 vec_any_ge(vector signed int __a, vector signed int __b) { function
3946 vec_any_ge(vector signed int __a, vector bool int __b) { function
3953 vec_any_ge(vector bool int __a, vector signed int __b) { function
3960 vec_any_ge(vector unsigned int __a, vector unsigned int __b) { function
3967 vec_any_ge(vector unsigned int __a, vector bool int __b) { function
3974 vec_any_ge(vector bool int __a, vector unsigned int __b) { function
3981 vec_any_ge(vector bool int __a, vector bool int __b) { function
3989 vec_any_ge(vector signed long long __a, vector signed long long __b) { function
3996 vec_any_ge(vector signed long long __a, vector bool long long __b) { function
4003 vec_any_ge(vector bool long long __a, vector signed long long __b) { function
4010 vec_any_ge(vector unsigned long long __a, vector unsigned long long __b) { function
4017 vec_any_ge(vector unsigned long long __a, vector bool long long __b) { function
4024 vec_any_ge(vector bool long long __a, vector unsigned long long __b) { function
4031 vec_any_ge(vector bool long long __a, vector bool long long __b) { function
4039 vec_any_ge(vector double __a, vector double __b) { function
    [all...]
altivec.h 13362 static __inline__ int __ATTRS_o_ai vec_any_ge(vector signed char __a, function
13367 static __inline__ int __ATTRS_o_ai vec_any_ge(vector signed char __a, function
13373 static __inline__ int __ATTRS_o_ai vec_any_ge(vector unsigned char __a, function
13378 static __inline__ int __ATTRS_o_ai vec_any_ge(vector unsigned char __a, function
13384 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool char __a, function
13390 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool char __a, function
13396 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool char __a, function
13402 static __inline__ int __ATTRS_o_ai vec_any_ge(vector short __a, function
13407 static __inline__ int __ATTRS_o_ai vec_any_ge(vector short __a, function
13412 static __inline__ int __ATTRS_o_ai vec_any_ge(vector unsigned short __a, function
13417 static __inline__ int __ATTRS_o_ai vec_any_ge(vector unsigned short __a, function
13423 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool short __a, function
13429 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool short __a, function
13435 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool short __a, function
13441 static __inline__ int __ATTRS_o_ai vec_any_ge(vector int __a, vector int __b) { function
13445 static __inline__ int __ATTRS_o_ai vec_any_ge(vector int __a, function
13450 static __inline__ int __ATTRS_o_ai vec_any_ge(vector unsigned int __a, function
13455 static __inline__ int __ATTRS_o_ai vec_any_ge(vector unsigned int __a, function
13461 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool int __a, function
13467 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool int __a, function
13473 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool int __a, function
13480 static __inline__ int __ATTRS_o_ai vec_any_ge(vector signed long long __a, function
13485 static __inline__ int __ATTRS_o_ai vec_any_ge(vector unsigned long long __a, function
13490 static __inline__ int __ATTRS_o_ai vec_any_ge(vector signed long long __a, function
13496 static __inline__ int __ATTRS_o_ai vec_any_ge(vector unsigned long long __a, function
13502 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool long long __a, function
13509 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool long long __a, function
13515 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool long long __a, function
13523 static __inline__ int __ATTRS_o_ai vec_any_ge(vector float __a, function
13533 static __inline__ int __ATTRS_o_ai vec_any_ge(vector double __a, function
    [all...]

Completed in 101 milliseconds