Searched refs:INT_MIN (Results 1 – 12 of 12) sorted by relevance
| /openbmc/qemu/tests/tcg/sh4/ |
| H A D | test-subv.c | 23 subv(INT_MIN, 1, INT_MAX, 1); in main() 24 subv(INT_MAX, -1, INT_MIN, 1); in main()
|
| H A D | test-addv.c | 23 addv(INT_MAX, 1, INT_MIN, 1); in main()
|
| /openbmc/qemu/target/mips/tcg/ |
| H A D | loong_translate.c | 57 tcg_gen_brcondi_tl(TCG_COND_NE, t0, is_double ? LLONG_MIN : INT_MIN, l2); in gen_lext_DIV_G() 154 tcg_gen_brcondi_tl(TCG_COND_NE, t0, is_double ? LLONG_MIN : INT_MIN, l2); in gen_lext_MOD_G()
|
| /openbmc/qemu/tests/tcg/m68k/ |
| H A D | trap.c | 63 : : "d"(INT_MIN), "d"(1), FMT_INS); in main()
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-cutils.c | 533 char *str = g_strdup_printf("%d", INT_MIN); in test_qemu_strtoi_min() 542 g_assert_cmpint(res, ==, INT_MIN); in test_qemu_strtoi_min() 554 str = "-2147483649"; /* INT_MIN - 1ll */ in test_qemu_strtoi_underflow() 559 g_assert_cmpint(res, ==, INT_MIN); in test_qemu_strtoi_underflow() 567 g_assert_cmpint(res, ==, INT_MIN); in test_qemu_strtoi_underflow() 575 g_assert_cmpint(res, ==, INT_MIN); in test_qemu_strtoi_underflow() 583 g_assert_cmpint(res, ==, INT_MIN); in test_qemu_strtoi_underflow() 591 g_assert_cmpint(res, ==, INT_MIN); in test_qemu_strtoi_underflow() 599 g_assert_cmpint(res, ==, INT_MIN); in test_qemu_strtoi_underflow() 618 str = "-2147483648"; /* INT_MIN */ in test_qemu_strtoi_negative() [all...] |
| /openbmc/u-boot/include/linux/ |
| H A D | kernel.h | 11 #define INT_MIN (-INT_MAX - 1) macro
|
| /openbmc/qemu/util/ |
| H A D | cutils.c | 465 if (lresult < INT_MIN) { in qemu_strtoi() 466 *result = INT_MIN; in qemu_strtoi()
|
| /openbmc/qemu/target/rx/ |
| H A D | op_helper.c | 400 if (!((num == INT_MIN && den == -1) || den == 0)) { in helper_div()
|
| /openbmc/libpldm/src/dsp/ |
| H A D | pdr.c | 1182 assert(rc >= INT_MIN); in pldm_entity_association_pdr_add() 1210 assert(rc >= INT_MIN); in pldm_entity_association_pdr_add_from_node_with_record_handle()
|
| /openbmc/qemu/docs/devel/ |
| H A D | tcg-ops.rst | 308 overflow should be *INT_MIN* / -1.
|
| /openbmc/qemu/fpu/ |
| H A D | softfloat-parts.c.inc | 1398 /* The only in-range value is INT_MIN. */
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | sve_helper.c | 4729 int b_int = MIN(MAX(b, INT_MIN), INT_MAX); in DO_ZPZZ_FP()
|