f_add 372 complex.c f_add(ZERO, dat->real)); f_add 379 complex.c f_add(dat->imag, imag)); f_add 386 complex.c f_add(adat->imag, bdat->real)); f_add 512 complex.c m_sqrt_bang(f_div(f_add(a, dat->real), TWO)), f_add 565 complex.c real = f_add(adat->real, bdat->real); f_add 566 complex.c imag = f_add(adat->imag, bdat->imag); f_add 574 complex.c f_add(dat->real, other), dat->imag); f_add 611 complex.c imag = f_add(f_mul(adat->real, bdat->imag), f_add 691 complex.c ntheta = f_add(f_mul(theta, ore), f_mul(oim, m_log_bang(r))); f_add 773 complex.c return f_add(f_mul(dat->real, dat->real), f_add 1305 complex.c return f_add(a1, f_add 586 rational.c c = f_add(a, b); f_add 603 rational.c c = f_add(a, b); f_add 630 rational.c return f_add(f_to_f(self), other); f_add 1004 rational.c num = f_add(f_mul(num, TWO), dat->den); f_add 1009 rational.c VALUE num = f_add(f_mul(dat->num, TWO), dat->den); f_add 1361 rational.c v = f_add(v, f_to_i(fp));