Searched defs:vec_all_lt (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Headers/ |
D | altivec.h | 11702 vec_all_lt(vector signed char __a, vector signed char __b) in vec_all_lt() function 11708 vec_all_lt(vector signed char __a, vector bool char __b) in vec_all_lt() function 11714 vec_all_lt(vector unsigned char __a, vector unsigned char __b) in vec_all_lt() function 11720 vec_all_lt(vector unsigned char __a, vector bool char __b) in vec_all_lt() function 11726 vec_all_lt(vector bool char __a, vector signed char __b) in vec_all_lt() function 11734 vec_all_lt(vector bool char __a, vector unsigned char __b) in vec_all_lt() function 11740 vec_all_lt(vector bool char __a, vector bool char __b) in vec_all_lt() function 11748 vec_all_lt(vector short __a, vector short __b) in vec_all_lt() function 11754 vec_all_lt(vector short __a, vector bool short __b) in vec_all_lt() function 11760 vec_all_lt(vector unsigned short __a, vector unsigned short __b) in vec_all_lt() function [all …]
|