c_                 35 src/test-arith.c #define TEST5(x_, y_, c_, rexp, cexp, numfmt, opmsg, op)        \
c_                 39 src/test-arith.c                x_, y_, c_, rexp, cexp);                         \
c_                 40 src/test-arith.c         c = c_;                                                 \
c_                 83 src/test-arith.c #define TEST_UADD(x_, y_, c_, rexp, cexp)               \
c_                 84 src/test-arith.c   TEST5(x_, y_, c_, rexp, cexp, "%u", "+", UADD)
c_                196 src/test-arith.c #define TEST_USUB(x_, y_, c_, rexp, cexp)               \
c_                197 src/test-arith.c     TEST5(x_, y_, c_, rexp, cexp, "%u", "-", USUB)