Searched defs:vec_all_gt (Results 1 - 1 of 1) sorted by relevance
/external/clang/lib/Headers/ |
H A D | altivec.h | 11298 /* vec_all_gt */ 11301 vec_all_gt(vector signed char __a, vector signed char __b) function 11307 vec_all_gt(vector signed char __a, vector bool char __b) function 11313 vec_all_gt(vector unsigned char __a, vector unsigned char __b) function 11319 vec_all_gt(vector unsigned char __a, vector bool char __b) function 11325 vec_all_gt(vector bool char __a, vector signed char __b) function 11333 vec_all_gt(vector bool char __a, vector unsigned char __b) function 11339 vec_all_gt(vector bool char __a, vector bool char __b) function 11347 vec_all_gt(vector short __a, vector short __b) function 11353 vec_all_gt(vecto function 11359 vec_all_gt(vector unsigned short __a, vector unsigned short __b) function 11365 vec_all_gt(vector unsigned short __a, vector bool short __b) function 11371 vec_all_gt(vector bool short __a, vector short __b) function 11379 vec_all_gt(vector bool short __a, vector unsigned short __b) function 11385 vec_all_gt(vector bool short __a, vector bool short __b) function 11393 vec_all_gt(vector int __a, vector int __b) function 11399 vec_all_gt(vector int __a, vector bool int __b) function 11405 vec_all_gt(vector unsigned int __a, vector unsigned int __b) function 11411 vec_all_gt(vector unsigned int __a, vector bool int __b) function 11417 vec_all_gt(vector bool int __a, vector int __b) function 11425 vec_all_gt(vector bool int __a, vector unsigned int __b) function 11431 vec_all_gt(vector bool int __a, vector bool int __b) function 11440 vec_all_gt(vector signed long long __a, vector signed long long __b) function 11445 vec_all_gt(vector signed long long __a, vector bool long long __b) function 11452 vec_all_gt(vector unsigned long long __a, vector unsigned long long __b) function 11458 vec_all_gt(vector unsigned long long __a, vector bool long long __b) function 11465 vec_all_gt(vector bool long long __a, vector signed long long __b) function 11473 vec_all_gt(vector bool long long __a, vector unsigned long long __b) function 11480 vec_all_gt(vector bool long long __a, vector bool long long __b) function 11489 vec_all_gt(vector float __a, vector float __b) function [all...] |
Completed in 94 milliseconds