Lines Matching refs:mantissa
1485 bsr.l norm # normalize mantissa
9477 bsr.l _round # round the mantissa
9633 mov.l &0x80000000,%d1 # load normalized mantissa
9639 clr.l -(%sp) # insert zero low mantissa
9640 mov.l %d1,-(%sp) # insert new high mantissa
9645 lsr.l %d0,%d1 # make low mantissa longword
9646 mov.l %d1,-(%sp) # insert new low mantissa
9647 clr.l -(%sp) # insert zero high mantissa
10209 # so, normalize the mantissa, add 0x6000 to the new exponent,
10217 bsr.l norm # normalize mantissa
10285 # dst op is a DENORM. we have to normalize the mantissa to see if the
10307 andi.l &0x7ff,%d1 # dbl mantissa set?
12024 # norm() - normalize mantissa for EXOP on denorm #
13418 # norm() - normalize denorm mantissa to provide EXOP #
13509 # normalize the mantissa and add the bias of 0x6000 to the resulting negative
14860 # exponent for the selected precision. also, the mantissa is equal to
14861 # 0x8000000000000000 and this mantissa is the result of rounding non-zero
15313 # exponent for the selected precision. also, the mantissa is equal to
15314 # 0x8000000000000000 and this mantissa is the result of rounding non-zero
15844 # norm() - normalize mantissa after adjusting exponent #
15860 # If the two exponents differ by > the number of mantissa bits #
15902 cmp.w %d0,L_SCR1(%a6) # is difference >= len(mantissa)+2?
15938 cmp.w %d0,2+L_SCR1(%a6) # is difference >= len(mantissa)+2?
15966 # norm() - normalize the mantissa if the operand was a DENORM #
16093 # norm() - normalize the mantissa if the operand was a DENORM #
21002 # "mantissa" is all zero which means that the answer is zero. but, the '040