Lines Matching refs:sign
93 if ((a->sign != '-' && a->sign != '+')94 || (b->sign != '-' && b->sign != '+'))97 product->sign = 0;100 product->sign = (a->sign == b->sign) ? '+' : '-';131 /* Watch out for sign extension! Without the casts, on133 int, which gets sign-extended to convert to the