Searched defs:vec_ste (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Headers/ |
D | altivec.h | 7018 vec_ste(vector signed char a, int b, signed char *c) in vec_ste() function 7024 vec_ste(vector unsigned char a, int b, unsigned char *c) in vec_ste() function 7030 vec_ste(vector bool char a, int b, signed char *c) in vec_ste() function 7036 vec_ste(vector bool char a, int b, unsigned char *c) in vec_ste() function 7042 vec_ste(vector short a, int b, short *c) in vec_ste() function 7048 vec_ste(vector unsigned short a, int b, unsigned short *c) in vec_ste() function 7054 vec_ste(vector bool short a, int b, short *c) in vec_ste() function 7060 vec_ste(vector bool short a, int b, unsigned short *c) in vec_ste() function 7066 vec_ste(vector pixel a, int b, short *c) in vec_ste() function 7072 vec_ste(vector pixel a, int b, unsigned short *c) in vec_ste() function [all …]
|