Home | History | Annotate | Download | only in include

Lines Matching defs:vec_all_ne

10686 /* vec_all_ne */
10689 vec_all_ne(vector signed char __a, vector signed char __b)
10695 vec_all_ne(vector signed char __a, vector bool char __b)
10701 vec_all_ne(vector unsigned char __a, vector unsigned char __b)
10707 vec_all_ne(vector unsigned char __a, vector bool char __b)
10713 vec_all_ne(vector bool char __a, vector signed char __b)
10719 vec_all_ne(vector bool char __a, vector unsigned char __b)
10725 vec_all_ne(vector bool char __a, vector bool char __b)
10731 vec_all_ne(vector short __a, vector short __b)
10737 vec_all_ne(vector short __a, vector bool short __b)
10743 vec_all_ne(vector unsigned short __a, vector unsigned short __b)
10750 vec_all_ne(vector unsigned short __a, vector bool short __b)
10757 vec_all_ne(vector bool short __a, vector short __b)
10764 vec_all_ne(vector bool short __a, vector unsigned short __b)
10771 vec_all_ne(vector bool short __a, vector bool short __b)
10778 vec_all_ne(vector pixel __a, vector pixel __b)
10785 vec_all_ne(vector int __a, vector int __b)
10791 vec_all_ne(vector int __a, vector bool int __b)
10797 vec_all_ne(vector unsigned int __a, vector unsigned int __b)
10803 vec_all_ne(vector unsigned int __a, vector bool int __b)
10809 vec_all_ne(vector bool int __a, vector int __b)
10815 vec_all_ne(vector bool int __a, vector unsigned int __b)
10821 vec_all_ne(vector bool int __a, vector bool int __b)
10827 vec_all_ne(vector float __a, vector float __b)