Home
last modified time | relevance | path

Searched refs:exp1 (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Dipmi-bt-test.c314 static uint8_t exp1[] = { 0xff, 0x01, 0xa1 }; /* A protocol version */ in test_connect() local
334 write_emu_msg(exp1, sizeof(exp1)); in test_connect()
339 g_assert(msglen == sizeof(exp1)); in test_connect()
340 g_assert(memcmp(msg, exp1, msglen) == 0); in test_connect()
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c1863 int exp0, exp1, expdiff; in helper_fprem_common() local
1868 exp1 = EXPD(temp1); in helper_fprem_common()
1872 exp0 == 0x7fff || exp1 == 0x7fff || in helper_fprem_common()
1880 if (exp1 == 0) { in helper_fprem_common()
1881 exp1 = 1 - clz64(temp1.l.lower); in helper_fprem_common()
1883 expdiff = exp0 - exp1; in helper_fprem_common()