Searched defs:vec_mul (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Headers/ |
D | altivec.h | 4213 static vector signed char __ATTRS_o_ai vec_mul(vector signed char __a, in vec_mul() function 4218 static vector unsigned char __ATTRS_o_ai vec_mul(vector unsigned char __a, in vec_mul() function 4223 static vector signed short __ATTRS_o_ai vec_mul(vector signed short __a, in vec_mul() function 4228 static vector unsigned short __ATTRS_o_ai vec_mul(vector unsigned short __a, in vec_mul() function 4233 static vector signed int __ATTRS_o_ai vec_mul(vector signed int __a, in vec_mul() function 4238 static vector unsigned int __ATTRS_o_ai vec_mul(vector unsigned int __a, in vec_mul() function 4245 vec_mul(vector signed long long __a, vector signed long long __b) { in vec_mul() function 4250 vec_mul(vector unsigned long long __a, vector unsigned long long __b) { in vec_mul() function 4255 static vector float __ATTRS_o_ai vec_mul(vector float __a, vector float __b) { in vec_mul() function 4261 vec_mul(vector double __a, vector double __b) { in vec_mul() function
|