Home
last modified time | relevance | path

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

12

/titanic_41/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 Dremainderf.s45 andw $0x400,%ax / check whether reduction complete
46 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 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
H A Dexpl.s49 jb .finite_non_special / if so, proceed with argument reduction
H A Dexpm1l.s53 jb .finite_non_special / if so, proceed with argument reduction
/titanic_41/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 Dfmodf.s40 andw $0x400,%ax / check for incomplete reduction
H A Dfmodl.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
/titanic_41/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;
/titanic_41/usr/src/cmd/sgs/yacc/common/
H A Dyaccpar197 ** either we just started, or we just finished a reduction
490 ** reduction by production yy_n
496 ** specification of the reduction which is just about
511 ** this reduction. So, no saving & unsaving of

12