BIGZEROP 61 bignum.c if (BIGZEROP(val)) return 0;
BIGZEROP 844 bignum.c else if (BIGZEROP(x)) {
BIGZEROP 896 bignum.c if (BIGZEROP(x)) {
BIGZEROP 931 bignum.c if (BIGZEROP(x)) {
BIGZEROP 1675 bignum.c if (BIGZEROP(y)) rb_num_zerodiv();
BIGZEROP 1784 bignum.c if (RBIGNUM_SIGN(x) != RBIGNUM_SIGN(y) && !BIGZEROP(mod)) {