Searched defs:vec_max (Results 1 – 2 of 2) 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 …]
|