Lines Matching defs:vec_min
5739 /* vec_min */
5742 vec_min(vector signed char __a, vector signed char __b) {
5747 vec_min(vector bool char __a, vector signed char __b) {
5752 vec_min(vector signed char __a, vector bool char __b) {
5757 vec_min(vector unsigned char __a, vector unsigned char __b) {
5762 vec_min(vector bool char __a, vector unsigned char __b) {
5767 vec_min(vector unsigned char __a, vector bool char __b) {
5771 static __inline__ vector short __ATTRS_o_ai vec_min(vector short __a,
5776 static __inline__ vector short __ATTRS_o_ai vec_min(vector bool short __a,
5781 static __inline__ vector short __ATTRS_o_ai vec_min(vector short __a,
5787 vec_min(vector unsigned short __a, vector unsigned short __b) {
5792 vec_min(vector bool short __a, vector unsigned short __b) {
5797 vec_min(vector unsigned short __a, vector bool short __b) {
5801 static __inline__ vector int __ATTRS_o_ai vec_min(vector int __a,
5806 static __inline__ vector int __ATTRS_o_ai vec_min(vector bool int __a,
5811 static __inline__ vector int __ATTRS_o_ai vec_min(vector int __a,
5817 vec_min(vector unsigned int __a, vector unsigned int __b) {
5822 vec_min(vector bool int __a, vector unsigned int __b) {
5827 vec_min(vector unsigned int __a, vector bool int __b) {
5833 vec_min(vector signed long long __a, vector signed long long __b) {
5838 vec_min(vector bool long long __a, vector signed long long __b) {
5843 vec_min(vector signed long long __a, vector bool long long __b) {
5848 vec_min(vector unsigned long long __a, vector unsigned long long __b) {
5853 vec_min(vector bool long long __a, vector unsigned long long __b) {
5858 vec_min(vector unsigned long long __a, vector bool long long __b) {
5863 static __inline__ vector float __ATTRS_o_ai vec_min(vector float __a,
5873 static __inline__ vector double __ATTRS_o_ai vec_min(vector double __a,