Scm_F64VectorCopyX  629 ext/uvector/gauche/uvector.h extern ScmObj Scm_F64VectorCopyX(ScmF64Vector *dst, int dstart,
Scm_F64VectorCopyX 4307 ext/uvector/uvlib.c      SCM_RETURN(Scm_F64VectorCopyX(dst, Scm_GetInteger(dstart),
Scm_F64VectorCopyX 4311 ext/uvector/uvlib.c     SCM_RETURN(Scm_F64VectorCopyX(dst, 0, SCM_F64VECTOR(dstart), 0, -1));