Lines Matching refs:in
7 | precision number in fp0. sGETEXPD handles denormalized
12 | extended precision number and returned in fp0. The
16 | Input: Double-extended number X in the ETEMP space in
19 | Output: The functions return exp(X) or man(X) in fp0.
28 | file, README, in this same directory.
85 fmovex (%a0),%fp0 |put new value back in fp0
94 movel LOCAL_HI(%a0),%d0 |load ms mant in d0
95 movel LOCAL_LO(%a0),%d1 |load ls mant in d1
106 | ms mantissa part in d0
107 | ls mantissa part in d1
109 | shifted bits in d0 and d1
111 tstl %d0 |if any bits set in ms mant
113 | ;else no bits set in ms mant
114 tstl %d1 |test if any bits set in ls mant
120 bfffo %d0{#0:#32},%d3 |find first 1 in ls mant to d0
121 lsll %d3,%d0 |shift first 1 to integer bit in ms mant
127 bfffo %d0{#0:#32},%d3 |find first 1 in ls mant to d0
129 movel %d1,%d6 |save ls mant in d6