Lines Matching refs:vec_any_lt
11484 /* vec_any_lt */
11487 vec_any_lt(vector signed char __a, vector signed char __b)
11493 vec_any_lt(vector signed char __a, vector bool char __b)
11499 vec_any_lt(vector unsigned char __a, vector unsigned char __b)
11505 vec_any_lt(vector unsigned char __a, vector bool char __b)
11512 vec_any_lt(vector bool char __a, vector signed char __b)
11520 vec_any_lt(vector bool char __a, vector unsigned char __b)
11527 vec_any_lt(vector bool char __a, vector bool char __b)
11535 vec_any_lt(vector short __a, vector short __b)
11541 vec_any_lt(vector short __a, vector bool short __b)
11547 vec_any_lt(vector unsigned short __a, vector unsigned short __b)
11553 vec_any_lt(vector unsigned short __a, vector bool short __b)
11560 vec_any_lt(vector bool short __a, vector short __b)
11568 vec_any_lt(vector bool short __a, vector unsigned short __b)
11575 vec_any_lt(vector bool short __a, vector bool short __b)
11583 vec_any_lt(vector int __a, vector int __b)
11589 vec_any_lt(vector int __a, vector bool int __b)
11595 vec_any_lt(vector unsigned int __a, vector unsigned int __b)
11601 vec_any_lt(vector unsigned int __a, vector bool int __b)
11607 vec_any_lt(vector bool int __a, vector int __b)
11615 vec_any_lt(vector bool int __a, vector unsigned int __b)
11621 vec_any_lt(vector bool int __a, vector bool int __b)
11629 vec_any_lt(vector float __a, vector float __b)