Searched defs:vec_any_eq (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/
H A Daltivec.h10875 vec_any_eq(vector signed char __a, vector signed char __b) function
10882 vec_any_eq(vector signed char __a, vector bool char __b) function
10889 vec_any_eq(vector unsigned char __a, vector unsigned char __b) function
10896 vec_any_eq(vector unsigned char __a, vector bool char __b) function
10903 vec_any_eq(vector bool char __a, vector signed char __b) function
10910 vec_any_eq(vector bool char __a, vector unsigned char __b) function
10917 vec_any_eq(vector bool char __a, vector bool char __b) function
10924 vec_any_eq(vector short __a, vector short __b) function
10930 vec_any_eq(vecto function
10936 vec_any_eq(vector unsigned short __a, vector unsigned short __b) function
10944 vec_any_eq(vector unsigned short __a, vector bool short __b) function
10952 vec_any_eq(vector bool short __a, vector short __b) function
10960 vec_any_eq(vector bool short __a, vector unsigned short __b) function
10968 vec_any_eq(vector bool short __a, vector bool short __b) function
10976 vec_any_eq(vector pixel __a, vector pixel __b) function
10984 vec_any_eq(vector int __a, vector int __b) function
10990 vec_any_eq(vector int __a, vector bool int __b) function
10996 vec_any_eq(vector unsigned int __a, vector unsigned int __b) function
11003 vec_any_eq(vector unsigned int __a, vector bool int __b) function
11010 vec_any_eq(vector bool int __a, vector int __b) function
11017 vec_any_eq(vector bool int __a, vector unsigned int __b) function
11024 vec_any_eq(vector bool int __a, vector bool int __b) function
11031 vec_any_eq(vector float __a, vector float __b) function
[all...]

Completed in 96 milliseconds