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

Lines Matching defs:vec_max

2372 /* vec_max */
2375 vec_max(vector signed char a, vector signed char b)
2381 vec_max(vector bool char a, vector signed char b)
2387 vec_max(vector signed char a, vector bool char b)
2393 vec_max(vector unsigned char a, vector unsigned char b)
2399 vec_max(vector bool char a, vector unsigned char b)
2405 vec_max(vector unsigned char a, vector bool char b)
2411 vec_max(vector short a, vector short b)
2417 vec_max(vector bool short a, vector short b)
2423 vec_max(vector short a, vector bool short b)
2429 vec_max(vector unsigned short a, vector unsigned short b)
2435 vec_max(vector bool short a, vector unsigned short b)
2441 vec_max(vector unsigned short a, vector bool short b)
2447 vec_max(vector int a, vector int b)
2453 vec_max(vector bool int a, vector int b)
2459 vec_max(vector int a, vector bool int b)
2465 vec_max(vector unsigned int a, vector unsigned int b)
2471 vec_max(vector bool int a, vector unsigned int b)
2477 vec_max(vector unsigned int a, vector bool int b)
2483 vec_max(vector float a, vector float b)