• Home
  • Raw
  • Download

Lines Matching refs:vec_any_lt

12020 vec_any_lt(vector signed char __a, vector signed char __b)  in vec_any_lt()  function
12026 vec_any_lt(vector signed char __a, vector bool char __b) in vec_any_lt() function
12032 vec_any_lt(vector unsigned char __a, vector unsigned char __b) in vec_any_lt() function
12038 vec_any_lt(vector unsigned char __a, vector bool char __b) in vec_any_lt() function
12045 vec_any_lt(vector bool char __a, vector signed char __b) in vec_any_lt() function
12053 vec_any_lt(vector bool char __a, vector unsigned char __b) in vec_any_lt() function
12060 vec_any_lt(vector bool char __a, vector bool char __b) in vec_any_lt() function
12068 vec_any_lt(vector short __a, vector short __b) in vec_any_lt() function
12074 vec_any_lt(vector short __a, vector bool short __b) in vec_any_lt() function
12080 vec_any_lt(vector unsigned short __a, vector unsigned short __b) in vec_any_lt() function
12086 vec_any_lt(vector unsigned short __a, vector bool short __b) in vec_any_lt() function
12093 vec_any_lt(vector bool short __a, vector short __b) in vec_any_lt() function
12101 vec_any_lt(vector bool short __a, vector unsigned short __b) in vec_any_lt() function
12108 vec_any_lt(vector bool short __a, vector bool short __b) in vec_any_lt() function
12116 vec_any_lt(vector int __a, vector int __b) in vec_any_lt() function
12122 vec_any_lt(vector int __a, vector bool int __b) in vec_any_lt() function
12128 vec_any_lt(vector unsigned int __a, vector unsigned int __b) in vec_any_lt() function
12134 vec_any_lt(vector unsigned int __a, vector bool int __b) in vec_any_lt() function
12140 vec_any_lt(vector bool int __a, vector int __b) in vec_any_lt() function
12148 vec_any_lt(vector bool int __a, vector unsigned int __b) in vec_any_lt() function
12154 vec_any_lt(vector bool int __a, vector bool int __b) in vec_any_lt() function
12162 vec_any_lt(vector float __a, vector float __b) in vec_any_lt() function