cexp               35 src/test-arith.c #define TEST5(x_, y_, c_, rexp, cexp, numfmt, opmsg, op)        \
cexp               39 src/test-arith.c                x_, y_, c_, rexp, cexp);                         \
cexp               44 src/test-arith.c         if (r == rexp && c == cexp) {                           \
cexp               53 src/test-arith.c #define TESTOV(x_, y_, rexp, cexp, numfmt, opmsg, op)           \
cexp               57 src/test-arith.c         if (cexp)                                               \
cexp               65 src/test-arith.c             if (cexp == c) printf("ok\n");                      \
cexp               83 src/test-arith.c #define TEST_UADD(x_, y_, c_, rexp, cexp)               \
cexp               84 src/test-arith.c   TEST5(x_, y_, c_, rexp, cexp, "%u", "+", UADD)
cexp              120 src/test-arith.c #define TEST_UADDOV(x_, y_, rexp, cexp)         \
cexp              121 src/test-arith.c     TESTOV(x_, y_, rexp, cexp, "%u", "+", UADDOV)
cexp              149 src/test-arith.c #define TEST_SADDOV(x_, y_, rexp, cexp)         \
cexp              150 src/test-arith.c     TESTOV(x_, y_, rexp, cexp, "%ld", "+", SADDOV)
cexp              196 src/test-arith.c #define TEST_USUB(x_, y_, c_, rexp, cexp)               \
cexp              197 src/test-arith.c     TEST5(x_, y_, c_, rexp, cexp, "%u", "-", USUB)
cexp              233 src/test-arith.c #define TEST_USUBOV(x_, y_, rexp, cexp)         \
cexp              234 src/test-arith.c     TESTOV(x_, y_, rexp, cexp, "%u", "-", USUBOV)
cexp              260 src/test-arith.c #define TEST_SSUBOV(x_, y_, rexp, cexp)         \
cexp              261 src/test-arith.c     TESTOV(x_, y_, rexp, cexp, "%ld", "-", SSUBOV)
cexp              342 src/test-arith.c #define TEST_UMULOV(x_, y_, rexp, cexp)          \
cexp              343 src/test-arith.c     TESTOV(x_, y_, rexp, cexp, "%lu", "*", UMULOV)
cexp              377 src/test-arith.c #define TEST_SMULOV(x_, y_, rexp, cexp)          \
cexp              378 src/test-arith.c     TESTOV(x_, y_, rexp, cexp, "%ld", "*", SMULOV)