Searched refs:id_divmod (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/
H A Dtime.c36 static ID id_divmod, id_mul, id_submicro, id_nano_num, id_nano_den, id_offset, id_zone; variable
202 tmp = rb_funcall(n, id_divmod, 1, d);
628 tmp = rb_funcall(w2v(wn), id_divmod, 1, w2v(wd));
2459 ary = rb_check_funcall(num, id_divmod, 1, &i);
5008 id_divmod = rb_intern("divmod");
H A Dcomplex.c22 id_denominator, id_divmod, id_eqeq_p, id_expt, id_fdiv, id_floor, variable
2121 id_divmod = rb_intern("divmod");

Completed in 337 milliseconds