SCM_F64VECTOR_SIZE  239 ext/mt-random/mt-lib.c  int len = SCM_F64VECTOR_SIZE(v), i;
SCM_F64VECTOR_SIZE 2598 ext/uvector/uvector.c     for (i=0; i<SCM_F64VECTOR_SIZE(obj); i++) {
SCM_F64VECTOR_SIZE 2608 ext/uvector/uvector.c     int len = SCM_F64VECTOR_SIZE(x), i;
SCM_F64VECTOR_SIZE 2610 ext/uvector/uvector.c     if (SCM_F64VECTOR_SIZE(y) != len) return -1;
SCM_F64VECTOR_SIZE 2697 ext/uvector/uvector.c     int i, size = SCM_F64VECTOR_SIZE(vec);
SCM_F64VECTOR_SIZE 2708 ext/uvector/uvector.c     if (index < 0 || index >= SCM_F64VECTOR_SIZE(vec)) {
SCM_F64VECTOR_SIZE 2721 ext/uvector/uvector.c     if (index < 0 || index >= SCM_F64VECTOR_SIZE(vec))
SCM_F64VECTOR_SIZE 2732 ext/uvector/uvector.c     int i, size = SCM_F64VECTOR_SIZE(vec);
SCM_F64VECTOR_SIZE 2746 ext/uvector/uvector.c     int i, size = SCM_F64VECTOR_SIZE(vec);
SCM_F64VECTOR_SIZE 2760 ext/uvector/uvector.c     int size = SCM_F64VECTOR_SIZE(vec);
SCM_F64VECTOR_SIZE 2772 ext/uvector/uvector.c     int dlen = SCM_F64VECTOR_SIZE(dst);
SCM_F64VECTOR_SIZE 2773 ext/uvector/uvector.c     int slen = SCM_F64VECTOR_SIZE(src);
SCM_F64VECTOR_SIZE 3485 ext/uvector/uvector.c     int i, size = SCM_F64VECTOR_SIZE(d), oor;
SCM_F64VECTOR_SIZE 3547 ext/uvector/uvector.c                                SCM_F64VECTOR_SIZE(s0),
SCM_F64VECTOR_SIZE 4255 ext/uvector/uvector.c     int i, size = SCM_F64VECTOR_SIZE(d), oor;
SCM_F64VECTOR_SIZE 4317 ext/uvector/uvector.c                                SCM_F64VECTOR_SIZE(s0),
SCM_F64VECTOR_SIZE 5025 ext/uvector/uvector.c     int i, size = SCM_F64VECTOR_SIZE(d), oor;
SCM_F64VECTOR_SIZE 5087 ext/uvector/uvector.c                                SCM_F64VECTOR_SIZE(s0),
SCM_F64VECTOR_SIZE 5179 ext/uvector/uvector.c     int i, size = SCM_F64VECTOR_SIZE(d), oor;
SCM_F64VECTOR_SIZE 5241 ext/uvector/uvector.c                                SCM_F64VECTOR_SIZE(s0),
SCM_F64VECTOR_SIZE 7124 ext/uvector/uvector.c     int i, size = SCM_F64VECTOR_SIZE(x), oor;
SCM_F64VECTOR_SIZE 9176 ext/uvector/uvector.c     int i, size = SCM_F64VECTOR_SIZE(x);
SCM_F64VECTOR_SIZE 9250 ext/uvector/uvector.c     int i, size = SCM_F64VECTOR_SIZE(x);
SCM_F64VECTOR_SIZE 9324 ext/uvector/uvector.c     int i, size = SCM_F64VECTOR_SIZE(x);
SCM_F64VECTOR_SIZE 4143 ext/uvector/uvlib.c SCM_RETURN(SCM_MAKE_INT(SCM_F64VECTOR_SIZE(v)));