FIXNUM_MIN       3118 bignum.c               if (u <= -FIXNUM_MIN) return LONG2FIX(-(long)u);
FIXNUM_MIN       5297 bignum.c               if (yi < FIXNUM_MIN)
FIXNUM_MIN        988 ext/date/date_core.c 	if (ix <= (FIXNUM_MIN / m))
FIXNUM_MIN       1599 ext/date/date_core.c     if (FIXNUM_P(r) && FIX2LONG(r) >= (FIXNUM_MIN + 2400001)) {
FIXNUM_MIN        929 ext/etc/constdefs.h      FIXNUM_MIN > (LONG_LONG)(n) ? LL2NUM(n) : \
FIXNUM_MIN        934 ext/etc/constdefs.h      FIXNUM_MIN > (long)(n) ? LONG2NUM(n) : \
FIXNUM_MIN         20 ext/socket/constdefs.c      FIXNUM_MIN > (LONG_LONG)(n) ? LL2NUM(n) : \
FIXNUM_MIN         25 ext/socket/constdefs.c      FIXNUM_MIN > (long)(n) ? LONG2NUM(n) : \
FIXNUM_MIN        370 internal.h         if (x == FIXNUM_MIN && y == -1) {
FIXNUM_MIN        371 internal.h     	if (divp) *divp = LONG2NUM(-FIXNUM_MIN);
FIXNUM_MIN       2664 object.c       	    && RFLOAT_VALUE(val) >= (double)FIXNUM_MIN) {
FIXNUM_MIN        130 time.c                 if (a == FIXNUM_MIN && b == -1) return LONG2NUM(-a);
FIXNUM_MIN        201 time.c         #   define FIXWV_MIN FIXNUM_MIN