Home
last modified time | relevance | path

Searched refs:vec_max (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/lib/libcam/
H A Dscsi_cmdparse.c549 do_encode(u_char *buff, size_t vec_max, size_t *used, in do_encode() argument
602 if (ind < vec_max) { in do_encode()
610 if (ind < vec_max) { in do_encode()
618 if (ind < vec_max) in do_encode()
623 if (ind < vec_max - 2 + 1) { in do_encode()
630 if (ind < vec_max - 3 + 1) { in do_encode()
638 if (ind < vec_max - 4 + 1) { in do_encode()
655 if (shift && ind < vec_max) { in do_encode()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Headers/
H A Dvecintrin.h7633 vec_max(vector signed char __a, vector signed char __b) { in vec_max() function
7639 vec_max(vector signed char __a, vector bool char __b) { in vec_max() function
7646 vec_max(vector bool char __a, vector signed char __b) { in vec_max() function
7658 vec_max(vector unsigned char __a, vector bool char __b) { in vec_max() function
7709 vec_max(vector signed int __a, vector signed int __b) { in vec_max() function
7715 vec_max(vector signed int __a, vector bool int __b) { in vec_max() function
7722 vec_max(vector bool int __a, vector signed int __b) { in vec_max() function
7734 vec_max(vector unsigned int __a, vector bool int __b) { in vec_max() function
7741 vec_max(vector bool int __a, vector unsigned int __b) { in vec_max() function
7786 vec_max(vector float __a, vector float __b) { in vec_max() function
[all …]
H A Daltivec.h4237 vec_max(vector signed char __a, vector signed char __b) { in vec_max() function
4242 vec_max(vector bool char __a, vector signed char __b) { in vec_max() function
4247 vec_max(vector signed char __a, vector bool char __b) { in vec_max() function
4252 vec_max(vector unsigned char __a, vector unsigned char __b) { in vec_max() function
4257 vec_max(vector bool char __a, vector unsigned char __b) { in vec_max() function
4262 vec_max(vector unsigned char __a, vector bool char __b) { in vec_max() function
4287 vec_max(vector bool short __a, vector unsigned short __b) { in vec_max() function
4292 vec_max(vector unsigned short __a, vector bool short __b) { in vec_max() function
4312 vec_max(vector unsigned int __a, vector unsigned int __b) { in vec_max() function
4317 vec_max(vector bool int __a, vector unsigned int __b) { in vec_max() function
[all …]
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Daltivec.h210 #define vec_max __builtin_vec_max macro
/freebsd-12.1/contrib/gcc/doc/
H A Dextend.texi8517 vector unsigned char vec_max (vector unsigned char,
8519 vector signed char vec_max (vector bool char, vector signed char);
8520 vector signed char vec_max (vector signed char, vector bool char);
8522 vector unsigned short vec_max (vector bool short,
8524 vector unsigned short vec_max (vector unsigned short,
8526 vector unsigned short vec_max (vector unsigned short,
8531 vector unsigned int vec_max (vector bool int, vector unsigned int);
8534 vector signed int vec_max (vector bool int, vector signed int);
8535 vector signed int vec_max (vector signed int, vector bool int);
8536 vector signed int vec_max (vector signed int, vector signed int);
[all …]