Scm_F32VectorMul  582 ext/uvector/gauche/uvector.h extern ScmObj Scm_F32VectorMul(ScmF32Vector *s0, ScmObj s1, int clamp);
Scm_F32VectorMul 6279 ext/uvector/uvlib.c SCM_RETURN(Scm_F32VectorMul(v0, v1, clamp_arg(clamp)));