Home | History | Annotate | Download | only in clang-include

Lines Matching defs: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)