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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Headers/
H A Daltivec.h9943 vec_all_eq(vector signed char __a, vector signed char __b) function
9949 vec_all_eq(vector signed char __a, vector bool char __b) function
9955 vec_all_eq(vector unsigned char __a, vector unsigned char __b) function
9961 vec_all_eq(vector unsigned char __a, vector bool char __b) function
9967 vec_all_eq(vector bool char __a, vector signed char __b) function
9973 vec_all_eq(vector bool char __a, vector unsigned char __b) function
9979 vec_all_eq(vector bool char __a, vector bool char __b) function
9985 vec_all_eq(vector short __a, vector short __b) function
9991 vec_all_eq(vecto function
9997 vec_all_eq(vector unsigned short __a, vector unsigned short __b) function
10004 vec_all_eq(vector unsigned short __a, vector bool short __b) function
10011 vec_all_eq(vector bool short __a, vector short __b) function
10018 vec_all_eq(vector bool short __a, vector unsigned short __b) function
10025 vec_all_eq(vector bool short __a, vector bool short __b) function
10032 vec_all_eq(vector pixel __a, vector pixel __b) function
10039 vec_all_eq(vector int __a, vector int __b) function
10045 vec_all_eq(vector int __a, vector bool int __b) function
10051 vec_all_eq(vector unsigned int __a, vector unsigned int __b) function
10057 vec_all_eq(vector unsigned int __a, vector bool int __b) function
10063 vec_all_eq(vector bool int __a, vector int __b) function
10069 vec_all_eq(vector bool int __a, vector unsigned int __b) function
10075 vec_all_eq(vector bool int __a, vector bool int __b) function
10081 vec_all_eq(vector float __a, vector float __b) function
[all...]

Completed in 184 milliseconds