Lines Matching refs:input
7 | Converts an input in extended precision format
11 | a0 points to the input extended precision value
13 | to 32-bits. The input may be either normalized,
22 | A1. Set RM and size ext; Set SIGMA = sign of input.
25 | input. If input is unnormalized or denormalized,
28 | A2. Set X = abs(input).
31 | ILOG is the log base 10 of the input value. It is
94 | mantissa to bcd in memory. The input to binstr is
112 | d0: scratch; LEN input to binstr
169 | A1. Set RM and size ext. Set SIGMA = sign input;
171 | separating normalized/denormalized input. If the input
173 | to signal denorm. If the input is unnormalized, normalize
174 | the input and test for denormalized result.
182 beq A2_str |if zero, input is norm
198 | Test if the normalized input is denormalized
209 | A2. Set X = abs(input).
212 movel (%a0),FP_SCR2(%a6) | move input to work space
213 movel 4(%a0),FP_SCR2+4(%a6) | move input to work space
214 movel 8(%a0),FP_SCR2+8(%a6) | move input to work space
218 | ILOG is the log base 10 of the input value. It is approx-
658 | 10^LEN-1 is computed for this test and A14. If the input was
661 tstb BINDEC_FLG(%a6) |check if input was norm