Lines Matching refs:in
5 | register A6 to extended-precision value in FP0.
7 | Input: Normalized packed bcd value in ETEMP(a6).
22 | value in 68881/882 format at location ETEMP(A6).
31 | adds and muls in FP0. Set the sign according to SM.
36 | A3. Count the number of leading/trailing zeros in the
41 | mantissa the equivalent of forcing in the bcd value:
43 | SM = 0 a non-zero digit in the integer position
44 | SM = 1 a non-zero digit in Mant0, lsd of the fraction
50 | A4. Calculate the factor 10^exp in FP1 using a table of
51 | 10^(2^n) values. To reduce the error in forming factors
54 | in the comments of the pwrten section.
58 | mantissa in FP0 by the factor in FP1 if the adjusted
63 | in an inex2 exception. If so, set inex1 in the fpsr and
73 | file, README, in this same directory.
111 | Constants in single precision
124 | 1. Copy bcd value in memory for use as a working copy.
125 | 2. Calculate absolute value of exponent in d1 by mul and add.
144 movel #EDIGITS,%d2 |# of nibbles (digits) in fraction part
436 addl %d0,%d2 |in d2 as index into RTABLE
440 bfins %d0,%d3{#26:#2} |stuff new rounding bits in FPCR
471 | Check the sign of the adjusted exp and make the value in fp0 the
491 | Clean up and return with result in fp0.
493 | If the final mul/div in decbin incurred an inex exception,