Searched refs:vec_max (Results 1 - 6 of 6) 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
599 if (ind < vec_max) {
607 if (ind < vec_max) {
615 if (ind < vec_max)
620 if (ind < vec_max - 2 + 1) {
627 if (ind < vec_max - 3 + 1) {
635 if (ind < vec_max - 4 + 1) {
652 if (shift && ind < vec_max) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h7851 /*-- vec_max ----------------------------------------------------------------*/
7854 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.h4222 /* vec_max */
4225 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...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Demmintrin.h331 return (vec_max (__A, __B));
340 c = vec_max (a, b);
1973 return (__m128i) vec_max ((__v8hi)__A, (__v8hi)__B);
1979 return (__m128i) vec_max ((__v16qu) __A, (__v16qu)__B);
2169 vmax = vec_max (a, b);
H A Dxmmintrin.h428 c = vec_max (a, b);
1723 vmax = vec_max (a, b);
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Daltivec.h210 #define vec_max __builtin_vec_max macro

Completed in 310 milliseconds