Lines Matching full:precision
100 | dest_dbl --- write double precision value to user space
104 | a1 -> source in extended precision
110 |Changes extended precision to double precision.
133 subw #0x3fff,%d0 |subtract extended precision bias
136 addw #0x3ff,%d0 |add double precision bias
166 movel #0x8,%d0 |byte count for double precision number
171 | dest_sgl --- write single precision value to user space
175 | a1 -> source in extended precision
182 |Changes extended precision to single precision.
204 subw #0x3fff,%d0 |subtract extended precision bias
207 addw #0x7f,%d0 |add single precision bias
228 movel #0x4,%d0 |byte count for single precision number