Home | History | Annotate | Download | only in Headers

Lines Matching defs:vec_all_eq

9940 /* vec_all_eq */
9943 vec_all_eq(vector signed char a, vector signed char b)
9949 vec_all_eq(vector signed char a, vector bool char b)
9955 vec_all_eq(vector unsigned char a, vector unsigned char b)
9961 vec_all_eq(vector unsigned char a, vector bool char b)
9967 vec_all_eq(vector bool char a, vector signed char b)
9973 vec_all_eq(vector bool char a, vector unsigned char b)
9979 vec_all_eq(vector bool char a, vector bool char b)
9985 vec_all_eq(vector short a, vector short b)
9991 vec_all_eq(vector short a, vector bool short b)
9997 vec_all_eq(vector unsigned short a, vector unsigned short b)
10004 vec_all_eq(vector unsigned short a, vector bool short b)
10011 vec_all_eq(vector bool short a, vector short b)
10018 vec_all_eq(vector bool short a, vector unsigned short b)
10025 vec_all_eq(vector bool short a, vector bool short b)
10032 vec_all_eq(vector pixel a, vector pixel b)
10039 vec_all_eq(vector int a, vector int b)
10045 vec_all_eq(vector int a, vector bool int b)
10051 vec_all_eq(vector unsigned int a, vector unsigned int b)
10057 vec_all_eq(vector unsigned int a, vector bool int b)
10063 vec_all_eq(vector bool int a, vector int b)
10069 vec_all_eq(vector bool int a, vector unsigned int b)
10075 vec_all_eq(vector bool int a, vector bool int b)
10081 vec_all_eq(vector float a, vector float b)