Lines Matching refs:sign
25 | Set the sign according to SE. Subtract 16 to compensate
31 | adds and muls in FP0. Set the sign according to SM.
59 | exponent sign is positive, and dividing FP0 by FP1 if
126 | 3. Correct for exponent sign.
173 | 2. Correct for mantissa sign.
228 | Check the sign of the mant and make the value in fp0 the same sign.
231 btst #31,(%a0) |test sign of the mantissa
245 | 1. Branch on the sign of the adjusted exponent.
281 | routine is necessary. If so, then check the sign of the exponent
289 btst #30,(%a0) |check sign of exp
471 | Check the sign of the adjusted exp and make the value in fp0 the
472 | same sign. If the exp was pos then multiply fp1*fp0;
482 btst #30,(%a0) |test the sign of the exponent