• Home
  • Raw
  • Download

Lines Matching refs:vec_all_le

10922 vec_all_le(vector signed char __a, vector signed char __b)  in vec_all_le()  function
10928 vec_all_le(vector signed char __a, vector bool char __b) in vec_all_le() function
10934 vec_all_le(vector unsigned char __a, vector unsigned char __b) in vec_all_le() function
10940 vec_all_le(vector unsigned char __a, vector bool char __b) in vec_all_le() function
10946 vec_all_le(vector bool char __a, vector signed char __b) in vec_all_le() function
10954 vec_all_le(vector bool char __a, vector unsigned char __b) in vec_all_le() function
10960 vec_all_le(vector bool char __a, vector bool char __b) in vec_all_le() function
10968 vec_all_le(vector short __a, vector short __b) in vec_all_le() function
10974 vec_all_le(vector short __a, vector bool short __b) in vec_all_le() function
10980 vec_all_le(vector unsigned short __a, vector unsigned short __b) in vec_all_le() function
10986 vec_all_le(vector unsigned short __a, vector bool short __b) in vec_all_le() function
10992 vec_all_le(vector bool short __a, vector short __b) in vec_all_le() function
11000 vec_all_le(vector bool short __a, vector unsigned short __b) in vec_all_le() function
11006 vec_all_le(vector bool short __a, vector bool short __b) in vec_all_le() function
11014 vec_all_le(vector int __a, vector int __b) in vec_all_le() function
11020 vec_all_le(vector int __a, vector bool int __b) in vec_all_le() function
11026 vec_all_le(vector unsigned int __a, vector unsigned int __b) in vec_all_le() function
11032 vec_all_le(vector unsigned int __a, vector bool int __b) in vec_all_le() function
11038 vec_all_le(vector bool int __a, vector int __b) in vec_all_le() function
11046 vec_all_le(vector bool int __a, vector unsigned int __b) in vec_all_le() function
11052 vec_all_le(vector bool int __a, vector bool int __b) in vec_all_le() function
11060 vec_all_le(vector float __a, vector float __b) in vec_all_le() function