/titanic_41/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 | remainderf.s | 45 andw $0x400,%ax / check whether reduction complete 46 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 | 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
|
H A D | expl.s | 49 jb .finite_non_special / if so, proceed with argument reduction
|
H A D | expm1l.s | 53 jb .finite_non_special / if so, proceed with argument reduction
|
/titanic_41/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 | fmodf.s | 40 andw $0x400,%ax / check for incomplete reduction
|
H A D | fmodl.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
|
/titanic_41/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;
|
/titanic_41/usr/src/cmd/sgs/yacc/common/ |
H A D | yaccpar | 197 ** 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
|