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

/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dfma.c30 #pragma weak fma = __fma macro
33 #include "fma.h"
68 * fma for SPARC: 64-bit double precision, big-endian
399 * fma for x86: 64-bit double precision, little-endian
/illumos-gate/usr/src/head/
H A Dtgmath.h98 #undef fma macro
99 #define fma(x, y, z) __tgmath_fma(x, y, z) macro
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_transceiver.c1052 i40e_init_dma_attrs(i40e_t *i40e, boolean_t fma) argument
1063 if (fma == B_TRUE) {
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c15750 int32_t fma = 0; local
15758 fma = 1; /* this token is an fma event */
15763 if (smf != 0 && fma == 1)
15770 else if (fma == 1)

Completed in 94 milliseconds