f_to_f 1043 complex.c a = f_to_f(a); f_to_f 1049 complex.c a = f_to_f(a); f_to_f 1461 complex.c return f_to_f(dat->real); f_to_f 757 rational.c return f_add(f_to_f(self), other); f_to_f 798 rational.c return f_sub(f_to_f(self), other); f_to_f 878 rational.c return f_mul(f_to_f(self), other); f_to_f 922 rational.c return rb_funcall(f_to_f(self), '/', 1, other); f_to_f 957 rational.c return f_div(self, f_to_f(other)); f_to_f 958 rational.c return f_to_f(f_div(self, other)); f_to_f 1043 rational.c return f_expt(f_to_f(self), other); f_to_f 1046 rational.c return f_expt(f_to_f(self), other); f_to_f 1080 rational.c return f_cmp(f_to_f(self), other); f_to_f 1137 rational.c return f_eqeq_p(f_to_f(self), other); f_to_f 1163 rational.c return rb_assoc_new(other, f_to_f(self));