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

/freebsd-10-stable/lib/msun/ia64/
H A Ds_fma.S30 ENTRY(fma, 3) function
/freebsd-10-stable/lib/msun/src/
H A Ds_fma.c178 fma(double x, double y, double z) function
/freebsd-10-stable/tools/regression/include/tgmath/
H A Dtgmath.c115 double (fma)(double x, double y, double z) { n_double++; } function
/freebsd-10-stable/include/
H A Dtgmath.h173 #define fma(x, y, z) __tg_simple3(x, y, z, fma) macro
/freebsd-10-stable/sys/x86/iommu/
H A Dbusdma_dmar.c652 vm_page_t *ma, fma; local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h748 #undef fma macro
749 #define fma(__x, __y, __z) \ macro

Completed in 127 milliseconds