/illumos-gate/usr/src/test/util-tests/tests/ctf/test-merge-reduction/ |
H A D | Makefile.ctftest | 47 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 D | Makefile | 50 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 D | remainderf.S | 40 andw $0x400,%ax / check whether reduction complete 41 jne .rem_loop / while reduction incomplete, do fprem1
|
H A D | remainderl.S | 40 andw $0x400,%ax / check whether reduction complete 41 jne .rem_loop / while reduction incomplete, do fprem1
|
H A D | remquo.S | 41 andw $0x400,%ax / check whether reduction complete 42 jne .Lrem_loop / while reduction incomplete, do fprem1
|
H A D | remquof.S | 41 andw $0x400,%ax / check whether reduction complete 42 jne .Lremf_loop / while reduction incomplete, do fprem1
|
H A D | remquol.S | 41 andw $0x400,%ax / check whether reduction complete 42 jne .Lreml_loop / while reduction incomplete, do fprem1
|
H A D | fmodl.S | 40 andw $0x400,%ax / check for incomplete reduction
|
H A D | fmodf.S | 40 andw $0x400,%ax / check for incomplete reduction
|
H A D | fmod.S | 46 andw $0x400,%ax / check for incomplete reduction
|
H A D | remainder.S | 60 andw $0x400,%ax / check for incomplete reduction
|
H A D | __reduction.S | 32 / After argument reduction which returns n:
|
H A D | exp10l.S | 47 jb .finite_non_special / if so, proceed with argument reduction
|
H A D | expl.S | 48 jb .finite_non_special / if so, proceed with argument reduction
|
H A D | expm1l.S | 52 jb .finite_non_special / if so, proceed with argument reduction
|
/illumos-gate/usr/src/lib/libm/amd64/src/ |
H A D | remainderl.S | 40 andw $0x400,%ax / check whether reduction complete 41 jne .rem_loop / while reduction incomplete, do fprem1
|
H A D | fmodf.S | 45 andw $0x400,%ax / check whether reduction complete 46 jne .loop / loop while reduction incomplete
|
H A D | remainderf.S | 45 andw $0x400,%ax / check whether reduction complete 46 jne .rem_loop / while reduction incomplete, do fprem1
|
H A D | fmod.S | 52 andw $0x400,%ax / check for incomplete reduction 53 jne .loop / loop while reduction incomplete
|
H A D | remquol.S | 40 andw $0x400,%ax / check whether reduction complete 41 jne .Lreml_loop / while reduction incomplete, do fprem1
|
H A D | fmodl.S | 40 andw $0x400,%ax / check for incomplete reduction
|
H A D | remainder.S | 62 andw $0x400,%ax / check for incomplete reduction
|
H A D | exp10l.S | 48 jb .finite_non_special / if so, proceed with argument reduction
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | ddi_intr_irm.c | 1129 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 D | yaccpar | 189 ** 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
|