Lines Matching full:exponent
24 | A1. Convert the bcd exponent to binary by successive adds and muls.
39 | exponent equal to the exponent from A1 and the zero count
57 | the exponent factor. This is done by multiplying the
59 | exponent sign is positive, and dividing FP0 by FP1 if
123 | Calculate exponent:
125 | 2. Calculate absolute value of exponent in d1 by mul and add.
126 | 3. Correct for exponent sign.
134 | (*) d1: accumulator for binary exponent
141 | (*) L_SCR1: copy of original exponent word
188 | ( ) L_SCR1: copy of original exponent word
240 | for the adjusted exponent. That number is subtracted from the exp
242 | of this is to reduce the value of the exponent and the possibility
245 | 1. Branch on the sign of the adjusted exponent.
260 | *Why 27? If the adjusted exponent is within -28 < expA < 28, than
262 | exponent towards zero. Since all pwrten constants with a power
264 | attempt to lessen the resultant exponent.
277 | ( ) L_SCR1: copy of original exponent word
280 | First check the absolute value of the exponent to see if this
281 | routine is necessary. If so, then check the sign of the exponent
283 | This section handles a positive adjusted exponent.
340 | This section handles a negative adjusted exponent.
388 | Calculate power-of-ten factor from adjusted and shifted exponent.
394 | ( ) d1: exponent
401 | ( ) d1: exponent
407 | Pwrten calculates the exponent factor in the selected rounding mode
482 btst #30,(%a0) |test the sign of the exponent