Searched refs:rb_big_xor (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/include/ruby/
H A Dintern.h147 VALUE rb_big_xor(VALUE, VALUE);
/macosx-10.10.1/ruby-106/ruby/
H A Dbignum.c3470 rb_big_xor(VALUE xx, VALUE yy) function
3888 rb_define_method(rb_cBignum, "^", rb_big_xor, 1);
H A Dnumeric.c3284 return rb_big_xor(y, x);

Completed in 112 milliseconds