f_div             512 complex.c      				  m_sqrt_bang(f_div(f_add(a, dat->real), TWO)),
f_div             513 complex.c      				  m_sqrt_bang(f_div(f_sub(a, dat->real), TWO)));
f_div             640 complex.c      					    f_div(bdat->real, magn),
f_div             641 complex.c      					    f_div(bdat->imag, magn));
f_div             642 complex.c      	    return f_div(f_mul(self, f_conj(tmp)), magn);
f_div             644 complex.c      	return f_div(f_mul(self, f_conj(other)), f_abs2(other));
f_div             650 complex.c      			      f_div(dat->real, other),
f_div             651 complex.c      			      f_div(dat->imag, other));
f_div             664 complex.c          return f_div(f_complex_new2(CLASS_OF(self),
f_div             720 complex.c      	return f_expt(f_div(f_to_r(ONE), self), f_negate(other));
f_div             852 complex.c      				f_div(cd, f_denominator(dat->real))),
f_div             854 complex.c      				f_div(cd, f_denominator(dat->imag))));
f_div             300 rational.c         return f_abs(f_mul(f_div(x, f_gcd(x, y)), y));
f_div             774 rational.c         return f_div(f_to_f(self), other);
f_div             915 rational.c         return f_floor(f_div(self, other));
f_div             921 rational.c         VALUE val = f_floor(f_div(self, other));
f_div             928 rational.c         VALUE val = f_floor(f_div(self, other));
f_div             936 rational.c         return f_truncate(f_div(self, other));
f_div             943 rational.c         VALUE val = f_truncate(f_div(self, other));
f_div             951 rational.c         VALUE val = f_truncate(f_div(self, other));
f_div            1362 rational.c     	    v = f_div(v, l);
f_div            1373 rational.c     	    v = f_div(v, f_to_i(de));
f_div            1477 rational.c     	    return f_div(a1, a2);