FIXNUM_P         227 array.c            if (argc == 1 && !FIXNUM_P(size)) {
FIXNUM_P         507 array.c            if (FIXNUM_P(arg)) {
FIXNUM_P         707 array.c            if (FIXNUM_P(argv[0])) {
FIXNUM_P         1036 array.c            if (FIXNUM_P(cmp)) return FIX2INT(cmp);
FIXNUM_P         1061 array.c            if (FIXNUM_P(a) && FIXNUM_P(b)) {
FIXNUM_P         1061 array.c            if (FIXNUM_P(a) && FIXNUM_P(b)) {
FIXNUM_P         1258 array.c            if (!FIXNUM_P(arg1) && rb_range_beg_len(arg1, &pos, &len, RARRAY(ary)->len, 1)) {
FIXNUM_P          97 bignum.c           if (!FIXNUM_P(x)) {
FIXNUM_P         195 bignum.c           if (FIXNUM_P(val)) {
FIXNUM_P         266 bignum.c           if (FIXNUM_P(val)) {
FIXNUM_P         606 bignum.c           if (FIXNUM_P(x)) {
FIXNUM_P         1070 bignum.c           if (FIXNUM_P(x)) x = rb_int2big(FIX2LONG(x));
FIXNUM_P         1400 bignum.c           if (FIXNUM_P(y)) {
FIXNUM_P         1451 bignum.c           if (FIXNUM_P(y)) {
FIXNUM_P         1503 bignum.c           if (FIXNUM_P(y)) {
FIXNUM_P         1668 bignum.c           if (FIXNUM_P(y)) {
FIXNUM_P         690 class.c            if (FIXNUM_P(obj) || SYMBOL_P(obj)) {
FIXNUM_P          40 compar.c           if (FIXNUM_P(c) && FIX2INT(c) > 0) return Qtrue;
FIXNUM_P          55 compar.c           if (FIXNUM_P(c) && FIX2INT(c) >= 0) return Qtrue;
FIXNUM_P          69 compar.c           if (FIXNUM_P(c) && FIX2INT(c) < 0) return Qtrue;
FIXNUM_P          84 compar.c           if (FIXNUM_P(c) && FIX2INT(c) <= 0) return Qtrue;
FIXNUM_P         231 error.c        		else if (FIXNUM_P(x)) {
FIXNUM_P         2674 eval.c         	if (nd_type(node->nd_beg) == NODE_LIT && FIXNUM_P(node->nd_beg->nd_lit) &&
FIXNUM_P         2675 eval.c         	    nd_type(node->nd_end) == NODE_LIT && FIXNUM_P(node->nd_end->nd_lit))
FIXNUM_P         3241 eval.c         	    if (FIXNUM_P(recv) || SYMBOL_P(recv)) {
FIXNUM_P         3377 eval.c         	    if (FIXNUM_P(result) || SYMBOL_P(result)) {
FIXNUM_P         247 ext/Win32API/Win32API.c 		} else if (FIXNUM_P(str)){
FIXNUM_P          74 ext/racc/cparse/cparse.c #  define SYMBOL_P(v) FIXNUM_P(v)
FIXNUM_P         613 ext/socket/socket.c     else if (FIXNUM_P(port)) {
FIXNUM_P         850 ext/socket/socket.c     if (FIXNUM_P(serv)) {
FIXNUM_P         1536 ext/socket/socket.c     else if (FIXNUM_P(val)) {
FIXNUM_P         2153 ext/socket/socket.c     else if (FIXNUM_P(port)) {
FIXNUM_P         2167 ext/socket/socket.c     else if (FIXNUM_P(family)) {
FIXNUM_P         2272 ext/socket/socket.c 	else if (FIXNUM_P(port)) {
FIXNUM_P         2286 ext/socket/socket.c 	else if (FIXNUM_P(af)) {
FIXNUM_P         142 ext/syslog/syslog.c     if (!FIXNUM_P(pri)) {
FIXNUM_P         1479 gc.c               if (FIXNUM_P(ptr)) return (VALUE)ptr;
FIXNUM_P          64 hash.c             if (FIXNUM_P(a) && FIXNUM_P(b)) {
FIXNUM_P          64 hash.c             if (FIXNUM_P(a) && FIXNUM_P(b)) {
FIXNUM_P         100 hash.c         	if (FIXNUM_P(hval)) {
FIXNUM_P         2040 io.c               else if (FIXNUM_P(pmode)) {
FIXNUM_P         2093 io.c               if (FIXNUM_P(vmode) || !NIL_P(perm)) {
FIXNUM_P         2094 io.c           	flags = FIXNUM_P(vmode) ? NUM2INT(vmode) : rb_io_mode_modenum(StringValuePtr(vmode));
FIXNUM_P         2133 io.c               else if (FIXNUM_P(vmode)) flags = NUM2INT(vmode);
FIXNUM_P         3236 io.c               else if (FIXNUM_P(arg)) {
FIXNUM_P         3341 io.c           	if (FIXNUM_P(*argv)) {
FIXNUM_P         340 marshal.c          else if (FIXNUM_P(obj)) {
FIXNUM_P         587 marshal.c      	if (FIXNUM_P(a1)) limit = FIX2INT(a1);
FIXNUM_P         798 numeric.c          if (FIXNUM_P(from) && FIXNUM_P(to) && FIXNUM_P(step)) {
FIXNUM_P         798 numeric.c          if (FIXNUM_P(from) && FIXNUM_P(to) && FIXNUM_P(step)) {
FIXNUM_P         798 numeric.c          if (FIXNUM_P(from) && FIXNUM_P(to) && FIXNUM_P(step)) {
FIXNUM_P         858 numeric.c          if (FIXNUM_P(val)) return FIX2LONG(val);
FIXNUM_P         911 numeric.c          long num = FIXNUM_P(val)?FIX2LONG(val):rb_num2long(val);
FIXNUM_P         940 numeric.c          if (FIXNUM_P(val)) return val;
FIXNUM_P         958 numeric.c          if (FIXNUM_P(val)) return (LONG_LONG)FIX2LONG(val);
FIXNUM_P         1023 numeric.c          if (FIXNUM_P(num)) {
FIXNUM_P         1135 numeric.c          if (FIXNUM_P(y)) {
FIXNUM_P         1159 numeric.c          if (FIXNUM_P(y)) {
FIXNUM_P         1183 numeric.c          if (FIXNUM_P(y)) {
FIXNUM_P         1238 numeric.c          if (FIXNUM_P(y)) {
FIXNUM_P         1251 numeric.c          if (FIXNUM_P(y)) {
FIXNUM_P         1264 numeric.c          if (FIXNUM_P(y)) {
FIXNUM_P         1278 numeric.c          if (FIXNUM_P(y)) {
FIXNUM_P         1297 numeric.c          if (FIXNUM_P(y)) {
FIXNUM_P         1309 numeric.c          if (FIXNUM_P(y)) {
FIXNUM_P         1325 numeric.c          if (FIXNUM_P(y)) {
FIXNUM_P         1340 numeric.c          if (FIXNUM_P(y)) {
FIXNUM_P         1355 numeric.c          if (FIXNUM_P(y)) {
FIXNUM_P         1370 numeric.c          if (FIXNUM_P(y)) {
FIXNUM_P         1478 numeric.c      	if (!FIXNUM_P(idx)) {
FIXNUM_P         1538 numeric.c          if (FIXNUM_P(from) && FIXNUM_P(to)) {
FIXNUM_P         1538 numeric.c          if (FIXNUM_P(from) && FIXNUM_P(to)) {
FIXNUM_P         1562 numeric.c          if (FIXNUM_P(from) && FIXNUM_P(to)) {
FIXNUM_P         1562 numeric.c          if (FIXNUM_P(from) && FIXNUM_P(to)) {
FIXNUM_P         1586 numeric.c          if (FIXNUM_P(num)) {
FIXNUM_P         953 parse.y        			if ($2 && nd_type($2) == NODE_LIT && FIXNUM_P($2->nd_lit)) {
FIXNUM_P         5002 parse.y            if (type == NODE_LIT && FIXNUM_P(node->nd_lit)) {
FIXNUM_P          25 range.c            if (!FIXNUM_P(args[0]) && !rb_obj_is_kind_of(args[0], rb_cNumeric)) {
FIXNUM_P          49 range.c            if (!FIXNUM_P(beg) || !FIXNUM_P(end)) {
FIXNUM_P          49 range.c            if (!FIXNUM_P(beg) || !FIXNUM_P(end)) {
FIXNUM_P         246 range.c            if (FIXNUM_P(b) && FIXNUM_P(e)) { /* fixnums are special */
FIXNUM_P         246 range.c            if (FIXNUM_P(b) && FIXNUM_P(e)) { /* fixnums are special */
FIXNUM_P         909 re.c               if (!NIL_P(rest) || !FIXNUM_P(idx) || FIX2INT(idx) < 0) {
FIXNUM_P         1154 re.c           	if (FIXNUM_P(argv[1])) flags = FIX2INT(argv[1]);
FIXNUM_P         233 ruby.h         #define NUM2LONG(x) (FIXNUM_P(x)?FIX2LONG(x):rb_num2long((VALUE)x))
FIXNUM_P         237 ruby.h         #define NUM2INT(x) (FIXNUM_P(x)?FIX2INT(x):rb_num2int((VALUE)x))
FIXNUM_P         252 ruby.h         # define NUM2LL(x) (FIXNUM_P(x)?FIX2LONG(x):rb_num2ll((VALUE)x))
FIXNUM_P         614 ruby.h             if (FIXNUM_P(obj)) return rb_cFixnum;
FIXNUM_P         631 ruby.h             if (FIXNUM_P(obj)) return T_FIXNUM;
FIXNUM_P         339 sprintf.c      		    if (FIXNUM_P(val)) goto bin_retry;
FIXNUM_P         650 string.c           if (FIXNUM_P(str2)) {
FIXNUM_P         1277 string.c       	if (FIXNUM_P(val)) {
FIXNUM_P         1747 string.c           if (FIXNUM_P(arg)) {