SCM_CLAMP_NONE    529 ext/uvector/uvector.c     return Scm_GetIntegerClamp(x, SCM_CLAMP_NONE, oor);
SCM_CLAMP_NONE    537 ext/uvector/uvector.c     return Scm_GetIntegerUClamp(x, SCM_CLAMP_NONE, oor);
SCM_CLAMP_NONE    545 ext/uvector/uvector.c     return Scm_GetInteger64Clamp(x, SCM_CLAMP_NONE, oor);
SCM_CLAMP_NONE    550 ext/uvector/uvector.c     return Scm_GetIntegerU64Clamp(x, SCM_CLAMP_NONE, oor);
SCM_CLAMP_NONE    251 src/bignum.c       if (clamp == SCM_CLAMP_NONE && oor != NULL) *oor = FALSE;
SCM_CLAMP_NONE    268 src/bignum.c       if (clamp == SCM_CLAMP_NONE && oor != NULL) {
SCM_CLAMP_NONE    279 src/bignum.c       if (clamp == SCM_CLAMP_NONE && oor != NULL) *oor = FALSE;
SCM_CLAMP_NONE    292 src/bignum.c       if (clamp == SCM_CLAMP_NONE && oor != NULL) {
SCM_CLAMP_NONE    306 src/bignum.c       if (clamp == SCM_CLAMP_NONE && oor != NULL) *oor = FALSE;
SCM_CLAMP_NONE    329 src/bignum.c       if (clamp == SCM_CLAMP_NONE && oor != NULL) *oor = FALSE;
SCM_CLAMP_NONE    352 src/bignum.c       if (clamp == SCM_CLAMP_NONE && oor != NULL) {
SCM_CLAMP_NONE    364 src/bignum.c       if (clamp == SCM_CLAMP_NONE && oor != NULL) *oor = FALSE;
SCM_CLAMP_NONE    379 src/bignum.c       if (clamp == SCM_CLAMP_NONE && oor != NULL) *oor = FALSE;
SCM_CLAMP_NONE    395 src/bignum.c       if (clamp == SCM_CLAMP_NONE && oor != NULL) {
SCM_CLAMP_NONE   2036 src/gauche.h       SCM_CLAMP_NONE = 4         /* do not convert when out-of-range */
SCM_CLAMP_NONE    336 src/number.c       if (clamp == SCM_CLAMP_NONE && oor != NULL) *oor = FALSE;
SCM_CLAMP_NONE    354 src/number.c       if (clamp == SCM_CLAMP_NONE && oor != NULL) {
SCM_CLAMP_NONE    364 src/number.c       if (clamp == SCM_CLAMP_NONE && oor != NULL) *oor = FALSE;
SCM_CLAMP_NONE    387 src/number.c       if (clamp == SCM_CLAMP_NONE && oor != NULL) {
SCM_CLAMP_NONE    401 src/number.c       if (clamp == SCM_CLAMP_NONE && oor != NULL) *oor = FALSE;
SCM_CLAMP_NONE    427 src/number.c       if (clamp == SCM_CLAMP_NONE && oor != NULL) {
SCM_CLAMP_NONE    441 src/number.c       if (clamp == SCM_CLAMP_NONE && oor != NULL) *oor = FALSE;
SCM_CLAMP_NONE    463 src/number.c       if (clamp == SCM_CLAMP_NONE && oor != NULL) {
SCM_CLAMP_NONE    513 src/number.c       if (clamp == SCM_CLAMP_NONE && oor != NULL) *oor = FALSE;
SCM_CLAMP_NONE    539 src/number.c       if (clamp == SCM_CLAMP_NONE && oor != NULL) *oor = FALSE;
SCM_CLAMP_NONE    563 src/number.c       if (clamp == SCM_CLAMP_NONE && oor != NULL) {
SCM_CLAMP_NONE    575 src/number.c       if (clamp == SCM_CLAMP_NONE && oor != NULL) *oor = FALSE;
SCM_CLAMP_NONE    603 src/number.c       if (clamp == SCM_CLAMP_NONE && oor != NULL) *oor = FALSE;
SCM_CLAMP_NONE    634 src/number.c       if (clamp == SCM_CLAMP_NONE && oor != NULL) {
SCM_CLAMP_NONE    641 src/test-arith.c     Scm_GetIntegerU64Clamp(vv, SCM_CLAMP_NONE, &oor);
SCM_CLAMP_NONE    645 src/test-arith.c     Scm_GetIntegerU64Clamp(vv, SCM_CLAMP_NONE, &oor);
SCM_CLAMP_NONE    649 src/test-arith.c     Scm_GetIntegerU64Clamp(vv, SCM_CLAMP_NONE, &oor);