opname 172 maint/gnulib/tests/test-intprops.c #define CHECK_BINOP(op, opname, a, b, t, v, vres) \ opname 173 maint/gnulib/tests/test-intprops.c VERIFY (INT_##opname##_RANGE_OVERFLOW (a, b, TYPE_MINIMUM (t), \ opname 176 maint/gnulib/tests/test-intprops.c VERIFY (INT_##opname##_OVERFLOW (a, b) == (v)) opname 177 maint/gnulib/tests/test-intprops.c #define CHECK_SBINOP(op, opname, a, b, t, v, vres) \ opname 178 maint/gnulib/tests/test-intprops.c CHECK_BINOP(op, opname, a, b, t, v, vres); \ opname 181 maint/gnulib/tests/test-intprops.c ASSERT (INT_##opname##_WRAPV (a, b, &result) == (v)); \ opname 184 maint/gnulib/tests/test-intprops.c #define CHECK_UNOP(op, opname, a, t, v) \ opname 185 maint/gnulib/tests/test-intprops.c VERIFY (INT_##opname##_RANGE_OVERFLOW (a, TYPE_MINIMUM (t), \ opname 188 maint/gnulib/tests/test-intprops.c VERIFY (INT_##opname##_OVERFLOW (a) == (v))