Searched refs:f_to_r (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/ruby-106/ruby/
H A Drational.c1768 #define f_to_r(x) rb_funcall((x), id_to_r, 0) macro
1779 return f_numerator(f_to_r(self));
1791 return f_denominator(f_to_r(self));
1964 return f_to_r(f);
1966 return f_to_r(f_lshift(f, n));
1971 return f_to_r(f_mul(f, f_expt(INT2FIX(FLT_RADIX), n)));
2035 return f_to_r(self);
2349 a1 = f_to_r(a1);
2361 a2 = f_to_r(a2);
H A Dcomplex.c1467 return f_to_r(dat->real);
/macosx-10.10/ruby-106/ruby/ext/date/
H A Ddate_core.c43 #define f_to_r(x) rb_funcall(x, rb_intern("to_r"), 0) macro
2372 vof = f_to_r(vof);
5715 other = f_to_r(other);

Completed in 283 milliseconds