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

/external/clang/lib/Headers/
H A Daltivec.h9940 /* vec_all_eq */
9943 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...]
/external/clang/lib/include/
H A Daltivec.h9940 /* vec_all_eq */
9943 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 107 milliseconds