Scm_F32VectorSwapBytes  599 ext/uvector/gauche/uvector.h extern ScmObj Scm_F32VectorSwapBytes(ScmF32Vector *v0);
Scm_F32VectorSwapBytes 9643 ext/uvector/uvector.c     case 8: return Scm_F32VectorSwapBytes(SCM_F32VECTOR(v));
Scm_F32VectorSwapBytes 8794 ext/uvector/uvlib.c SCM_RESULT = Scm_F32VectorSwapBytes(v0);