Searched refs:f_div (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/
H A Drational.c78 f_div(VALUE x, VALUE y) function
356 return f_abs(f_mul(f_div(x, f_gcd(x, y)), y));
950 return f_div(self, f_to_f(other));
951 return f_to_f(f_div(self, other));
1177 return f_truncate(f_div(self, other));
1184 VALUE val = f_truncate(f_div(self, other));
1288 s = f_div(f_rational_new_bang1(CLASS_OF(self), s), b);
2140 *num = f_div(*num, l);
2186 *num = f_div(*num, den);
2383 return f_div(a
[all...]
H A Dcomplex.c93 f_div(VALUE x, VALUE y) function
594 m_sqrt_bang(f_div(f_add(a, dat->real), TWO)),
595 m_sqrt_bang(f_div(f_sub(a, dat->real), TWO)));
1202 f_div(cd, f_denominator(dat->real))),
1204 f_div(cd, f_denominator(dat->imag))));
/macosx-10.10.1/ruby-106/ruby/ext/date/
H A Ddate_strptime.c42 #define f_div(x,y) rb_funcall(x, '/', 1, y) macro
H A Ddate_parse.c18 #define f_div(x,y) rb_funcall(x, '/', 1, y) macro
H A Ddate_core.c31 #define f_div(x,y) rb_funcall(x, '/', 1, y) macro
6712 s = f_add(s, f_div(sf, INT2FIX(MILLISECOND_IN_NANOSECONDS)));

Completed in 205 milliseconds