Searched defs:vec_max (Results 1 – 1 of 1) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/lib/Headers/ |
H A D | altivec.h | 2575 vec_max(vector signed char __a, vector signed char __b) in vec_max() function 2581 vec_max(vector bool char __a, vector signed char __b) in vec_max() function 2587 vec_max(vector signed char __a, vector bool char __b) in vec_max() function 2593 vec_max(vector unsigned char __a, vector unsigned char __b) in vec_max() function 2599 vec_max(vector bool char __a, vector unsigned char __b) in vec_max() function 2605 vec_max(vector unsigned char __a, vector bool char __b) in vec_max() function 2611 vec_max(vector short __a, vector short __b) in vec_max() function 2617 vec_max(vector bool short __a, vector short __b) in vec_max() function 2623 vec_max(vector short __a, vector bool short __b) in vec_max() function 2629 vec_max(vector unsigned short __a, vector unsigned short __b) in vec_max() function [all …]
|