f_cmp             350 rational.c     	switch (FIX2INT(f_cmp(den, ZERO))) {
f_cmp             421 rational.c         switch (FIX2INT(f_cmp(den, ZERO))) {
f_cmp             445 rational.c         switch (FIX2INT(f_cmp(den, ZERO))) {
f_cmp             798 rational.c     	    switch (FIX2INT(f_cmp(other, ZERO))) {
f_cmp             832 rational.c     		return f_cmp(dat->num, other);
f_cmp             833 rational.c     	    return f_cmp(self, f_rational_new_bang1(CLASS_OF(self), other));
f_cmp             836 rational.c     	return f_cmp(f_to_f(self), other);
f_cmp             852 rational.c     	    return f_cmp(f_sub(num1, num2), ZERO);