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