Home
last modified time | relevance | path

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

/dports/lang/ruby26/ruby-2.6.9/
H A Drational.c32 #define INT_ZERO_P(x) (FIXNUM_P(x) ? FIXNUM_ZERO_P(x) : rb_bigzero_p(x)) macro
325 if (INT_ZERO_P(x)) in f_gcd_normal()
327 if (INT_ZERO_P(y)) in f_gcd_normal()
382 if (INT_ZERO_P(x) || INT_ZERO_P(y)) in f_lcm()
456 else if (INT_ZERO_P(*den)) { in nurat_canonicalize()
1031 else if (INT_ZERO_P(dat->num)) { in rb_rational_pow()
1162 if (INT_ZERO_P(dat->num) && INT_ZERO_P(other)) in nurat_eqeq_p()
1184 if (INT_ZERO_P(adat->num) && INT_ZERO_P(bdat->num)) in nurat_eqeq_p()
1376 if (INT_ZERO_P(RARRAY_AREF(qr, 1))) in nurat_round_half_even()
2250 if (INT_ZERO_P(f) || FIX2INT(n) >= 0) in rb_flt_rationalize()