Home | History | Annotate | Download | only in switchback

Lines Matching refs:sign

183  *  If SIGN is true, p is a signed.
510 u8 sign; /* Mantissa sign */
524 uchar sign);
526 uchar sign);
688 ** sign determines the sign of the zero.
691 uchar sign)
696 dest->sign=sign;
708 ** As above, sign picks the sign of infinity.
711 uchar sign)
716 dest->sign=sign;
736 dest->sign=1;
958 SetInternalFPFZero(ptr, ptr->sign);
1001 SetInternalFPFInfinity(ptr, ptr->sign);
1085 if (x->sign ^ y->sign ^ operation)
1087 z->sign = 0; /* positive */
1117 z->sign ^= operation;
1148 z->sign = locx.sign;
1160 z->sign = locx.sign;
1171 z->sign = locy.sign ^ operation;
1175 if (locx.sign ^ locy.sign ^ operation)
1193 ** sign flag.
1195 z->sign = locy.sign ^ operation;
1210 ** z->sign = x->sign;
1217 z->sign = 0; /* positive */
1298 z->sign ^= y->sign;
1306 z->sign ^= x->sign;
1354 z->sign = x->sign ^ y->sign;
1470 SetInternalFPFZero(z, x->sign ^ y->sign);
1485 z->sign = x->sign ^ y->sign;
1533 z->sign = x->sign ^ y->sign;
1602 ** Save the sign and get the absolute value. This will help us
1608 { dest->sign=1;
1612 dest->sign=0;
1669 int msign; /* Holding for mantissa sign */
1687 if(src->sign==0)
1694 if(src->sign==0)
1714 ** Save the mantissa sign and make it positive.
1716 msign=src->sign;
1718 /* src->sign=0 */ /* bug, fixed Nov. 13, 1997 */
1719 (&locFPFNum)->sign=0;
1732 if(IFPFComp.sign==0) break;
1746 if(IFPFComp.sign!=0) break;
1754 ** mantissa sign.
1827 ** Now move the 'E', the exponent sign, and the exponent