Searched defs:fma (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/contrib/openbsd_libm/src/ |
H A D | s_fma.c | 52 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 D | driver-i386.c | 784 const char *fma = has_fma ? " -mfma" : " -mno-fma"; in host_detect_local_cpu() local
|
/dflybsd-src/contrib/gcc-4.7/gcc/ginclude/ |
H A D | tgmath.h | 134 #define fma(x,y,z) __TGMATH_REAL_3(x, y, z, fma) macro
|
/dflybsd-src/contrib/openbsd_libm/include/global/ |
H A D | tgmath.h | 173 #define fma(x, y, z) __tg_simple3(x, y, z, fma) macro
|
/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/ |
H A D | driver-i386.c | 1049 const char *fma = has_fma ? " -mfma" : " -mno-fma"; in host_detect_local_cpu() local
|