f_negate          515 complex.c      			      f_mul(f_negate(m_sin_bang(dat->real)),
f_negate          544 complex.c      	return f_complex_new2(rb_cComplex, ZERO, m_sqrt_bang(f_negate(x)));
f_negate          573 complex.c      	    x = f_negate(x);
f_negate          582 complex.c      	    y = f_negate(x);
f_negate          679 complex.c      			f_negate(dat->real), f_negate(dat->imag));
f_negate          818 complex.c      				      (*func)(f_negate(f_mul(self, r)), n));
f_negate          833 complex.c      				      (*func)(f_negate(self), n));
f_negate          965 complex.c      	return f_expt(f_reciprocal(self), f_negate(other));
f_negate         1132 complex.c          return f_complex_new2(CLASS_OF(self), dat->real, f_negate(dat->imag));
f_negate         5574 ext/date/date_core.c 		other = f_negate(other);
f_negate         5581 ext/date/date_core.c 		nth = f_negate(nth);
f_negate         5661 ext/date/date_core.c 		sf = f_negate(sf);
f_negate         5744 ext/date/date_core.c 		other = f_negate(other);
f_negate         5760 ext/date/date_core.c 		nth = f_negate(nth);
f_negate         5763 ext/date/date_core.c 		sf = f_negate(sf);
f_negate         5913 ext/date/date_core.c 	return d_lite_plus(self, f_negate(other));
f_negate         6029 ext/date/date_core.c     return d_lite_rshift(self, f_negate(other));
f_negate          516 ext/date/date_parse.c 		    offset = f_negate(offset);
f_negate         2214 ext/date/date_parse.c 		y = f_add(f_negate(y), INT2FIX(1));
f_negate         2219 ext/date/date_parse.c 		y = f_add(f_negate(y), INT2FIX(1));
f_negate          365 ext/date/date_strptime.c 			n = f_negate(n);
f_negate          427 ext/date/date_strptime.c 			n = f_negate(n);
f_negate          465 ext/date/date_strptime.c 			n = f_negate(n);
f_negate          546 ext/date/date_strptime.c 			n = f_negate(n);
f_negate          560 ext/date/date_strptime.c 			n = f_negate(n);
f_negate          331 rational.c     	x = f_negate(x);
f_negate          333 rational.c     	y = f_negate(y);
f_negate          445 rational.c     	    num = f_negate(num);
f_negate          446 rational.c     	    den = f_negate(den);
f_negate          504 rational.c     	num = f_negate(num);
f_negate          505 rational.c     	den = f_negate(den);
f_negate          528 rational.c     	num = f_negate(num);
f_negate          529 rational.c     	den = f_negate(den);
f_negate          823 rational.c     	    anum = f_negate(anum);
f_negate          824 rational.c     	    bnum = f_negate(bnum);
f_negate         1030 rational.c     		num = f_expt(dat->den, f_negate(other));
f_negate         1031 rational.c     		den = f_expt(dat->num, f_negate(other));
f_negate         1225 rational.c         return f_negate(f_idiv(f_negate(dat->num), dat->den));
f_negate         1248 rational.c     	return f_negate(f_idiv(f_negate(dat->num), dat->den));
f_negate         1264 rational.c     	num = f_negate(num);
f_negate         1271 rational.c     	num = f_negate(num);
f_negate         1561 rational.c     	return f_negate(nurat_rationalize(argc, argv, f_abs(self)));
f_negate         2106 rational.c             return f_negate(float_rationalize(argc, argv, f_abs(self)));
f_negate         2231 rational.c     	    exp = f_negate(exp);
f_negate         2235 rational.c     	*num = f_negate(*num);