Home | History | Annotate | Download | only in switchback

Lines Matching full:sign

183  *  If SIGN is true, p is a signed.
512 u8 sign; /* Mantissa sign */
526 uchar sign);
528 uchar sign);
690 ** sign determines the sign of the zero.
693 uchar sign)
698 dest->sign=sign;
710 ** As above, sign picks the sign of infinity.
713 uchar sign)
718 dest->sign=sign;
738 dest->sign=1;
960 SetInternalFPFZero(ptr, ptr->sign);
1003 SetInternalFPFInfinity(ptr, ptr->sign);
1087 if (x->sign ^ y->sign ^ operation)
1089 z->sign = 0; /* positive */
1119 z->sign ^= operation;
1150 z->sign = locx.sign;
1162 z->sign = locx.sign;
1173 z->sign = locy.sign ^ operation;
1177 if (locx.sign ^ locy.sign ^ operation)
1195 ** sign flag.
1197 z->sign = locy.sign ^ operation;
1212 ** z->sign = x->sign;
1219 z->sign = 0; /* positive */
1300 z->sign ^= y->sign;
1308 z->sign ^= x->sign;
1356 z->sign = x->sign ^ y->sign;
1472 SetInternalFPFZero(z, x->sign ^ y->sign);
1487 z->sign = x->sign ^ y->sign;
1535 z->sign = x->sign ^ y->sign;
1604 ** Save the sign and get the absolute value. This will help us
1610 { dest->sign=1;
1614 dest->sign=0;
1671 int msign; /* Holding for mantissa sign */
1689 if(src->sign==0)
1696 if(src->sign==0)
1716 ** Save the mantissa sign and make it positive.
1718 msign=src->sign;
1720 /* src->sign=0 */ /* bug, fixed Nov. 13, 1997 */
1721 (&locFPFNum)->sign=0;
1734 if(IFPFComp.sign==0) break;
1748 if(IFPFComp.sign!=0) break;
1756 ** mantissa sign.
1829 ** Now move the 'E', the exponent sign, and the exponent