Searched refs:fma (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/C/
H A Dlibm_protos.h83 extern double fma __P((double, double, double));
/illumos-gate/usr/src/man/man3m/
H A DMakefile72 fma.3m \
/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/head/iso/
H A Dmath_c99.h256 extern double fma __P((double, double, double));
408 #pragma does_not_read_global_data(fdim, fmax, fmin, fma)
415 #pragma does_not_write_global_data(fdim, fmax, fmin, fma)
491 #pragma no_side_effect(fdim, fmax, fmin, fma)
/illumos-gate/usr/src/boot/include/
H A Dmath.h271 double fma(double, double, double);
/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/lib/libm/
H A DMakefile.com68 fma.o \
863 ../common/m9x/fma.c \
/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 287 milliseconds