Searched defs:vec_max (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/sbin/scsi/
H A Dlibscsi.c561 do_encode(u_char *buff, size_t vec_max, size_t *used, argument
/openbsd-current/gnu/gcc/gcc/config/rs6000/
H A Daltivec.h210 #define vec_max __builtin_vec_max macro
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dvecintrin.h8020 vec_max(__vector signed char __a, __vector signed char __b) { function
8026 vec_max(__vector signed char __a, __vector __bool char __b) { function
8033 vec_max(__vector __bool char __a, __vector signed char __b) { function
8039 vec_max(__vector unsigned char __a, __vector unsigned char __b) { function
8045 vec_max(__vector unsigned char __a, __vector __bool char __b) { function
8052 vec_max(__vector __bool char __a, __vector unsigned char __b) { function
8058 vec_max(__vector signed short __a, __vector signed short __b) { function
8064 vec_max(__vector signed short __a, __vector __bool short __b) { function
8071 vec_max(__vecto function
8077 vec_max(__vector unsigned short __a, __vector unsigned short __b) { function
8083 vec_max(__vector unsigned short __a, __vector __bool short __b) { function
8090 vec_max(__vector __bool short __a, __vector unsigned short __b) { function
8096 vec_max(__vector signed int __a, __vector signed int __b) { function
8102 vec_max(__vector signed int __a, __vector __bool int __b) { function
8109 vec_max(__vector __bool int __a, __vector signed int __b) { function
8115 vec_max(__vector unsigned int __a, __vector unsigned int __b) { function
8121 vec_max(__vector unsigned int __a, __vector __bool int __b) { function
8128 vec_max(__vector __bool int __a, __vector unsigned int __b) { function
8134 vec_max(__vector signed long long __a, __vector signed long long __b) { function
8140 vec_max(__vector signed long long __a, __vector __bool long long __b) { function
8147 vec_max(__vector __bool long long __a, __vector signed long long __b) { function
8153 vec_max(__vector unsigned long long __a, __vector unsigned long long __b) { function
8159 vec_max(__vector unsigned long long __a, __vector __bool long long __b) { function
8166 vec_max(__vector __bool long long __a, __vector unsigned long long __b) { function
8173 vec_max(__vector float __a, __vector float __b) { function
8179 vec_max(__vector double __a, __vector double __b) { function
[all...]
H A Daltivec.h4826 vec_max(vector signed char __a, vector signed char __b) { function
4831 vec_max(vector bool char __a, vector signed char __b) { function
4836 vec_max(vector signed char __a, vector bool char __b) { function
4841 vec_max(vector unsigned char __a, vector unsigned char __b) { function
4846 vec_max(vector bool char __a, vector unsigned char __b) { function
4851 vec_max(vector unsigned char __a, vector bool char __b) { function
4855 static __inline__ vector short __ATTRS_o_ai vec_max(vector short __a, function
4860 static __inline__ vector short __ATTRS_o_ai vec_max(vector bool short __a, function
4865 static __inline__ vector short __ATTRS_o_ai vec_max(vecto function
4871 vec_max(vector unsigned short __a, vector unsigned short __b) { function
4876 vec_max(vector bool short __a, vector unsigned short __b) { function
4881 vec_max(vector unsigned short __a, vector bool short __b) { function
4885 static __inline__ vector int __ATTRS_o_ai vec_max(vector int __a, function
4890 static __inline__ vector int __ATTRS_o_ai vec_max(vector bool int __a, function
4895 static __inline__ vector int __ATTRS_o_ai vec_max(vector int __a, function
4901 vec_max(vector unsigned int __a, vector unsigned int __b) { function
4906 vec_max(vector bool int __a, vector unsigned int __b) { function
4911 vec_max(vector unsigned int __a, vector bool int __b) { function
4917 vec_max(vector signed long long __a, vector signed long long __b) { function
4922 vec_max(vector bool long long __a, vector signed long long __b) { function
4927 vec_max(vector signed long long __a, vector bool long long __b) { function
4932 vec_max(vector unsigned long long __a, vector unsigned long long __b) { function
4937 vec_max(vector bool long long __a, vector unsigned long long __b) { function
4942 vec_max(vector unsigned long long __a, vector bool long long __b) { function
4947 static __inline__ vector float __ATTRS_o_ai vec_max(vector float __a, function
4957 static __inline__ vector double __ATTRS_o_ai vec_max(vector double __a, function
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Daltivec.h2066 vec_max (vector signed char a1, vector unsigned char a2) function
2072 vec_max (vector unsigned char a1, vector signed char a2) function
2078 vec_max (vector unsigned char a1, vector unsigned char a2) function
2084 vec_max (vector signed char a1, vector signed char a2) function
2090 vec_max (vector signed short a1, vector unsigned short a2) function
2096 vec_max (vector unsigned short a1, vector signed short a2) function
2102 vec_max (vector unsigned short a1, vector unsigned short a2) function
2108 vec_max (vector signed short a1, vector signed short a2) function
2114 vec_max (vecto function
2120 vec_max (vector unsigned int a1, vector signed int a2) function
2126 vec_max (vector unsigned int a1, vector unsigned int a2) function
2132 vec_max (vector signed int a1, vector signed int a2) function
2138 vec_max (vector float a1, vector float a2) function
6886 #define vec_max macro
[all...]

Completed in 399 milliseconds