Lines Matching defs:vec_max
848 /* vec_max (vector maximum)
851 static inline vec_uchar16 vec_max(vec_uchar16 a, vec_uchar16 b)
856 static inline vec_char16 vec_max(vec_char16 a, vec_char16 b)
861 static inline vec_char16 vec_max(vec_bchar16 a, vec_char16 b)
866 static inline vec_char16 vec_max(vec_char16 a, vec_bchar16 b)
871 static inline vec_ushort8 vec_max(vec_ushort8 a, vec_ushort8 b)
876 static inline vec_short8 vec_max(vec_short8 a, vec_short8 b)
881 static inline vec_short8 vec_max(vec_bshort8 a, vec_short8 b)
886 static inline vec_short8 vec_max(vec_short8 a, vec_bshort8 b)
891 static inline vec_uint4 vec_max(vec_uint4 a, vec_uint4 b)
896 static inline vec_int4 vec_max(vec_int4 a, vec_int4 b)
901 static inline vec_int4 vec_max(vec_bint4 a, vec_int4 b)
906 static inline vec_int4 vec_max(vec_int4 a, vec_bint4 b)
911 static inline vec_float4 vec_max(vec_float4 a, vec_float4 b)