RCOMPLEX         8046 compile.c          long real = (long)ibf_dump_object(dump, RCOMPLEX(obj)->real);
RCOMPLEX         8047 compile.c          long imag = (long)ibf_dump_object(dump, RCOMPLEX(obj)->imag);
RCOMPLEX          273 complex.c          struct RComplex *dat = RCOMPLEX(x)
RCOMPLEX          276 complex.c          struct RComplex *adat = RCOMPLEX(x), *bdat = RCOMPLEX(y)
RCOMPLEX         15774 ext/ripper/ripper.c 	RCOMPLEX_SET_REAL(lit, negate_lit(RCOMPLEX(lit)->real));
RCOMPLEX         15775 ext/ripper/ripper.c 	RCOMPLEX_SET_IMAG(lit, negate_lit(RCOMPLEX(lit)->imag));
RCOMPLEX         10025 ext/ripper/ripper.y 	RCOMPLEX_SET_REAL(lit, negate_lit(RCOMPLEX(lit)->real));
RCOMPLEX         10026 ext/ripper/ripper.y 	RCOMPLEX_SET_IMAG(lit, negate_lit(RCOMPLEX(lit)->imag));
RCOMPLEX         15698 parse.c        	RCOMPLEX_SET_REAL(lit, negate_lit(RCOMPLEX(lit)->real));
RCOMPLEX         15699 parse.c        	RCOMPLEX_SET_IMAG(lit, negate_lit(RCOMPLEX(lit)->imag));
RCOMPLEX         10025 parse.y        	RCOMPLEX_SET_REAL(lit, negate_lit(RCOMPLEX(lit)->real));
RCOMPLEX         10026 parse.y        	RCOMPLEX_SET_IMAG(lit, negate_lit(RCOMPLEX(lit)->imag));
RCOMPLEX         1169 rational.c     	if (k_exact_zero_p(RCOMPLEX(other)->imag))
RCOMPLEX         1171 rational.c     				(CLASS_OF(self), RCOMPLEX(other)->real), self);
RCOMPLEX         2408 rational.c     	if (k_exact_zero_p(RCOMPLEX(a1)->imag))
RCOMPLEX         2409 rational.c     	    a1 = RCOMPLEX(a1)->real;
RCOMPLEX         2413 rational.c     	if (k_exact_zero_p(RCOMPLEX(a2)->imag))
RCOMPLEX         2414 rational.c     	    a2 = RCOMPLEX(a2)->real;