f_mul 513 complex.c f_mul(m_cos_bang(dat->real),
f_mul 515 complex.c f_mul(f_negate(m_sin_bang(dat->real)),
f_mul 528 complex.c f_mul(m_sin_bang(dat->real),
f_mul 530 complex.c f_mul(m_cos_bang(dat->real),
f_mul 593 complex.c y = f_mul(x, DBL2NUM(sin(arg)));
f_mul 594 complex.c x = f_mul(x, DBL2NUM(cos(arg)));
f_mul 600 complex.c f_mul(x, m_cos(y)),
f_mul 601 complex.c f_mul(x, m_sin(y)));
f_mul 752 complex.c return f_mul(a, b);
f_mul 792 complex.c f_mul(dat->real, other),
f_mul 793 complex.c f_mul(dat->imag, other));
f_mul 814 complex.c n = f_mul(bdat->real, f_add(ONE, f_mul(r, r)));
f_mul 818 complex.c (*func)(f_negate(f_mul(self, r)), n));
f_mul 821 complex.c f_mul(adat->imag, r)), n),
f_mul 823 complex.c f_mul(adat->real, r)), n));
f_mul 829 complex.c n = f_mul(bdat->imag, f_add(ONE, f_mul(r, r)));
f_mul 832 complex.c (*func)(f_mul(self, r), n),
f_mul 835 complex.c (*func)(f_add(f_mul(adat->real, r),
f_mul 837 complex.c (*func)(f_sub(f_mul(adat->imag, r),
f_mul 927 complex.c nr = m_exp_bang(f_sub(f_mul(dat->real, m_log_bang(r)),
f_mul 928 complex.c f_mul(dat->imag, theta)));
f_mul 929 complex.c ntheta = f_add(f_mul(theta, dat->real),
f_mul 930 complex.c f_mul(dat->imag, m_log_bang(r)));
f_mul 955 complex.c f_sub(f_mul(dat->real, dat->real),
f_mul 956 complex.c f_mul(dat->imag, dat->imag)),
f_mul 957 complex.c f_mul(f_mul(TWO, dat->real), dat->imag));
f_mul 960 complex.c z = f_mul(z, x);
f_mul 977 complex.c f_mul(theta, other));
f_mul 1068 complex.c return f_add(f_mul(dat->real, dat->real),
f_mul 1069 complex.c f_mul(dat->imag, dat->imag));
f_mul 1215 complex.c f_mul(f_numerator(dat->real),
f_mul 1217 complex.c f_mul(f_numerator(dat->imag),
f_mul 1956 complex.c f_mul(a2,
f_mul 2004 complex.c return f_mul(self, self);
f_mul 1003 ext/date/date_core.c return f_mul(d, INT2FIX(DAY_IN_SECONDS));
f_mul 1010 ext/date/date_core.c return f_mul(d, day_in_nanoseconds);
f_mul 1019 ext/date/date_core.c return f_mul(s, INT2FIX(SECOND_IN_MILLISECONDS));
f_mul 1027 ext/date/date_core.c return f_mul(s, INT2FIX(SECOND_IN_NANOSECONDS));
f_mul 1354 ext/date/date_core.c t = f_mul(INT2FIX(period), nth);
f_mul 1378 ext/date/date_core.c *rjd = f_add(f_mul(INT2FIX(CM_PERIOD), nth), INT2FIX(jd));
f_mul 1574 ext/date/date_core.c return rb_rational_new2(f_sub(f_mul(r,
f_mul 5753 ext/date/date_core.c t = f_mul(t, INT2FIX(DAY_IN_SECONDS));
f_mul 5757 ext/date/date_core.c sf = f_mul(t, INT2FIX(SECOND_IN_NANOSECONDS));
f_mul 5865 ext/date/date_core.c r = f_mul(n, INT2FIX(CM_PERIOD));
f_mul 5983 ext/date/date_core.c t = f_add3(f_mul(m_real_year(dat), INT2FIX(12)),
f_mul 6080 ext/date/date_core.c return d_lite_rshift(self, f_mul(n, INT2FIX(12)));
f_mul 6097 ext/date/date_core.c return d_lite_lshift(self, f_mul(n, INT2FIX(12)));
f_mul 8993 ext/date/date_core.c day_in_nanoseconds = f_mul(INT2FIX(DAY_IN_SECONDS),
f_mul 468 ext/date/date_parse.c min = f_mul(rb_rational_new2
f_mul 504 ext/date/date_parse.c offset = f_mul(hour, INT2FIX(3600));
f_mul 509 ext/date/date_parse.c offset = f_add(offset, f_mul(min, INT2FIX(60)));
f_mul 677 ext/date/date_strptime.c set_hash("cwyear", f_add(year, f_mul(cent, INT2FIX(100))));
f_mul 680 ext/date/date_strptime.c set_hash("year", f_add(year, f_mul(cent, INT2FIX(100))));
f_mul 394 rational.c return f_abs(f_mul(f_div(x, f_gcd(x, y)), y));
f_mul 678 rational.c assert(f_eqeq_p(r, f_mul(LONG2NUM(x), LONG2NUM(y))));
f_mul 710 rational.c den = f_mul(a, b);
f_mul 714 rational.c VALUE a = f_mul(anum, f_idiv(bden, g));
f_mul 715 rational.c VALUE b = f_mul(bnum, f_idiv(aden, g));
f_mul 727 rational.c den = f_mul(a, b);
f_mul 847 rational.c num = f_mul(f_idiv(anum, g1), f_idiv(bnum, g2));
f_mul 848 rational.c den = f_mul(f_idiv(aden, g2), f_idiv(bden, g1));
f_mul 878 rational.c return f_mul(f_to_f(self), other);
f_mul 1094 rational.c num1 = f_mul(adat->num, bdat->den);
f_mul 1095 rational.c num2 = f_mul(bdat->num, adat->den);
f_mul 1201 rational.c return rb_assoc_new(val, f_sub(self, f_mul(other, val)));
f_mul 1266 rational.c num = f_add(f_mul(num, TWO), den);
f_mul 1267 rational.c den = f_mul(den, TWO);
f_mul 1290 rational.c s = f_mul(self, b);
f_mul 1524 rational.c p2 = f_add(f_mul(k, p1), p0);
f_mul 1525 rational.c q2 = f_add(f_mul(k, q1), q0);
f_mul 1534 rational.c *p = f_add(f_mul(c, p1), p0);
f_mul 1535 rational.c *q = f_add(f_mul(c, q1), q0);
f_mul 2028 rational.c return f_to_r(f_mul(f, f_expt(INT2FIX(FLT_RADIX), n)));
f_mul 2061 rational.c two_times_f = f_mul(TWO, f);
f_mul 2071 rational.c radix_times_f = f_mul(INT2FIX(FLT_RADIX), f);
f_mul 2217 rational.c *num = f_mul(*num, l);
f_mul 2238 rational.c *num = f_mul(*num, l);