rb_num_coerce_bin 1493 bignum.c return rb_num_coerce_bin(x, y, '+');
rb_num_coerce_bin 1518 bignum.c return rb_num_coerce_bin(x, y, '-');
rb_num_coerce_bin 1582 bignum.c return rb_num_coerce_bin(x, y, '*');
rb_num_coerce_bin 1819 bignum.c return rb_num_coerce_bin(x, y, op);
rb_num_coerce_bin 1868 bignum.c return rb_num_coerce_bin(x, y, '%');
rb_num_coerce_bin 1898 bignum.c return rb_num_coerce_bin(x, y, rb_intern("remainder"));
rb_num_coerce_bin 1926 bignum.c return rb_num_coerce_bin(x, y, rb_intern("divmod"));
rb_num_coerce_bin 2027 bignum.c return rb_num_coerce_bin(x, y, rb_intern("fdiv"));
rb_num_coerce_bin 2137 bignum.c return rb_num_coerce_bin(x, y, rb_intern("**"));
rb_num_coerce_bin 576 complex.c return rb_num_coerce_bin(self, other, '+');
rb_num_coerce_bin 598 complex.c return rb_num_coerce_bin(self, other, '-');
rb_num_coerce_bin 623 complex.c return rb_num_coerce_bin(self, other, '*');
rb_num_coerce_bin 653 complex.c return rb_num_coerce_bin(self, other, '/');
rb_num_coerce_bin 731 complex.c return rb_num_coerce_bin(self, other, id_expt);
rb_num_coerce_bin 45 ext/bigdecimal/bigdecimal.c #define DoSomeOne(x,y,f) rb_num_coerce_bin(x,y,f)
rb_num_coerce_bin 424 include/ruby/intern.h VALUE rb_num_coerce_bin(VALUE, VALUE, ID);
rb_num_coerce_bin 592 numeric.c return rb_num_coerce_bin(x, y, '+');
rb_num_coerce_bin 615 numeric.c return rb_num_coerce_bin(x, y, '-');
rb_num_coerce_bin 638 numeric.c return rb_num_coerce_bin(x, y, '*');
rb_num_coerce_bin 666 numeric.c return rb_num_coerce_bin(x, y, '/');
rb_num_coerce_bin 731 numeric.c return rb_num_coerce_bin(x, y, '%');
rb_num_coerce_bin 777 numeric.c return rb_num_coerce_bin(x, y, rb_intern("divmod"));
rb_num_coerce_bin 804 numeric.c return rb_num_coerce_bin(x, y, rb_intern("**"));
rb_num_coerce_bin 2089 numeric.c return rb_num_coerce_bin(x, y, '+');
rb_num_coerce_bin 2123 numeric.c return rb_num_coerce_bin(x, y, '-');
rb_num_coerce_bin 2182 numeric.c return rb_num_coerce_bin(x, y, '*');
rb_num_coerce_bin 2237 numeric.c return rb_num_coerce_bin(x, y, rb_intern("fdiv"));
rb_num_coerce_bin 2269 numeric.c return rb_num_coerce_bin(x, y, op);
rb_num_coerce_bin 2331 numeric.c return rb_num_coerce_bin(x, y, '%');
rb_num_coerce_bin 2366 numeric.c return rb_num_coerce_bin(x, y, rb_intern("divmod"));
rb_num_coerce_bin 2467 numeric.c return rb_num_coerce_bin(x, y, rb_intern("**"));
rb_num_coerce_bin 640 rational.c return rb_num_coerce_bin(self, other, '+');
rb_num_coerce_bin 668 rational.c return rb_num_coerce_bin(self, other, '-');
rb_num_coerce_bin 735 rational.c return rb_num_coerce_bin(self, other, '*');
rb_num_coerce_bin 767 rational.c return rb_num_coerce_bin(self, other, '/');
rb_num_coerce_bin 818 rational.c return rb_num_coerce_bin(self, other, id_expt);
rb_num_coerce_bin 855 rational.c return rb_num_coerce_bin(self, other, id_cmp);