Searched defs:vec_all_lt (Results 1 - 2 of 2) sorted by relevance
/external/clang/lib/Headers/ |
H A D | altivec.h | 10532 /* vec_all_lt */ 10535 vec_all_lt(vector signed char __a, vector signed char __b) function 10541 vec_all_lt(vector signed char __a, vector bool char __b) function 10547 vec_all_lt(vector unsigned char __a, vector unsigned char __b) function 10553 vec_all_lt(vector unsigned char __a, vector bool char __b) function 10559 vec_all_lt(vector bool char __a, vector signed char __b) function 10567 vec_all_lt(vector bool char __a, vector unsigned char __b) function 10573 vec_all_lt(vector bool char __a, vector bool char __b) function 10581 vec_all_lt(vector short __a, vector short __b) function 10587 vec_all_lt(vecto function 10593 vec_all_lt(vector unsigned short __a, vector unsigned short __b) function 10599 vec_all_lt(vector unsigned short __a, vector bool short __b) function 10605 vec_all_lt(vector bool short __a, vector short __b) function 10613 vec_all_lt(vector bool short __a, vector unsigned short __b) function 10619 vec_all_lt(vector bool short __a, vector bool short __b) function 10627 vec_all_lt(vector int __a, vector int __b) function 10633 vec_all_lt(vector int __a, vector bool int __b) function 10639 vec_all_lt(vector unsigned int __a, vector unsigned int __b) function 10645 vec_all_lt(vector unsigned int __a, vector bool int __b) function 10651 vec_all_lt(vector bool int __a, vector int __b) function 10659 vec_all_lt(vector bool int __a, vector unsigned int __b) function 10665 vec_all_lt(vector bool int __a, vector bool int __b) function 10673 vec_all_lt(vector float __a, vector float __b) function [all...] |
/external/clang/lib/include/ |
H A D | altivec.h | 10532 /* vec_all_lt */ 10535 vec_all_lt(vector signed char __a, vector signed char __b) function 10541 vec_all_lt(vector signed char __a, vector bool char __b) function 10547 vec_all_lt(vector unsigned char __a, vector unsigned char __b) function 10553 vec_all_lt(vector unsigned char __a, vector bool char __b) function 10559 vec_all_lt(vector bool char __a, vector signed char __b) function 10567 vec_all_lt(vector bool char __a, vector unsigned char __b) function 10573 vec_all_lt(vector bool char __a, vector bool char __b) function 10581 vec_all_lt(vector short __a, vector short __b) function 10587 vec_all_lt(vecto function 10593 vec_all_lt(vector unsigned short __a, vector unsigned short __b) function 10599 vec_all_lt(vector unsigned short __a, vector bool short __b) function 10605 vec_all_lt(vector bool short __a, vector short __b) function 10613 vec_all_lt(vector bool short __a, vector unsigned short __b) function 10619 vec_all_lt(vector bool short __a, vector bool short __b) function 10627 vec_all_lt(vector int __a, vector int __b) function 10633 vec_all_lt(vector int __a, vector bool int __b) function 10639 vec_all_lt(vector unsigned int __a, vector unsigned int __b) function 10645 vec_all_lt(vector unsigned int __a, vector bool int __b) function 10651 vec_all_lt(vector bool int __a, vector int __b) function 10659 vec_all_lt(vector bool int __a, vector unsigned int __b) function 10665 vec_all_lt(vector bool int __a, vector bool int __b) function 10673 vec_all_lt(vector float __a, vector float __b) function [all...] |
Completed in 113 milliseconds