Searched defs:vec_madd (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Headers/ |
D | altivec.h | 2946 static __inline__ vector signed short __ATTRS_o_ai vec_madd( in vec_madd() function 2952 vec_madd(vector signed short __a, vector unsigned short __b, in vec_madd() function 2958 vec_madd(vector unsigned short __a, vector signed short __b, in vec_madd() function 2964 vec_madd(vector unsigned short __a, vector unsigned short __b, in vec_madd() function 2969 static __inline__ vector float __ATTRS_o_ai vec_madd(vector float __a, in vec_madd() function 2980 static __inline__ vector double __ATTRS_o_ai vec_madd(vector double __a, in vec_madd() function
|
D | vecintrin.h | 7275 vec_madd(vector double __a, vector double __b, vector double __c) { in vec_madd() function
|
/external/llvm-project/clang/lib/Headers/ |
D | altivec.h | 4369 static __inline__ vector signed short __ATTRS_o_ai vec_madd( in vec_madd() function 4375 vec_madd(vector signed short __a, vector unsigned short __b, in vec_madd() function 4381 vec_madd(vector unsigned short __a, vector signed short __b, in vec_madd() function 4387 vec_madd(vector unsigned short __a, vector unsigned short __b, in vec_madd() function 4392 static __inline__ vector float __ATTRS_o_ai vec_madd(vector float __a, in vec_madd() function 4403 static __inline__ vector double __ATTRS_o_ai vec_madd(vector double __a, in vec_madd() function
|
D | vecintrin.h | 8865 vec_madd(__vector float __a, __vector float __b, __vector float __c) { in vec_madd() function 8871 vec_madd(__vector double __a, __vector double __b, __vector double __c) { in vec_madd() function
|