ONE               215 complex.c          return rb_funcall(x, id_equal_p, 1, ONE);
ONE               673 complex.c      	return f_complex_new_bang1(CLASS_OF(self), ONE);
ONE               700 complex.c      	    n = f_sub(other, ONE);
ONE               716 complex.c      		n = f_sub(n, ONE);
ONE               720 complex.c      	return f_expt(f_div(f_to_r(ONE), self), f_negate(other));
ONE              1307 complex.c      			       f_complex_new_bang2(rb_cComplex, ZERO, ONE)));
ONE              1514 complex.c      		    f_complex_new_bang2(rb_cComplex, ZERO, ONE));
ONE               187 rational.c         return rb_funcall(x, id_equal_p, 1, ONE);
ONE               327 rational.c         return nurat_s_new_internal(klass, ZERO, ONE);
ONE               342 rational.c     	den = ONE;
ONE               369 rational.c         return nurat_s_new_internal(klass, x, ONE);
ONE               470 rational.c     	den = ONE;
ONE               485 rational.c         return nurat_s_canonicalize_internal(klass, x, ONE);
ONE               500 rational.c         return nurat_s_canonicalize_internal_no_reduce(klass, x, ONE);
ONE               627 rational.c     			    other, ONE, '+');
ONE               655 rational.c     			    other, ONE, '-');
ONE               722 rational.c     			    other, ONE, '*');
ONE               752 rational.c     			    other, ONE, '/');
ONE               781 rational.c     	return f_rational_new_bang1(CLASS_OF(self), ONE);
ONE               808 rational.c     		num = ONE;
ONE               809 rational.c     		den = ONE;
ONE              1023 rational.c         assert(!f_lt_p(x, ONE));