Scm_F64VectorDivX  642 ext/uvector/gauche/uvector.h extern ScmObj Scm_F64VectorDivX(ScmF64Vector *s0, ScmObj s1, int clamp);
Scm_F64VectorDivX 6496 ext/uvector/uvlib.c SCM_RETURN(Scm_F64VectorDivX(v0, v1, clamp_arg(clamp)));