Home
last modified time | relevance | path

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
/illumos-gate/usr/src/head/
H A Dtgmath.h99 #define fma(x, y, z) __tgmath_fma(x, y, z) macro
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_transceiver.c1116 i40e_init_dma_attrs(i40e_t *i40e, boolean_t fma) in i40e_init_dma_attrs()
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c15774 int32_t fma = 0; in check_tokens() local