Home | History | Annotate | Download | only in clang-include

Lines Matching refs:vec_ste

6999 /* vec_ste */
7002 vec_ste(vector signed char a, int b, signed char *c)
7008 vec_ste(vector unsigned char a, int b, unsigned char *c)
7014 vec_ste(vector bool char a, int b, signed char *c)
7020 vec_ste(vector bool char a, int b, unsigned char *c)
7026 vec_ste(vector short a, int b, short *c)
7032 vec_ste(vector unsigned short a, int b, unsigned short *c)
7038 vec_ste(vector bool short a, int b, short *c)
7044 vec_ste(vector bool short a, int b, unsigned short *c)
7050 vec_ste(vector pixel a, int b, short *c)
7056 vec_ste(vector pixel a, int b, unsigned short *c)
7062 vec_ste(vector int a, int b, int *c)
7068 vec_ste(vector unsigned int a, int b, unsigned int *c)
7074 vec_ste(vector bool int a, int b, int *c)
7080 vec_ste(vector bool int a, int b, unsigned int *c)
7086 vec_ste(vector float a, int b, float *c)