Home | History | Annotate | Download | only in clang-include

Lines Matching defs:vec_any_eq

10872 /* vec_any_eq */
10875 vec_any_eq(vector signed char __a, vector signed char __b)
10882 vec_any_eq(vector signed char __a, vector bool char __b)
10889 vec_any_eq(vector unsigned char __a, vector unsigned char __b)
10896 vec_any_eq(vector unsigned char __a, vector bool char __b)
10903 vec_any_eq(vector bool char __a, vector signed char __b)
10910 vec_any_eq(vector bool char __a, vector unsigned char __b)
10917 vec_any_eq(vector bool char __a, vector bool char __b)
10924 vec_any_eq(vector short __a, vector short __b)
10930 vec_any_eq(vector short __a, vector bool short __b)
10936 vec_any_eq(vector unsigned short __a, vector unsigned short __b)
10944 vec_any_eq(vector unsigned short __a, vector bool short __b)
10952 vec_any_eq(vector bool short __a, vector short __b)
10960 vec_any_eq(vector bool short __a, vector unsigned short __b)
10968 vec_any_eq(vector bool short __a, vector bool short __b)
10976 vec_any_eq(vector pixel __a, vector pixel __b)
10984 vec_any_eq(vector int __a, vector int __b)
10990 vec_any_eq(vector int __a, vector bool int __b)
10996 vec_any_eq(vector unsigned int __a, vector unsigned int __b)
11003 vec_any_eq(vector unsigned int __a, vector bool int __b)
11010 vec_any_eq(vector bool int __a, vector int __b)
11017 vec_any_eq(vector bool int __a, vector unsigned int __b)
11024 vec_any_eq(vector bool int __a, vector bool int __b)
11031 vec_any_eq