/external/pffft/simd/ |
D | pf_altivec_float.h | 53 # define VMUL(a,b) vec_madd(a,b, VZERO()) 55 # define VMADD(a,b,c) vec_madd(a,b,c)
|
/external/llvm-project/clang/test/CodeGen/SystemZ/ |
D | builtins-systemz-zvector2-constrained.c | 407 vf = vec_madd(vf, vf, vf); in test_float() 410 vd = vec_madd(vd, vd, vd); in test_float()
|
D | builtins-systemz-zvector-constrained.c | 212 vd = vec_madd(vd, vd, vd); in test_float()
|
D | builtins-systemz-zvector2.c | 710 vf = vec_madd(vf, vf, vf); in test_float() 713 vd = vec_madd(vd, vd, vd); in test_float()
|
D | builtins-systemz-zvector.c | 4448 vd = vec_madd(vd, vd, vd); in test_float()
|
/external/eigen/Eigen/src/Core/arch/AltiVec/ |
D | Complex.h | 112 v1 = vec_madd(v1, b.v, p4f_ZERO); 114 v2 = vec_madd(v2, b.v, p4f_ZERO); 344 v1 = vec_madd(a_re, b.v, p2d_ZERO); 346 v2 = vec_madd(a_im, b.v, p2d_ZERO);
|
D | PacketMath.h | 361 … Packet4f pmul<Packet4f>(const Packet4f& a, const Packet4f& b) { return vec_madd(a,b, p4f_MZERO); } 374 y_1 = vec_madd(y_0, t, y_0); 376 return vec_madd(a, y_1, p4f_MZERO); 388 …Packet4f pmadd(const Packet4f& a, const Packet4f& b, const Packet4f& c) { return vec_madd(a,b,c); } 907 …E Packet2d pmul<Packet2d>(const Packet2d& a, const Packet2d& b) { return vec_madd(a,b,p2d_MZERO); } 911 …cket2d pmadd(const Packet2d& a, const Packet2d& b, const Packet2d& c) { return vec_madd(a, b, c); }
|
/external/eigen/Eigen/src/Core/arch/ZVector/ |
D | Complex.h | 158 v1 = vec_madd(a_re, b.v, p2d_ZERO); 160 v2 = vec_madd(a_im, b.v, p2d_ZERO); 343 Packet2d s = vec_madd(b.v, b.v, p2d_ZERO_);
|
D | PacketMath.h | 556 res.v4f[0] = vec_madd(a.v4f[0], b.v4f[0], c.v4f[0]); 557 res.v4f[1] = vec_madd(a.v4f[1], b.v4f[1], c.v4f[1]); 560 …cket2d pmadd(const Packet2d& a, const Packet2d& b, const Packet2d& c) { return vec_madd(a, b, c); }
|
/external/clang/test/CodeGen/ |
D | builtins-ppc-vsx.c | 642 res_vf = vec_madd(vf, vf, vf); in test1() 646 res_vd = vec_madd(vd, vd, vd); in test1()
|
D | builtins-systemz-zvector.c | 2897 vd = vec_madd(vd, vd, vd); in test_float()
|
D | builtins-ppc-altivec.c | 1591 res_vf =vec_madd(vf, vf, vf); in test6()
|
/external/llvm-project/clang/test/CodeGen/ |
D | builtins-ppc-vsx.c | 657 res_vf = vec_madd(vf, vf, vf); in test1() 661 res_vd = vec_madd(vd, vd, vd); in test1()
|
D | builtins-ppc-altivec.c | 1764 res_vf =vec_madd(vf, vf, vf); in test6()
|
/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
|