Searched defs:vec_all_gt (Results 1 - 2 of 2) sorted by relevance
/external/clang/lib/Headers/ |
H A D | altivec.h | 10232 /* vec_all_gt */ 10235 vec_all_gt(vector signed char __a, vector signed char __b) function 10241 vec_all_gt(vector signed char __a, vector bool char __b) function 10247 vec_all_gt(vector unsigned char __a, vector unsigned char __b) function 10253 vec_all_gt(vector unsigned char __a, vector bool char __b) function 10259 vec_all_gt(vector bool char __a, vector signed char __b) function 10267 vec_all_gt(vector bool char __a, vector unsigned char __b) function 10273 vec_all_gt(vector bool char __a, vector bool char __b) function 10281 vec_all_gt(vector short __a, vector short __b) function 10287 vec_all_gt(vecto function 10293 vec_all_gt(vector unsigned short __a, vector unsigned short __b) function 10299 vec_all_gt(vector unsigned short __a, vector bool short __b) function 10305 vec_all_gt(vector bool short __a, vector short __b) function 10313 vec_all_gt(vector bool short __a, vector unsigned short __b) function 10319 vec_all_gt(vector bool short __a, vector bool short __b) function 10327 vec_all_gt(vector int __a, vector int __b) function 10333 vec_all_gt(vector int __a, vector bool int __b) function 10339 vec_all_gt(vector unsigned int __a, vector unsigned int __b) function 10345 vec_all_gt(vector unsigned int __a, vector bool int __b) function 10351 vec_all_gt(vector bool int __a, vector int __b) function 10359 vec_all_gt(vector bool int __a, vector unsigned int __b) function 10365 vec_all_gt(vector bool int __a, vector bool int __b) function 10373 vec_all_gt(vector float __a, vector float __b) function [all...] |
/external/clang/lib/include/ |
H A D | altivec.h | 10232 /* vec_all_gt */ 10235 vec_all_gt(vector signed char __a, vector signed char __b) function 10241 vec_all_gt(vector signed char __a, vector bool char __b) function 10247 vec_all_gt(vector unsigned char __a, vector unsigned char __b) function 10253 vec_all_gt(vector unsigned char __a, vector bool char __b) function 10259 vec_all_gt(vector bool char __a, vector signed char __b) function 10267 vec_all_gt(vector bool char __a, vector unsigned char __b) function 10273 vec_all_gt(vector bool char __a, vector bool char __b) function 10281 vec_all_gt(vector short __a, vector short __b) function 10287 vec_all_gt(vecto function 10293 vec_all_gt(vector unsigned short __a, vector unsigned short __b) function 10299 vec_all_gt(vector unsigned short __a, vector bool short __b) function 10305 vec_all_gt(vector bool short __a, vector short __b) function 10313 vec_all_gt(vector bool short __a, vector unsigned short __b) function 10319 vec_all_gt(vector bool short __a, vector bool short __b) function 10327 vec_all_gt(vector int __a, vector int __b) function 10333 vec_all_gt(vector int __a, vector bool int __b) function 10339 vec_all_gt(vector unsigned int __a, vector unsigned int __b) function 10345 vec_all_gt(vector unsigned int __a, vector bool int __b) function 10351 vec_all_gt(vector bool int __a, vector int __b) function 10359 vec_all_gt(vector bool int __a, vector unsigned int __b) function 10365 vec_all_gt(vector bool int __a, vector bool int __b) function 10373 vec_all_gt(vector float __a, vector float __b) function [all...] |
Completed in 63 milliseconds