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