Lines Matching defs:sign
3153 ** percent sign - "%" - followed by exactly two hexadecimal digits
21773 if( prefix ) *(--bufpt) = prefix; /* Add sign */
21870 /* The sign in front of the number */
23729 /* sign * significand * (10 ^ (esign * exponent)) */
23730 int sign = 1; /* sign of significand */
23733 int esign = 1; /* sign of exponent */
23759 /* get sign of significand */
23761 sign = -1;
23800 /* get sign of exponent */
23821 /* adjust exponent by d, and update sign */
23833 ** Add the sign if we've seen at least one digit */
23834 result = (sign<0 && nDigits) ? -(double)0 : (double)0;
23843 /* adjust the sign of significand */
23844 s = sign<0 ? -s : s;
72528 /* Sign-extend on a right shift of a negative number */
78767 /* The two values have the same sign. Compare using memcmp(). */
96906 ** in a way that is testable, mask the sign bit off of negative
103850 ** a number that was preceded by a minus sign.
103861 int minusFlag /* True if a '-' sign preceded <value> */
103986 ** is always on by default regardless of the sign of the default cache