f_eqeq_p 1000 complex.c return f_boolcast(f_eqeq_p(adat->real, bdat->real) &&
f_eqeq_p 1001 complex.c f_eqeq_p(adat->imag, bdat->imag));
f_eqeq_p 1006 complex.c return f_boolcast(f_eqeq_p(dat->real, other) && f_zero_p(dat->imag));
f_eqeq_p 1008 complex.c return f_eqeq_p(other, self);
f_eqeq_p 1246 complex.c f_eqeq_p(self, other));
f_eqeq_p 2392 ext/date/date_core.c if (!f_eqeq_p(vn, vs))
f_eqeq_p 3041 ext/date/date_core.c if (!f_eqeq_p(of2, t))
f_eqeq_p 4098 ext/date/date_core.c if (f_eqeq_p(wday, INT2FIX(7)))
f_eqeq_p 6225 ext/date/date_core.c if (f_eqeq_p(a_nth, b_nth)) {
f_eqeq_p 6234 ext/date/date_core.c if (f_eqeq_p(a_sf, b_sf)) {
f_eqeq_p 6304 ext/date/date_core.c if (f_eqeq_p(a_nth, b_nth)) {
f_eqeq_p 6333 ext/date/date_core.c return f_eqeq_p(m_real_local_jd(dat), other);
f_eqeq_p 6335 ext/date/date_core.c return f_eqeq_p(m_real_local_jd(dat), f_jd(other));
f_eqeq_p 6378 ext/date/date_core.c if (f_eqeq_p(a_nth, b_nth) &&
f_eqeq_p 7760 ext/date/date_core.c else if (f_eqeq_p(ref_hash("sec"), INT2FIX(60)))
f_eqeq_p 8846 ext/date/date_core.c return f_eqeq_p(o, i);
f_eqeq_p 678 rational.c assert(f_eqeq_p(r, f_mul(LONG2NUM(x), LONG2NUM(y))));
f_eqeq_p 1131 rational.c if (f_eqeq_p(dat->num, other))
f_eqeq_p 1137 rational.c return f_eqeq_p(f_to_f(self), other);
f_eqeq_p 1146 rational.c return f_boolcast(f_eqeq_p(adat->num, bdat->num) &&
f_eqeq_p 1147 rational.c f_eqeq_p(adat->den, bdat->den));
f_eqeq_p 1151 rational.c return f_eqeq_p(other, self);
f_eqeq_p 1568 rational.c if (f_eqeq_p(a, b))
f_eqeq_p 2041 rational.c if (f_eqeq_p(a, b))
f_eqeq_p 2079 rational.c if (f_eqeq_p(a, b))