Lines Matching defs:sign
3955 ** percent sign - "%" - followed by exactly two hexadecimal digits
30450 if( prefix ) *(--bufpt) = prefix; /* Add sign */
30555 /* The sign in front of the number */
34043 /* sign * significand * (10 ^ (esign * exponent)) */
34044 int sign = 1; /* sign of significand */
34047 int esign = 1; /* sign of exponent */
34078 /* get sign of significand */
34080 sign = -1;
34126 /* get sign of exponent */
34145 /* adjust exponent by d, and update sign */
34156 result = sign<0 ? -(double)0 : (double)0;
34175 /* adjust the sign of significand */
34176 s = sign<0 ? -s : s;
86518 /* Work around a sign-extension bug in the HP compiler for HP/UX */
100639 /* The two values have the same sign. Compare using memcmp(). */
125248 ** in a way that is testable, mask the sign bit off of negative
126920 ** Implementation of sign(X) function.
127093 FUNCTION(sign, 1, 0, 0, signFunc ),
134613 ** a number that was preceded by a minus sign.
134624 int minusFlag /* True if a '-' sign preceded <value> */
134758 ** is always on by default regardless of the sign of the default cache
227318 ** same sign as: