Home
last modified time | relevance | path

Searched refs:fma (Results 1 – 21 of 21) sorted by relevance

/illumos-gate/usr/src/cmd/fm/eversholt/
H A DREADME26 This file is usr/src/cmd/fma/eversholt/README.
35 usr/src/cmd/fma/modules/common/eversholt
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A DREADME26 This file is usr/src/cmd/fma/modules/common/eversholt/README.
41 usr/src/cmd/fma/eversholt/common
/illumos-gate/usr/src/head/
H A Dtgmath.h98 #undef fma
99 #define fma(x, y, z) __tgmath_fma(x, y, z) macro
/illumos-gate/usr/src/head/iso/
H A Dmath_c99.h253 extern double fma(double, double, double);
405 #pragma does_not_read_global_data(fdim, fmax, fmin, fma)
412 #pragma does_not_write_global_data(fdim, fmax, fmin, fma)
488 #pragma no_side_effect(fdim, fmax, fmin, fma)
/illumos-gate/usr/src/lib/libm/common/C/
H A Dlibm_protos.h83 extern double fma __P((double, double, double));
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dmath.tab25 f 3 fma
/illumos-gate/usr/src/man/man3m/
H A DMakefile73 fma.3m \
425 fmaf.3m := LINKSRC = fma.3m
426 fmal.3m := LINKSRC = fma.3m
/illumos-gate/usr/src/boot/include/
H A Dmath.h271 double fma(double, double, double);
/illumos-gate/usr/src/cmd/ast/libshell/i386/FEATURE/
H A Dmath119 "\003fma", (Math_f)(uintptr_t)fmal,
/illumos-gate/usr/src/cmd/ast/libshell/sparc/FEATURE/
H A Dmath119 "\003fma", (Math_f)(uintptr_t)fmal,
/illumos-gate/usr/src/cmd/ast/libshell/sparcv9/FEATURE/
H A Dmath119 "\003fma", (Math_f)(uintptr_t)fmal,
/illumos-gate/usr/src/cmd/ast/libshell/amd64/FEATURE/
H A Dmath119 "\003fma", (Math_f)(uintptr_t)fmal,
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dfma.c30 #pragma weak fma = __fma macro
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library-math.man3m.inc164 file path=usr/share/man/man3m/fma.3m
165 link path=usr/share/man/man3m/fmaf.3m target=fma.3m
166 link path=usr/share/man/man3m/fmal.3m target=fma.3m
H A Dsystem-test-utiltest.p5m1179 file path=opt/util-tests/tests/dis/i386/32.fma-pd.out mode=0444
1180 file path=opt/util-tests/tests/dis/i386/32.fma-pd.s mode=0444
1181 file path=opt/util-tests/tests/dis/i386/32.fma-ps.out mode=0444
1182 file path=opt/util-tests/tests/dis/i386/32.fma-ps.s mode=0444
1183 file path=opt/util-tests/tests/dis/i386/32.fma-sd.out mode=0444
1184 file path=opt/util-tests/tests/dis/i386/32.fma-sd.s mode=0444
1186 file path=opt/util-tests/tests/dis/i386/32.fma-ss.s mode=0444
1258 file path=opt/util-tests/tests/dis/i386/64.fma-pd.s mode=0444
1260 file path=opt/util-tests/tests/dis/i386/64.fma-ps.s mode=0444
1262 file path=opt/util-tests/tests/dis/i386/64.fma-sd.s mode=0444
[all …]
/illumos-gate/usr/src/lib/libm/
H A DMakefile.com68 fma.o \
852 ../common/m9x/fma.c \
/illumos-gate/usr/src/lib/libm/common/
H A Dmapfile-vers469 fma;
/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() argument
1129 if (fma == B_TRUE) { in i40e_init_dma_attrs()
/illumos-gate/usr/src/uts/common/io/e1000api/
H A DREADME689 6846262 T2000 fma shows fault.io.pciex.device-interr in snv_115
/illumos-gate/usr/src/uts/common/io/e1000g/
H A DREADME689 6846262 T2000 fma shows fault.io.pciex.device-interr in snv_115
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c15774 int32_t fma = 0; in check_tokens() local
15782 fma = 1; /* this token is an fma event */ in check_tokens()
15787 if (smf != 0 && fma == 1) in check_tokens()
15794 else if (fma == 1) in check_tokens()