Home | History | Annotate | Download | only in include

Lines Matching defs:vec_max

6405 /*-- vec_max ----------------------------------------------------------------*/
6408 vec_max(vector signed char __a, vector signed char __b) {
6413 vec_max(vector signed char __a, vector bool char __b) {
6419 vec_max(vector bool char __a, vector signed char __b) {
6425 vec_max(vector unsigned char __a, vector unsigned char __b) {
6430 vec_max(vector unsigned char __a, vector bool char __b) {
6436 vec_max(vector bool char __a, vector unsigned char __b) {
6442 vec_max(vector signed short __a, vector signed short __b) {
6447 vec_max(vector signed short __a, vector bool short __b) {
6453 vec_max(vector bool short __a, vector signed short __b) {
6459 vec_max(vector unsigned short __a, vector unsigned short __b) {
6464 vec_max(vector unsigned short __a, vector bool short __b) {
6470 vec_max(vector bool short __a, vector unsigned short __b) {
6476 vec_max(vector signed int __a, vector signed int __b) {
6481 vec_max(vector signed int __a, vector bool int __b) {
6487 vec_max(vector bool int __a, vector signed int __b) {
6493 vec_max(vector unsigned int __a, vector unsigned int __b) {
6498 vec_max(vector unsigned int __a, vector bool int __b) {
6504 vec_max(vector bool int __a, vector unsigned int __b) {
6510 vec_max(vector signed long long __a, vector signed long long __b) {
6515 vec_max(vector signed long long __a, vector bool long long __b) {
6521 vec_max(vector bool long long __a, vector signed long long __b) {
6527 vec_max(vector unsigned long long __a, vector unsigned long long __b) {
6532 vec_max(vector unsigned long long __a, vector bool long long __b) {
6538 vec_max(vector bool long long __a, vector unsigned long long __b) {
6544 vec_max(vector double __a, vector double __b) {