Home | History | Annotate | Download | only in Headers

Lines Matching refs:vec_ste

7015 /* vec_ste */
7018 vec_ste(vector signed char a, int b, signed char *c)
7024 vec_ste(vector unsigned char a, int b, unsigned char *c)
7030 vec_ste(vector bool char a, int b, signed char *c)
7036 vec_ste(vector bool char a, int b, unsigned char *c)
7042 vec_ste(vector short a, int b, short *c)
7048 vec_ste(vector unsigned short a, int b, unsigned short *c)
7054 vec_ste(vector bool short a, int b, short *c)
7060 vec_ste(vector bool short a, int b, unsigned short *c)
7066 vec_ste(vector pixel a, int b, short *c)
7072 vec_ste(vector pixel a, int b, unsigned short *c)
7078 vec_ste(vector int a, int b, int *c)
7084 vec_ste(vector unsigned int a, int b, unsigned int *c)
7090 vec_ste(vector bool int a, int b, int *c)
7096 vec_ste(vector bool int a, int b, unsigned int *c)
7102 vec_ste(vector float a, int b, float *c)