Searched refs:f_to_f (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/
H A Drational.c149 f_to_f(VALUE x) function
744 return f_add(f_to_f(self), other);
784 return f_sub(f_to_f(self), other);
863 return f_mul(f_to_f(self), other);
916 return rb_funcall(f_to_f(self), '/', 1, other);
950 return f_div(self, f_to_f(other));
951 return f_to_f(f_div(self, other));
1034 return f_expt(f_to_f(self), other);
1068 return f_cmp(f_to_f(self), other);
1124 return f_eqeq_p(f_to_f(sel
[all...]
H A Dcomplex.c175 f_to_f(VALUE x) function
1029 a = f_to_f(a);
1035 a = f_to_f(a);
1441 return f_to_f(dat->real);

Completed in 173 milliseconds