SCM_REALP          84 ext/auxsys/auxsyslib.c   if (!SCM_REALP(x_scm)) Scm_Error("real number required, but got %S", x_scm);
SCM_REALP          87 ext/auxsys/auxsyslib.c   if (!SCM_REALP(y_scm)) Scm_Error("real number required, but got %S", y_scm);
SCM_REALP         107 ext/auxsys/auxsyslib.c   if (!SCM_REALP(d_scm)) Scm_Error("real number required, but got %S", d_scm);
SCM_REALP         128 ext/auxsys/auxsyslib.c   if (!SCM_REALP(x_scm)) Scm_Error("real number required, but got %S", x_scm);
SCM_REALP         151 ext/auxsys/auxsyslib.c   if (!SCM_REALP(x_scm)) Scm_Error("real number required, but got %S", x_scm);
SCM_REALP         174 ext/auxsys/auxsyslib.c   if (!SCM_REALP(x_scm)) Scm_Error("real number required, but got %S", x_scm);
SCM_REALP         169 ext/uvector/uvector.c     } else if (!SCM_REALP(y)) {
SCM_REALP        1980 src/gauche.h   #define SCM_NUMBERP(obj)           (SCM_REALP(obj)||SCM_COMPLEXP(obj))
SCM_REALP         285 src/number.c       if (SCM_REALP(z)) {
SCM_REALP         301 src/number.c       if (SCM_REALP(z)) {
SCM_REALP        1568 src/number.c       if (!SCM_REALP(x)) Scm_Error("real number required, but got %S", x);
SCM_REALP        1569 src/number.c       if (!SCM_REALP(y)) Scm_Error("real number required, but got %S", y);
SCM_REALP        1668 src/number.c           if (!SCM_REALP(arg0))
SCM_REALP         136 src/stdlib.c   SCM_RESULT = SCM_REALP(obj);
SCM_REALP         155 src/stdlib.c   SCM_RESULT = SCM_REALP(obj);
SCM_REALP         775 src/stdlib.c     if (!SCM_REALP(x_scm)) Scm_Error("real number required, but got %S", x_scm);
SCM_REALP         799 src/stdlib.c   if (!SCM_REALP(x)) {
SCM_REALP         823 src/stdlib.c     if (!SCM_REALP(x_scm)) Scm_Error("real number required, but got %S", x_scm);
SCM_REALP         843 src/stdlib.c     if (!SCM_REALP(x_scm)) Scm_Error("real number required, but got %S", x_scm);
SCM_REALP         863 src/stdlib.c     if (!SCM_REALP(x_scm)) Scm_Error("real number required, but got %S", x_scm);
SCM_REALP         883 src/stdlib.c     if (!SCM_REALP(x_scm)) Scm_Error("real number required, but got %S", x_scm);
SCM_REALP         909 src/stdlib.c     if (!SCM_REALP(x_scm)) Scm_Error("real number required, but got %S", x_scm);
SCM_REALP         940 src/stdlib.c     if (!SCM_REALP(z_scm)) Scm_Error("real number required, but got %S", z_scm);
SCM_REALP         954 src/stdlib.c     if (!SCM_REALP(x)) Scm_Error("real number required for x, but got %S", x);
SCM_REALP         971 src/stdlib.c     if (!SCM_REALP(x_scm)) Scm_Error("real number required, but got %S", x_scm);
SCM_REALP         991 src/stdlib.c     if (!SCM_REALP(x_scm)) Scm_Error("real number required, but got %S", x_scm);
SCM_REALP        1011 src/stdlib.c     if (!SCM_REALP(x_scm)) Scm_Error("real number required, but got %S", x_scm);
SCM_REALP        1031 src/stdlib.c     if (!SCM_REALP(x_scm)) Scm_Error("real number required, but got %S", x_scm);
SCM_REALP        1073 src/stdlib.c     if (!SCM_REALP(a_scm)) Scm_Error("real number required, but got %S", a_scm);
SCM_REALP        1076 src/stdlib.c     if (!SCM_REALP(b_scm)) Scm_Error("real number required, but got %S", b_scm);
SCM_REALP        1095 src/stdlib.c     if (!SCM_REALP(r_scm)) Scm_Error("real number required, but got %S", r_scm);
SCM_REALP        1098 src/stdlib.c     if (!SCM_REALP(t_scm)) Scm_Error("real number required, but got %S", t_scm);
SCM_REALP        1141 src/stdlib.c   if (SCM_REALP(z)) SCM_RETURN(z);
SCM_REALP        1160 src/stdlib.c      else if (SCM_REALP(z)) SCM_RETURN(Scm_MakeFlonum(0.0));
SCM_REALP        1656 src/syslib.c     if (!SCM_REALP(t_scm)) Scm_Error("real number required, but got %S", t_scm);
SCM_REALP        2341 src/syslib.c          } else if (!SCM_REALP(nanoseconds)) {
SCM_REALP         803 src/system.c       if (!SCM_REALP(val)) {
SCM_REALP         817 src/system.c       if (!SCM_REALP(val)) {
SCM_REALP         888 src/system.c       } else if (!SCM_REALP(t)) {
SCM_REALP        2172 src/vm.c                       if ((SCM_FLONUMP(arg) && SCM_REALP(VAL0))
SCM_REALP        2173 src/vm.c                           ||(SCM_FLONUMP(VAL0) && SCM_REALP(arg))) {
SCM_REALP        2187 src/vm.c                       if ((SCM_FLONUMP(arg) && SCM_REALP(VAL0))
SCM_REALP        2188 src/vm.c                           ||(SCM_FLONUMP(VAL0) && SCM_REALP(arg))) {