Scm_F64VectorSwapBytesX  657 ext/uvector/gauche/uvector.h extern ScmObj Scm_F64VectorSwapBytesX(ScmF64Vector *v0);
Scm_F64VectorSwapBytesX 9662 ext/uvector/uvector.c     case 9: return Scm_F64VectorSwapBytesX(SCM_F64VECTOR(v));
Scm_F64VectorSwapBytesX 8854 ext/uvector/uvlib.c SCM_RESULT = Scm_F64VectorSwapBytesX(v0);