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

/macosx-10.10.1/ruby-106/ruby/include/ruby/
H A Dintern.h145 VALUE rb_big_and(VALUE, VALUE);
/macosx-10.10.1/ruby-106/ruby/
H A Dbignum.c3279 rb_big_and(VALUE xx, VALUE yy) function
3886 rb_define_method(rb_cBignum, "&", rb_big_and, 1);
H A Dnumeric.c3238 return rb_big_and(y, x);

Completed in 85 milliseconds