Searched defs:vec_max (Results 1 – 4 of 4) sorted by relevance
| /external/clang/lib/Headers/ |
| D | vecintrin.h | 6408 vec_max(vector signed char __a, vector signed char __b) { in vec_max() function 6413 vec_max(vector signed char __a, vector bool char __b) { in vec_max() function 6419 vec_max(vector bool char __a, vector signed char __b) { in vec_max() function 6425 vec_max(vector unsigned char __a, vector unsigned char __b) { in vec_max() function 6430 vec_max(vector unsigned char __a, vector bool char __b) { in vec_max() function 6436 vec_max(vector bool char __a, vector unsigned char __b) { in vec_max() function 6442 vec_max(vector signed short __a, vector signed short __b) { in vec_max() function 6447 vec_max(vector signed short __a, vector bool short __b) { in vec_max() function 6453 vec_max(vector bool short __a, vector signed short __b) { in vec_max() function 6459 vec_max(vector unsigned short __a, vector unsigned short __b) { in vec_max() function [all …]
|
| D | altivec.h | 3028 vec_max(vector signed char __a, vector signed char __b) { in vec_max() function 3033 vec_max(vector bool char __a, vector signed char __b) { in vec_max() function 3038 vec_max(vector signed char __a, vector bool char __b) { in vec_max() function 3043 vec_max(vector unsigned char __a, vector unsigned char __b) { in vec_max() function 3048 vec_max(vector bool char __a, vector unsigned char __b) { in vec_max() function 3053 vec_max(vector unsigned char __a, vector bool char __b) { in vec_max() function 3057 static __inline__ vector short __ATTRS_o_ai vec_max(vector short __a, in vec_max() function 3062 static __inline__ vector short __ATTRS_o_ai vec_max(vector bool short __a, in vec_max() function 3067 static __inline__ vector short __ATTRS_o_ai vec_max(vector short __a, in vec_max() function 3073 vec_max(vector unsigned short __a, vector unsigned short __b) { in vec_max() function [all …]
|
| /external/llvm-project/clang/lib/Headers/ |
| D | vecintrin.h | 7926 vec_max(__vector signed char __a, __vector signed char __b) { in vec_max() function 7932 vec_max(__vector signed char __a, __vector __bool char __b) { in vec_max() function 7939 vec_max(__vector __bool char __a, __vector signed char __b) { in vec_max() function 7945 vec_max(__vector unsigned char __a, __vector unsigned char __b) { in vec_max() function 7951 vec_max(__vector unsigned char __a, __vector __bool char __b) { in vec_max() function 7958 vec_max(__vector __bool char __a, __vector unsigned char __b) { in vec_max() function 7964 vec_max(__vector signed short __a, __vector signed short __b) { in vec_max() function 7970 vec_max(__vector signed short __a, __vector __bool short __b) { in vec_max() function 7977 vec_max(__vector __bool short __a, __vector signed short __b) { in vec_max() function 7983 vec_max(__vector unsigned short __a, __vector unsigned short __b) { in vec_max() function [all …]
|
| D | altivec.h | 4451 vec_max(vector signed char __a, vector signed char __b) { in vec_max() function 4456 vec_max(vector bool char __a, vector signed char __b) { in vec_max() function 4461 vec_max(vector signed char __a, vector bool char __b) { in vec_max() function 4466 vec_max(vector unsigned char __a, vector unsigned char __b) { in vec_max() function 4471 vec_max(vector bool char __a, vector unsigned char __b) { in vec_max() function 4476 vec_max(vector unsigned char __a, vector bool char __b) { in vec_max() function 4480 static __inline__ vector short __ATTRS_o_ai vec_max(vector short __a, in vec_max() function 4485 static __inline__ vector short __ATTRS_o_ai vec_max(vector bool short __a, in vec_max() function 4490 static __inline__ vector short __ATTRS_o_ai vec_max(vector short __a, in vec_max() function 4496 vec_max(vector unsigned short __a, vector unsigned short __b) { in vec_max() function [all …]
|