f_sub             371 complex.c      				     f_sub(real, dat->imag),
f_sub             385 complex.c      				     f_sub(adat->real, bdat->imag),
f_sub             513 complex.c      				  m_sqrt_bang(f_div(f_sub(a, dat->real), TWO)));
f_sub             587 complex.c      	real = f_sub(adat->real, bdat->real);
f_sub             588 complex.c      	imag = f_sub(adat->imag, bdat->imag);
f_sub             596 complex.c      			      f_sub(dat->real, other), dat->imag);
f_sub             609 complex.c      	real = f_sub(f_mul(adat->real, bdat->real),
f_sub             689 complex.c      	nr = m_exp_bang(f_sub(f_mul(ore, m_log_bang(r)),
f_sub             700 complex.c      	    n = f_sub(other, ONE);
f_sub             710 complex.c      				       f_sub(f_mul(dat->real, dat->real),
f_sub             716 complex.c      		n = f_sub(n, ONE);
f_sub             588 rational.c     	    c = f_sub(a, b);
f_sub             605 rational.c     	    c = f_sub(a, b);
f_sub             658 rational.c     	return f_sub(f_to_f(self), other);
f_sub             852 rational.c     	    return f_cmp(f_sub(num1, num2), ZERO);
f_sub             922 rational.c         return f_sub(self, f_mul(other, val));
f_sub             929 rational.c         return rb_assoc_new(val, f_sub(self, f_mul(other, val)));
f_sub             944 rational.c         return f_sub(self, f_mul(other, val));
f_sub             952 rational.c         return rb_assoc_new(val, f_sub(self, f_mul(other, val)));