Searched refs:rb_big_modulo (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Dintern.h142 VALUE rb_big_modulo(VALUE, VALUE);
/macosx-10.9.5/ruby-104/ruby/
H A Dbignum.c2952 rb_big_modulo(VALUE x, VALUE y) function
3879 rb_define_method(rb_cBignum, "%", rb_big_modulo, 1);
3882 rb_define_method(rb_cBignum, "modulo", rb_big_modulo, 1);
H A Dnumeric.c2882 return rb_big_modulo(x, y);
H A Dtime.c166 case T_BIGNUM: return rb_big_modulo(x, y);

Completed in 98 milliseconds