rb_to_int        3239 bignum.c           val = rb_to_int(val);
rb_to_int        3437 bignum.c           val = rb_to_int(val);
rb_to_int        3538 bignum.c           RB_GC_GUARD(val) = rb_to_int(val);
rb_to_int        6571 bignum.c       	y = rb_to_int(y);
rb_to_int        6601 bignum.c       	y = rb_to_int(y);
rb_to_int         346 enumerator.c                   size = rb_to_int(argv[0]);
rb_to_int         537 enumerator.c   	memo = rb_to_int(memo);
rb_to_int          19 ext/-test-/rational/rat.c     return rb_big_norm(rb_gcd_normal(rb_to_int(x), rb_to_int(y)));
rb_to_int          39 ext/socket/option.c     char i = NUM2CHR(rb_to_int(value));
rb_to_int          46 ext/socket/option.c     int i = NUM2INT(rb_to_int(value));
rb_to_int         141 hash.c         	hval = rb_to_int(hval);
rb_to_int         612 include/ruby/intern.h VALUE rb_to_int(VALUE);
rb_to_int        5339 io.c           	    v = rb_to_int(v);
rb_to_int        2539 numeric.c      	val = rb_to_int(val);
rb_to_int        2581 numeric.c              val = rb_to_int(val);
rb_to_int        2805 numeric.c          val = rb_to_int(val);
rb_to_int        2839 numeric.c          val = rb_to_int(val);
rb_to_int        4278 numeric.c          idx = rb_to_int(idx);
rb_to_int        4564 numeric.c              base_value = rb_to_int(argv[0]);
rb_to_int         823 pack.c         		from = rb_to_int(from);
rb_to_int         909 pack.c                         from = rb_to_int(from);
rb_to_int        1581 process.c                      flags = rb_to_int(flags);
rb_to_int        1583 process.c                  perm = NIL_P(perm) ? INT2FIX(0644) : rb_to_int(perm);
rb_to_int        1686 process.c                          softlim = hardlim = rb_to_int(rb_ary_entry(tmp, 0));
rb_to_int        1688 process.c                          softlim = rb_to_int(rb_ary_entry(tmp, 0));
rb_to_int        1689 process.c                          hardlim = rb_to_int(rb_ary_entry(tmp, 1));
rb_to_int        1696 process.c                      softlim = hardlim = rb_to_int(val);
rb_to_int         417 random.c       	vseed = rb_to_int(vseed);
rb_to_int         745 random.c           rnd->seed = rb_to_int(seed);
rb_to_int         783 random.c       	seed = rb_to_int(argv[0]);
rb_to_int        1023 random.c       	VALUE v = rb_to_int(rb_funcall2(obj, id_rand, 1, &lim));
rb_to_int        1078 random.c           return genrand_bytes(get_rnd(obj), NUM2LONG(rb_to_int(len)));
rb_to_int        1436 random.c       	vmax = rb_to_int(vmax);
rb_to_int         344 range.c        	    step = rb_to_int(step);
rb_to_int         409 range.c        	    step = rb_to_int(step);
rb_to_int         663 range.c        	VALUE low = rb_to_int(beg);
rb_to_int         664 range.c        	VALUE high = rb_to_int(end);
rb_to_int        2438 time.c                 obj = rb_to_int(obj);
rb_to_int        3140 time.c             return rb_to_int(w2v(q));
rb_to_int        3167 time.c             return rb_to_int(w2v(wmulquoll(wmod(tobj->timew, WINT2WV(TIME_SCALE)), 1000000000, TIME_SCALE)));
rb_to_int        3742 time.c                 ndigits = rb_to_int(ndigits);
rb_to_int        3015 transcode.c            ecflags = NUM2INT(rb_to_int(flags_v));
rb_to_int        3722 transcode.c    	flags = NUM2INT(rb_to_int(flags_v));