Searched refs:vec_nmsub (Results 1 – 4 of 4) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-vsx.c | 749 res_vf = vec_nmsub(vf, vf, vf); in test1() 757 res_vd = vec_nmsub(vd, vd, vd); in test1()
|
D | builtins-ppc-altivec.c | 2314 res_vf = vec_nmsub(vf, vf, vf); in test6()
|
/external/eigen/Eigen/src/Core/arch/AltiVec/ |
D | PacketMath.h | 373 t = vec_nmsub(y_0, b, p4f_ONE);
|
/external/clang/lib/Headers/ |
D | altivec.h | 4747 static __inline__ vector float __ATTRS_o_ai vec_nmsub(vector float __a, in vec_nmsub() function 4758 static __inline__ vector double __ATTRS_o_ai vec_nmsub(vector double __a, in vec_nmsub() function
|