Home
last modified time | relevance | path

Searched refs:rb_num_coerce_bit (Results 1 – 5 of 5) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Dnumeric.c4423 rb_num_coerce_bit(VALUE x, VALUE y, ID func) in rb_num_coerce_bit() function
4460 return rb_num_coerce_bit(x, y, '&'); in fix_and()
4495 return rb_num_coerce_bit(x, y, '|'); in fix_or()
4530 return rb_num_coerce_bit(x, y, '^'); in fix_xor()
H A Dbignum.c6357 return rb_num_coerce_bit(x, y, '&'); in rb_big_and()
6476 return rb_num_coerce_bit(x, y, '|'); in rb_big_or()
6570 return rb_num_coerce_bit(x, y, '^'); in rb_big_xor()
/dports/lang/ruby26/ruby-2.6.9/include/ruby/
H A Dintern.h602 VALUE rb_num_coerce_bit(VALUE, VALUE, ID);
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.4.0314 * numeric.c (rb_num_coerce_bit): enable bit operations with
H A DChangeLog-2.0.02224 rb_num_coerce_bit.
2226 * numeric.c (rb_num_coerce_bit): the new coerce function for bitwise