Home
last modified time | relevance | path

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

/dflybsd-src/contrib/openbsd_libm/src/
H A Ds_fma.c52 fma(double x, double y, double z) in fma() function
198 fma(double x, double y, double z) in fma() function
/dflybsd-src/contrib/gcc-4.7/gcc/config/i386/
H A Ddriver-i386.c784 const char *fma = has_fma ? " -mfma" : " -mno-fma"; in host_detect_local_cpu() local
/dflybsd-src/contrib/gcc-4.7/gcc/ginclude/
H A Dtgmath.h134 #define fma(x,y,z) __TGMATH_REAL_3(x, y, z, fma) macro
/dflybsd-src/contrib/openbsd_libm/include/global/
H A Dtgmath.h173 #define fma(x, y, z) __tg_simple3(x, y, z, fma) macro
/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/
H A Ddriver-i386.c1049 const char *fma = has_fma ? " -mfma" : " -mno-fma"; in host_detect_local_cpu() local