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

/freebsd-11-stable/lib/libcam/
H A Dscsi_cmdparse.c546 do_encode(u_char *buff, size_t vec_max, size_t *used, argument
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Daltivec.h210 #define vec_max __builtin_vec_max macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h7854 vec_max(vector signed char __a, vector signed char __b) { function
7860 vec_max(vector signed char __a, vector bool char __b) { function
7867 vec_max(vector bool char __a, vector signed char __b) { function
7873 vec_max(vector unsigned char __a, vector unsigned char __b) { function
7879 vec_max(vector unsigned char __a, vector bool char __b) { function
7886 vec_max(vector bool char __a, vector unsigned char __b) { function
7892 vec_max(vector signed short __a, vector signed short __b) { function
7898 vec_max(vector signed short __a, vector bool short __b) { function
7905 vec_max(vecto function
7911 vec_max(vector unsigned short __a, vector unsigned short __b) { function
7917 vec_max(vector unsigned short __a, vector bool short __b) { function
7924 vec_max(vector bool short __a, vector unsigned short __b) { function
7930 vec_max(vector signed int __a, vector signed int __b) { function
7936 vec_max(vector signed int __a, vector bool int __b) { function
7943 vec_max(vector bool int __a, vector signed int __b) { function
7949 vec_max(vector unsigned int __a, vector unsigned int __b) { function
7955 vec_max(vector unsigned int __a, vector bool int __b) { function
7962 vec_max(vector bool int __a, vector unsigned int __b) { function
7968 vec_max(vector signed long long __a, vector signed long long __b) { function
7974 vec_max(vector signed long long __a, vector bool long long __b) { function
7981 vec_max(vector bool long long __a, vector signed long long __b) { function
7987 vec_max(vector unsigned long long __a, vector unsigned long long __b) { function
7993 vec_max(vector unsigned long long __a, vector bool long long __b) { function
8000 vec_max(vector bool long long __a, vector unsigned long long __b) { function
8007 vec_max(vector float __a, vector float __b) { function
8013 vec_max(vector double __a, vector double __b) { function
[all...]
H A Daltivec.h4225 vec_max(vector signed char __a, vector signed char __b) { function
4230 vec_max(vector bool char __a, vector signed char __b) { function
4235 vec_max(vector signed char __a, vector bool char __b) { function
4240 vec_max(vector unsigned char __a, vector unsigned char __b) { function
4245 vec_max(vector bool char __a, vector unsigned char __b) { function
4250 vec_max(vector unsigned char __a, vector bool char __b) { function
4254 static __inline__ vector short __ATTRS_o_ai vec_max(vector short __a, function
4259 static __inline__ vector short __ATTRS_o_ai vec_max(vector bool short __a, function
4264 static __inline__ vector short __ATTRS_o_ai vec_max(vecto function
4270 vec_max(vector unsigned short __a, vector unsigned short __b) { function
4275 vec_max(vector bool short __a, vector unsigned short __b) { function
4280 vec_max(vector unsigned short __a, vector bool short __b) { function
4284 static __inline__ vector int __ATTRS_o_ai vec_max(vector int __a, function
4289 static __inline__ vector int __ATTRS_o_ai vec_max(vector bool int __a, function
4294 static __inline__ vector int __ATTRS_o_ai vec_max(vector int __a, function
4300 vec_max(vector unsigned int __a, vector unsigned int __b) { function
4305 vec_max(vector bool int __a, vector unsigned int __b) { function
4310 vec_max(vector unsigned int __a, vector bool int __b) { function
4316 vec_max(vector signed long long __a, vector signed long long __b) { function
4321 vec_max(vector bool long long __a, vector signed long long __b) { function
4326 vec_max(vector signed long long __a, vector bool long long __b) { function
4331 vec_max(vector unsigned long long __a, vector unsigned long long __b) { function
4336 vec_max(vector bool long long __a, vector unsigned long long __b) { function
4341 vec_max(vector unsigned long long __a, vector bool long long __b) { function
4346 static __inline__ vector float __ATTRS_o_ai vec_max(vector float __a, function
4356 static __inline__ vector double __ATTRS_o_ai vec_max(vector double __a, function
[all...]

Completed in 226 milliseconds