Scm_F32VectorSwapBytesX  600 ext/uvector/gauche/uvector.h extern ScmObj Scm_F32VectorSwapBytesX(ScmF32Vector *v0);
Scm_F32VectorSwapBytesX 9661 ext/uvector/uvector.c     case 8: return Scm_F32VectorSwapBytesX(SCM_F32VECTOR(v));
Scm_F32VectorSwapBytesX 8814 ext/uvector/uvlib.c SCM_RESULT = Scm_F32VectorSwapBytesX(v0);