f_cmp 6131 ext/date/date_core.c switch (FIX2INT(f_cmp(step, INT2FIX(0)))) {
f_cmp 6204 ext/date/date_core.c return f_cmp(m_ajd(dat), other);
f_cmp 6206 ext/date/date_core.c return f_cmp(m_ajd(dat), f_ajd(other));
f_cmp 443 rational.c switch (FIX2INT(f_cmp(den, ZERO))) {
f_cmp 502 rational.c switch (FIX2INT(f_cmp(den, ZERO))) {
f_cmp 526 rational.c switch (FIX2INT(f_cmp(den, ZERO))) {
f_cmp 1007 rational.c if (FIX2INT(f_cmp(other, ZERO)) == -1) {
f_cmp 1024 rational.c switch (FIX2INT(f_cmp(other, ZERO))) {
f_cmp 1075 rational.c return f_cmp(dat->num, other); /* c14n */
f_cmp 1076 rational.c return f_cmp(self, f_rational_new_bang1(CLASS_OF(self), other));
f_cmp 1080 rational.c return f_cmp(f_to_f(self), other);
f_cmp 1097 rational.c return f_cmp(f_sub(num1, num2), ZERO);