• Home
  • Raw
  • Download

Lines Matching defs:vec_st

6702 vec_st(vector signed char a, int b, vector signed char *c)  in vec_st()  function
6708 vec_st(vector signed char a, int b, signed char *c) in vec_st() function
6714 vec_st(vector unsigned char a, int b, vector unsigned char *c) in vec_st() function
6720 vec_st(vector unsigned char a, int b, unsigned char *c) in vec_st() function
6726 vec_st(vector bool char a, int b, signed char *c) in vec_st() function
6732 vec_st(vector bool char a, int b, unsigned char *c) in vec_st() function
6738 vec_st(vector bool char a, int b, vector bool char *c) in vec_st() function
6744 vec_st(vector short a, int b, vector short *c) in vec_st() function
6750 vec_st(vector short a, int b, short *c) in vec_st() function
6756 vec_st(vector unsigned short a, int b, vector unsigned short *c) in vec_st() function
6762 vec_st(vector unsigned short a, int b, unsigned short *c) in vec_st() function
6768 vec_st(vector bool short a, int b, short *c) in vec_st() function
6774 vec_st(vector bool short a, int b, unsigned short *c) in vec_st() function
6780 vec_st(vector bool short a, int b, vector bool short *c) in vec_st() function
6786 vec_st(vector pixel a, int b, short *c) in vec_st() function
6792 vec_st(vector pixel a, int b, unsigned short *c) in vec_st() function
6798 vec_st(vector pixel a, int b, vector pixel *c) in vec_st() function
6804 vec_st(vector int a, int b, vector int *c) in vec_st() function
6810 vec_st(vector int a, int b, int *c) in vec_st() function
6816 vec_st(vector unsigned int a, int b, vector unsigned int *c) in vec_st() function
6822 vec_st(vector unsigned int a, int b, unsigned int *c) in vec_st() function
6828 vec_st(vector bool int a, int b, int *c) in vec_st() function
6834 vec_st(vector bool int a, int b, unsigned int *c) in vec_st() function
6840 vec_st(vector bool int a, int b, vector bool int *c) in vec_st() function
6846 vec_st(vector float a, int b, vector float *c) in vec_st() function
6852 vec_st(vector float a, int b, float *c) in vec_st() function