rb_num_coerce_bin 5785 bignum.c return rb_num_coerce_bin(x, y, '+');
rb_num_coerce_bin 5814 bignum.c return rb_num_coerce_bin(x, y, '-');
rb_num_coerce_bin 5888 bignum.c return rb_num_coerce_bin(x, y, '*');
rb_num_coerce_bin 6024 bignum.c return rb_num_coerce_bin(x, y, op);
rb_num_coerce_bin 6052 bignum.c return rb_num_coerce_bin(x, y, '%');
rb_num_coerce_bin 6068 bignum.c return rb_num_coerce_bin(x, y, rb_intern("remainder"));
rb_num_coerce_bin 6084 bignum.c return rb_num_coerce_bin(x, y, rb_intern("divmod"));
rb_num_coerce_bin 6170 bignum.c return rb_num_coerce_bin(x, y, rb_intern("fdiv"));
rb_num_coerce_bin 6224 bignum.c return rb_num_coerce_bin(x, y, rb_intern("**"));
rb_num_coerce_bin 702 complex.c return rb_num_coerce_bin(self, other, id);
rb_num_coerce_bin 795 complex.c return rb_num_coerce_bin(self, other, '*');
rb_num_coerce_bin 848 complex.c return rb_num_coerce_bin(self, other, id);
rb_num_coerce_bin 979 complex.c return rb_num_coerce_bin(self, other, id_expt);
rb_num_coerce_bin 25 ext/-test-/time/new.c return rb_num_coerce_bin(TIMET2NUM(ts.tv_sec), v, '+');
rb_num_coerce_bin 132 ext/bigdecimal/bigdecimal.c #define DoSomeOne(x,y,f) rb_num_coerce_bin(x,y,f)
rb_num_coerce_bin 577 include/ruby/intern.h VALUE rb_num_coerce_bin(VALUE, VALUE, ID);
rb_num_coerce_bin 885 numeric.c return rb_num_coerce_bin(x, y, '+');
rb_num_coerce_bin 909 numeric.c return rb_num_coerce_bin(x, y, '-');
rb_num_coerce_bin 933 numeric.c return rb_num_coerce_bin(x, y, '*');
rb_num_coerce_bin 962 numeric.c return rb_num_coerce_bin(x, y, '/');
rb_num_coerce_bin 1058 numeric.c return rb_num_coerce_bin(x, y, '%');
rb_num_coerce_bin 1098 numeric.c return rb_num_coerce_bin(x, y, id_divmod);
rb_num_coerce_bin 1135 numeric.c return rb_num_coerce_bin(x, y, idPow);
rb_num_coerce_bin 3239 numeric.c return rb_num_coerce_bin(x, y, '+');
rb_num_coerce_bin 3258 numeric.c return rb_num_coerce_bin(x, y, '+');
rb_num_coerce_bin 3293 numeric.c return rb_num_coerce_bin(x, y, '-');
rb_num_coerce_bin 3306 numeric.c return rb_num_coerce_bin(x, y, '-');
rb_num_coerce_bin 3341 numeric.c return rb_num_coerce_bin(x, y, '*');
rb_num_coerce_bin 3354 numeric.c return rb_num_coerce_bin(x, y, '*');
rb_num_coerce_bin 3385 numeric.c return rb_num_coerce_bin(x, y, rb_intern("fdiv"));
rb_num_coerce_bin 3441 numeric.c return rb_num_coerce_bin(x, y, op);
rb_num_coerce_bin 3518 numeric.c return rb_num_coerce_bin(x, y, '%');
rb_num_coerce_bin 3600 numeric.c return rb_num_coerce_bin(x, y, id_divmod);
rb_num_coerce_bin 3728 numeric.c return rb_num_coerce_bin(x, y, idPow);
rb_num_coerce_bin 769 rational.c return rb_num_coerce_bin(self, other, '+');
rb_num_coerce_bin 810 rational.c return rb_num_coerce_bin(self, other, '-');
rb_num_coerce_bin 890 rational.c return rb_num_coerce_bin(self, other, '*');
rb_num_coerce_bin 939 rational.c return rb_num_coerce_bin(self, other, '/');
rb_num_coerce_bin 1049 rational.c return rb_num_coerce_bin(self, other, id_expt);