Home
last modified time | relevance | path

Searched refs:reduction (Results 1 – 25 of 34) sorted by relevance

12

/illumos-gate/usr/src/test/util-tests/tests/ctf/test-merge-reduction/
H A DMakefile.ctftest47 BINS = $(BUILDDIR)/test-merge-reduction-32c.so.1 \
48 $(BUILDDIR)/test-merge-reduction-32m.so.1 \
49 $(BUILDDIR)/test-merge-reduction-64c.so.1 \
50 $(BUILDDIR)/test-merge-reduction-64m.so.1 \
54 -Wl,-htest-merge-reduction.so.1 -lc
72 $(BUILDDIR)/test-merge-reduction-32c.so.1: $(OBJS_C_32)
76 $(BUILDDIR)/test-merge-reduction-64c.so.1: $(OBJS_C_64)
80 $(BUILDDIR)/test-merge-reduction-32m.so.1: $(OBJS_M_32)
84 $(BUILDDIR)/test-merge-reduction-64m.so.1: $(OBJS_M_64)
89 $(CHECK32) $(BUILDDIR)/test-merge-reduction-32c.so.1
[all …]
/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A DMakefile50 test-merge-reduction/Makefile.ctftest \
51 test-merge-reduction/mapfile-vers \
52 test-merge-reduction/test-global.c \
53 test-merge-reduction/test-scoped.c \
62 test-merge-reduction \
82 check-merge-reduction \
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dremainderf.S40 andw $0x400,%ax / check whether reduction complete
41 jne .rem_loop / while reduction incomplete, do fprem1
H A Dremainderl.S40 andw $0x400,%ax / check whether reduction complete
41 jne .rem_loop / while reduction incomplete, do fprem1
H A Dremquo.S41 andw $0x400,%ax / check whether reduction complete
42 jne .Lrem_loop / while reduction incomplete, do fprem1
H A Dremquof.S41 andw $0x400,%ax / check whether reduction complete
42 jne .Lremf_loop / while reduction incomplete, do fprem1
H A Dremquol.S41 andw $0x400,%ax / check whether reduction complete
42 jne .Lreml_loop / while reduction incomplete, do fprem1
H A Dfmodl.S40 andw $0x400,%ax / check for incomplete reduction
H A Dfmodf.S40 andw $0x400,%ax / check for incomplete reduction
H A Dfmod.S46 andw $0x400,%ax / check for incomplete reduction
H A Dremainder.S60 andw $0x400,%ax / check for incomplete reduction
H A D__reduction.S32 / After argument reduction which returns n:
H A Dexp10l.S47 jb .finite_non_special / if so, proceed with argument reduction
H A Dexpl.S48 jb .finite_non_special / if so, proceed with argument reduction
H A Dexpm1l.S52 jb .finite_non_special / if so, proceed with argument reduction
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dremainderl.S40 andw $0x400,%ax / check whether reduction complete
41 jne .rem_loop / while reduction incomplete, do fprem1
H A Dfmodf.S45 andw $0x400,%ax / check whether reduction complete
46 jne .loop / loop while reduction incomplete
H A Dremainderf.S45 andw $0x400,%ax / check whether reduction complete
46 jne .rem_loop / while reduction incomplete, do fprem1
H A Dfmod.S52 andw $0x400,%ax / check for incomplete reduction
53 jne .loop / loop while reduction incomplete
H A Dremquol.S40 andw $0x400,%ax / check whether reduction complete
41 jne .Lreml_loop / while reduction incomplete, do fprem1
H A Dfmodl.S40 andw $0x400,%ax / check for incomplete reduction
H A Dremainder.S62 andw $0x400,%ax / check for incomplete reduction
H A Dexp10l.S48 jb .finite_non_special / if so, proceed with argument reduction
/illumos-gate/usr/src/uts/common/os/
H A Dddi_intr_irm.c1129 uint_t reduction, max_redu; local
1152 reduction = last_p->ireq_navail - req_p->ireq_navail;
1154 reduction = last_p->ireq_navail - pool_defsz;
1156 if ((max_redu = reduction * nreduce) > imbalance) {
1157 reduction = imbalance / nreduce;
1167 for (req_p = list_head(slist_p); (reduction != 0) && nreduce--;
1169 req_p->ireq_navail -= reduction;
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dyaccpar189 ** either we just started, or we just finished a reduction
482 ** reduction by production yy_n
488 ** specification of the reduction which is just about
503 ** this reduction. So, no saving & unsaving of

12