BIGNUM_SIGN      1543 bignum.c           VALUE z = bignew(zn, BIGNUM_SIGN(x)==BIGNUM_SIGN(y));
BIGNUM_SIGN      1671 bignum.c           VALUE z = bignew(zn, BIGNUM_SIGN(x)==BIGNUM_SIGN(y));
BIGNUM_SIGN      1852 bignum.c           VALUE z = bignew(zn, BIGNUM_SIGN(x)==BIGNUM_SIGN(y));
BIGNUM_SIGN      2249 bignum.c           VALUE z = bignew(zn, BIGNUM_SIGN(x)==BIGNUM_SIGN(y));
BIGNUM_SIGN      2290 bignum.c           VALUE z = bignew(zn, BIGNUM_SIGN(x)==BIGNUM_SIGN(y));
BIGNUM_SIGN      2713 bignum.c           q = bignew(qn, BIGNUM_SIGN(x)==BIGNUM_SIGN(y));
BIGNUM_SIGN      2717 bignum.c           r = bignew(rn, BIGNUM_SIGN(x));
BIGNUM_SIGN      2794 bignum.c           q = bignew(qn, BIGNUM_SIGN(x)==BIGNUM_SIGN(y));
BIGNUM_SIGN      2798 bignum.c           r = bignew(rn, BIGNUM_SIGN(x));
BIGNUM_SIGN      2878 bignum.c           printf("%c0x0", BIGNUM_SIGN(x) ? '+' : '-');
BIGNUM_SIGN      2922 bignum.c       	if (BIGNUM_SIGN(val)) return 1;
BIGNUM_SIGN      3007 bignum.c           VALUE z = bignew_1(CLASS_OF(x), len, BIGNUM_SIGN(x));
BIGNUM_SIGN      4517 bignum.c               z = bignew(xn+s1+1, BIGNUM_SIGN(x));
BIGNUM_SIGN      5369 bignum.c       	if (BIGNUM_SIGN(x) == BIGNUM_SIGN(y)) {
BIGNUM_SIGN      5371 bignum.c       	    return INT2FIX(BIGNUM_SIGN(x) ? cmp : -cmp);
BIGNUM_SIGN      5380 bignum.c           return INT2FIX(BIGNUM_SIGN(x) ? 1 : -1);
BIGNUM_SIGN      5474 bignum.c           if (BIGNUM_SIGN(x) != BIGNUM_SIGN(y)) return Qfalse;
BIGNUM_SIGN      5484 bignum.c           if (BIGNUM_SIGN(x) != BIGNUM_SIGN(y)) return Qfalse;
BIGNUM_SIGN      5574 bignum.c           z = bignew(zn, BIGNUM_SIGN(x));
BIGNUM_SIGN      5672 bignum.c           z = bignew(zn, BIGNUM_SIGN(x));
BIGNUM_SIGN      5739 bignum.c           sign = (sign == BIGNUM_SIGN(y));
BIGNUM_SIGN      5740 bignum.c           if (BIGNUM_SIGN(x) != sign) {
BIGNUM_SIGN      5767 bignum.c       	if ((n > 0) != BIGNUM_SIGN(x)) {
BIGNUM_SIGN      5796 bignum.c       	if ((n > 0) != BIGNUM_SIGN(x)) {
BIGNUM_SIGN      5863 bignum.c           z = bignew(zn, BIGNUM_SIGN(x)==BIGNUM_SIGN(y));
BIGNUM_SIGN      5921 bignum.c       	z = bignew(xn, BIGNUM_SIGN(x)==BIGNUM_SIGN(y));
BIGNUM_SIGN      5926 bignum.c       	    BIGNUM_SET_SIGN(*modp, BIGNUM_SIGN(x));
BIGNUM_SIGN      5937 bignum.c                   z = bignew(bdigit_roomof(sizeof(BDIGIT_DBL)), BIGNUM_SIGN(x)==BIGNUM_SIGN(y));
BIGNUM_SIGN      5944 bignum.c                   z = bignew(bdigit_roomof(sizeof(BDIGIT_DBL)), BIGNUM_SIGN(x));
BIGNUM_SIGN      5955 bignum.c               q = bignew(qn, BIGNUM_SIGN(x)==BIGNUM_SIGN(y));
BIGNUM_SIGN      5965 bignum.c               r = bignew(rn, BIGNUM_SIGN(x));
BIGNUM_SIGN      5993 bignum.c           if (BIGNUM_SIGN(x) != BIGNUM_SIGN(y) && !BIGZEROP(mod)) {
BIGNUM_SIGN      6620 bignum.c       	    return BIGNUM_SIGN(x) ? INT2FIX(0) : INT2FIX(1);
BIGNUM_SIGN      6655 bignum.c           hash = rb_memhash(BDIGITS(x), sizeof(BDIGIT)*BIGNUM_LEN(x)) ^ BIGNUM_SIGN(x);
BIGNUM_SIGN      7988 compile.c          ssize_t slen = BIGNUM_SIGN(obj) > 0 ? len : len * -1;
BIGNUM_SIGN       503 internal.h     #define BIGNUM_POSITIVE_P(b) BIGNUM_SIGN(b)
BIGNUM_SIGN       504 internal.h     #define BIGNUM_NEGATIVE_P(b) (!BIGNUM_SIGN(b))
BIGNUM_SIGN       799 marshal.c      		char sign = BIGNUM_SIGN(obj) ? '+' : '-';
BIGNUM_SIGN      4282 numeric.c      	    if (!BIGNUM_SIGN(idx) || val >= 0)
BIGNUM_SIGN      1150 random.c       	if (!BIGNUM_SIGN(vmax)) {
BIGNUM_SIGN      1224 random.c       	else if (BUILTIN_TYPE(vmax) == T_BIGNUM && BIGNUM_SIGN(vmax) && !rb_bigzero_p(vmax)) {