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

/macosx-10.10/ruby-106/ruby/
H A Dbignum.c192 rb_big_clone(VALUE x) function
1141 xx = rb_big_clone(x);
1756 VALUE z = rb_big_clone(x);
1778 VALUE z = rb_big_clone(x);
2761 z = rb_big_clone(x);
2790 yy = rb_big_clone(y);
2838 *divp = zz = rb_big_clone(z);
2846 *modp = zz = rb_big_clone(z);
3294 x = rb_big_clone(x);
3301 y = rb_big_clone(
[all...]
H A Drandom.c860 val = (struct RBignum *)rb_big_clone((VALUE)limit);
1062 vmax = rb_big_clone(vmax);
H A Dsprintf.c903 val = rb_big_clone(val);
/macosx-10.10/ruby-106/ruby/include/ruby/
H A Dintern.h102 VALUE rb_big_clone(VALUE);

Completed in 112 milliseconds