Home | History | Annotate | Download | only in include

Lines Matching defs:vec_all_eq

9940 /* vec_all_eq */
9943 vec_all_eq(vector signed char __a, vector signed char __b)
9949 vec_all_eq(vector signed char __a, vector bool char __b)
9955 vec_all_eq(vector unsigned char __a, vector unsigned char __b)
9961 vec_all_eq(vector unsigned char __a, vector bool char __b)
9967 vec_all_eq(vector bool char __a, vector signed char __b)
9973 vec_all_eq(vector bool char __a, vector unsigned char __b)
9979 vec_all_eq(vector bool char __a, vector bool char __b)
9985 vec_all_eq(vector short __a, vector short __b)
9991 vec_all_eq(vector short __a, vector bool short __b)
9997 vec_all_eq(vector unsigned short __a, vector unsigned short __b)
10004 vec_all_eq(vector unsigned short __a, vector bool short __b)
10011 vec_all_eq(vector bool short __a, vector short __b)
10018 vec_all_eq(vector bool short __a, vector unsigned short __b)
10025 vec_all_eq(vector bool short __a, vector bool short __b)
10032 vec_all_eq(vector pixel __a, vector pixel __b)
10039 vec_all_eq(vector int __a, vector int __b)
10045 vec_all_eq(vector int __a, vector bool int __b)
10051 vec_all_eq(vector unsigned int __a, vector unsigned int __b)
10057 vec_all_eq(vector unsigned int __a, vector bool int __b)
10063 vec_all_eq(vector bool int __a, vector int __b)
10069 vec_all_eq(vector bool int __a, vector unsigned int __b)
10075 vec_all_eq(vector bool int __a, vector bool int __b)
10081 vec_all_eq(vector float __a, vector float __b)