SCM_F32VECTOR_SIZE  215 ext/mt-random/mt-lib.c  int len = SCM_F32VECTOR_SIZE(v), i;
SCM_F32VECTOR_SIZE 2394 ext/uvector/uvector.c     for (i=0; i<SCM_F32VECTOR_SIZE(obj); i++) {
SCM_F32VECTOR_SIZE 2404 ext/uvector/uvector.c     int len = SCM_F32VECTOR_SIZE(x), i;
SCM_F32VECTOR_SIZE 2406 ext/uvector/uvector.c     if (SCM_F32VECTOR_SIZE(y) != len) return -1;
SCM_F32VECTOR_SIZE 2493 ext/uvector/uvector.c     int i, size = SCM_F32VECTOR_SIZE(vec);
SCM_F32VECTOR_SIZE 2504 ext/uvector/uvector.c     if (index < 0 || index >= SCM_F32VECTOR_SIZE(vec)) {
SCM_F32VECTOR_SIZE 2517 ext/uvector/uvector.c     if (index < 0 || index >= SCM_F32VECTOR_SIZE(vec))
SCM_F32VECTOR_SIZE 2528 ext/uvector/uvector.c     int i, size = SCM_F32VECTOR_SIZE(vec);
SCM_F32VECTOR_SIZE 2542 ext/uvector/uvector.c     int i, size = SCM_F32VECTOR_SIZE(vec);
SCM_F32VECTOR_SIZE 2556 ext/uvector/uvector.c     int size = SCM_F32VECTOR_SIZE(vec);
SCM_F32VECTOR_SIZE 2568 ext/uvector/uvector.c     int dlen = SCM_F32VECTOR_SIZE(dst);
SCM_F32VECTOR_SIZE 2569 ext/uvector/uvector.c     int slen = SCM_F32VECTOR_SIZE(src);
SCM_F32VECTOR_SIZE 3408 ext/uvector/uvector.c     int i, size = SCM_F32VECTOR_SIZE(d), oor;
SCM_F32VECTOR_SIZE 3470 ext/uvector/uvector.c                                SCM_F32VECTOR_SIZE(s0),
SCM_F32VECTOR_SIZE 4178 ext/uvector/uvector.c     int i, size = SCM_F32VECTOR_SIZE(d), oor;
SCM_F32VECTOR_SIZE 4240 ext/uvector/uvector.c                                SCM_F32VECTOR_SIZE(s0),
SCM_F32VECTOR_SIZE 4948 ext/uvector/uvector.c     int i, size = SCM_F32VECTOR_SIZE(d), oor;
SCM_F32VECTOR_SIZE 5010 ext/uvector/uvector.c                                SCM_F32VECTOR_SIZE(s0),
SCM_F32VECTOR_SIZE 5102 ext/uvector/uvector.c     int i, size = SCM_F32VECTOR_SIZE(d), oor;
SCM_F32VECTOR_SIZE 5164 ext/uvector/uvector.c                                SCM_F32VECTOR_SIZE(s0),
SCM_F32VECTOR_SIZE 7071 ext/uvector/uvector.c     int i, size = SCM_F32VECTOR_SIZE(x), oor;
SCM_F32VECTOR_SIZE 8954 ext/uvector/uvector.c     int i, size = SCM_F32VECTOR_SIZE(x);
SCM_F32VECTOR_SIZE 9028 ext/uvector/uvector.c     int i, size = SCM_F32VECTOR_SIZE(x);
SCM_F32VECTOR_SIZE 9102 ext/uvector/uvector.c     int i, size = SCM_F32VECTOR_SIZE(x);
SCM_F32VECTOR_SIZE 3694 ext/uvector/uvlib.c SCM_RETURN(SCM_MAKE_INT(SCM_F32VECTOR_SIZE(v)));