Home | History | Annotate | Download | only in Headers

Lines Matching defs:vec_min

3004 /* vec_min */
3007 vec_min(vector signed char __a, vector signed char __b)
3013 vec_min(vector bool char __a, vector signed char __b)
3019 vec_min(vector signed char __a, vector bool char __b)
3025 vec_min(vector unsigned char __a, vector unsigned char __b)
3031 vec_min(vector bool char __a, vector unsigned char __b)
3037 vec_min(vector unsigned char __a, vector bool char __b)
3043 vec_min(vector short __a, vector short __b)
3049 vec_min(vector bool short __a, vector short __b)
3055 vec_min(vector short __a, vector bool short __b)
3061 vec_min(vector unsigned short __a, vector unsigned short __b)
3067 vec_min(vector bool short __a, vector unsigned short __b)
3073 vec_min(vector unsigned short __a, vector bool short __b)
3079 vec_min(vector int __a, vector int __b)
3085 vec_min(vector bool int __a, vector int __b)
3091 vec_min(vector int __a, vector bool int __b)
3097 vec_min(vector unsigned int __a, vector unsigned int __b)
3103 vec_min(vector bool int __a, vector unsigned int __b)
3109 vec_min(vector unsigned int __a, vector bool int __b)
3115 vec_min(vector float __a, vector float __b)