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

/macosx-10.10.1/ruby-106/ruby/
H A Dbignum.c1598 big_op(VALUE x, VALUE y, enum big_op_t op) function
1649 return big_op(x, y, big_op_gt);
1663 return big_op(x, y, big_op_ge);
1677 return big_op(x, y, big_op_lt);
1691 return big_op(x, y, big_op_le);

Completed in 126 milliseconds