UMULOV            398 ext/uvector/uvector.c     UMULOV(r, v, x, y);
UMULOV            498 ext/uvector/uvector.c     UMULOV(r, v, x, y);
UMULOV            669 ext/uvector/uvector.c     UMULOV(m, v, x, y);
UMULOV            212 src/gauche/arith.h #ifndef UMULOV
UMULOV            238 src/gauche/arith.h                 UMULOV(t6_, v, x, y);                           \
UMULOV            242 src/gauche/arith.h                 UMULOV(t6_, v, x, -y);                          \
UMULOV            248 src/gauche/arith.h                 UMULOV(t6_, v, -x, y);                          \
UMULOV            252 src/gauche/arith.h                 UMULOV(t6_, v, -x, -y);                         \
UMULOV            343 src/test-arith.c     TESTOV(x_, y_, rexp, cexp, "%lu", "*", UMULOV)