Scm_F64VectorSwapBytes  656 ext/uvector/gauche/uvector.h extern ScmObj Scm_F64VectorSwapBytes(ScmF64Vector *v0);
Scm_F64VectorSwapBytes 9644 ext/uvector/uvector.c     case 9: return Scm_F64VectorSwapBytes(SCM_F64VECTOR(v));
Scm_F64VectorSwapBytes 8834 ext/uvector/uvlib.c SCM_RESULT = Scm_F64VectorSwapBytes(v0);