Searched refs:fma (Results 26 - 39 of 39) sorted by relevance

12

/freebsd-9.3-release/contrib/libstdc++/include/tr1/
H A Dmath.h61 using std::tr1::fma;
/freebsd-9.3-release/lib/msun/
H A DSymbol.map103 fma;
H A DMakefile133 fma.3 fmax.3 fmod.3 hypot.3 ieee.3 ieee_test.3 ilogb.3 j0.3 \
169 MLINKS+=fma.3 fmaf.3 fma.3 fmal.3
/freebsd-9.3-release/include/
H A Dtgmath.h172 #define fma(x, y, z) __tg_simple3(x, y, z, fma) macro
/freebsd-9.3-release/tools/regression/include/tgmath/
H A Dtgmath.c115 double (fma)(double x, double y, double z) { n_double++; } function
508 PRINT("fma",
509 PASS_REAL_REAL_REAL_ARG_REAL_RET(fma));
/freebsd-9.3-release/lib/msun/src/
H A Dmath.h230 double fma(double, double, double);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h731 // fma
741 {return fma(__x, __y, __z);}
748 #undef fma macro
749 #define fma(__x, __y, __z) \ macro
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DBasicTargetTransformInfo.cpp466 case Intrinsic::fma: ISD = ISD::FMA; break;
/freebsd-9.3-release/crypto/openssl/crypto/bn/asm/
H A Dia64.S1545 (pred) fma.s1 f10=f9,f10,f10;; // [10] q1 = q0 + e0 * q0
1546 (pred) fma.s1 f8=f9,f8,f8 //;; // [15] y1 = y0 + e0 * y0
1547 (pred) fma.s1 f9=f11,f10,f10;; // [15] q2 = q1 + e1 * q1
1548 (pred) fma.s1 f8=f11,f8,f8 //;; // [20] y2 = y1 + e1 * y1
1550 (pred) fma.s1 f8=f10,f8,f9;; // [25] q3 = q2 + r2 * y2
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBuiltin.cpp1323 // Rewrite fma to intrinsic.
1326 Value *F = CGM.getIntrinsic(Intrinsic::fma, ArgType);
1847 Value *F = CGF.CGM.getIntrinsic(Intrinsic::fma, Ty);
3529 Value *F = CGM.getIntrinsic(Intrinsic::fma, Ty);
3538 Value *F = CGM.getIntrinsic(Intrinsic::fma, Ty);
3554 // v1f64 fma should be mapped to Neon scalar f64 fma
3562 Value *F = CGM.getIntrinsic(Intrinsic::fma, DoubleTy);
3566 Value *F = CGM.getIntrinsic(Intrinsic::fma, Ty);
3576 // v1f64 fma shoul
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp125 NoFMA("bb-vectorize-no-fma", cl::init(false), cl::Hidden,
668 case Intrinsic::fma:
H A DLoopVectorize.cpp1909 case Intrinsic::fma:
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5036 case Intrinsic::fma:
/freebsd-9.3-release/contrib/libstdc++/
H A Dconfigure30999 fma(0.0, 0.0, 0.0);
[all...]

Completed in 218 milliseconds

12