Scm_F32VectorCopyX  572 ext/uvector/gauche/uvector.h extern ScmObj Scm_F32VectorCopyX(ScmF32Vector *dst, int dstart,
Scm_F32VectorCopyX 3858 ext/uvector/uvlib.c      SCM_RETURN(Scm_F32VectorCopyX(dst, Scm_GetInteger(dstart),
Scm_F32VectorCopyX 3862 ext/uvector/uvlib.c     SCM_RETURN(Scm_F32VectorCopyX(dst, 0, SCM_F32VECTOR(dstart), 0, -1));