Home | History | Annotate | Download | only in include

Lines Matching defs:vec_max

3712 /* vec_max */
3715 vec_max(vector signed char __a, vector signed char __b) {
3720 vec_max(vector bool char __a, vector signed char __b) {
3725 vec_max(vector signed char __a, vector bool char __b) {
3730 vec_max(vector unsigned char __a, vector unsigned char __b) {
3735 vec_max(vector bool char __a, vector unsigned char __b) {
3740 vec_max(vector unsigned char __a, vector bool char __b) {
3744 static __inline__ vector short __ATTRS_o_ai vec_max(vector short __a,
3749 static __inline__ vector short __ATTRS_o_ai vec_max(vector bool short __a,
3754 static __inline__ vector short __ATTRS_o_ai vec_max(vector short __a,
3760 vec_max(vector unsigned short __a, vector unsigned short __b) {
3765 vec_max(vector bool short __a, vector unsigned short __b) {
3770 vec_max(vector unsigned short __a, vector bool short __b) {
3774 static __inline__ vector int __ATTRS_o_ai vec_max(vector int __a,
3779 static __inline__ vector int __ATTRS_o_ai vec_max(vector bool int __a,
3784 static __inline__ vector int __ATTRS_o_ai vec_max(vector int __a,
3790 vec_max(vector unsigned int __a, vector unsigned int __b) {
3795 vec_max(vector bool int __a, vector unsigned int __b) {
3800 vec_max(vector unsigned int __a, vector bool int __b) {
3806 vec_max(vector signed long long __a, vector signed long long __b) {
3811 vec_max(vector bool long long __a, vector signed long long __b) {
3816 vec_max(vector signed long long __a, vector bool long long __b) {
3821 vec_max(vector unsigned long long __a, vector unsigned long long __b) {
3826 vec_max(vector bool long long __a, vector unsigned long long __b) {
3831 vec_max(vector unsigned long long __a, vector bool long long __b) {
3836 static __inline__ vector float __ATTRS_o_ai vec_max(vector float __a,
3846 static __inline__ vector double __ATTRS_o_ai vec_max(vector double __a,