Searched defs:fma (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/lib/msun/ia64/
H A Ds_fma.S30 ENTRY(fma, 3) function
/freebsd-10.0-release/lib/msun/src/
H A Ds_fma.c178 fma(double x, double y, double z) function
/freebsd-10.0-release/tools/regression/include/tgmath/
H A Dtgmath.c115 double (fma)(double x, double y, double z) { n_double++; } function
/freebsd-10.0-release/include/
H A Dtgmath.h173 #define fma(x, y, z) __tg_simple3(x, y, z, fma) macro
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h748 #undef fma macro
749 #define fma(__x, __y, __z) \ macro

Completed in 129 milliseconds