Home
last modified time | relevance | path

Searched refs:exp2 (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/parse/parse_py/
H A DBBHandler.py250 exp2 = exp.split(" after ")
251 if len(exp2) > 1:
252 after = after + " ".join(exp2[1:])
255 exp2 = exp.split(" before ")
256 if len(exp2) > 1:
257 before = before + " ".join(exp2[1:])
/openbmc/qemu/tests/qtest/
H A Dipmi-bt-test.c315 static uint8_t exp2[] = { 0x08, 0x3f, 0xa1 }; /* A capabilities cmd */ in test_connect() local
343 g_assert(msglen == sizeof(exp2)); in test_connect()
344 g_assert(memcmp(msg, exp2, msglen) == 0); in test_connect()
/openbmc/qemu/util/
H A Dcutils.c962 const char *iec_binary_prefix(unsigned int exp2) in iec_binary_prefix() argument
966 assert(exp2 % 10 == 0 && exp2 / 10 < ARRAY_SIZE(prefixes)); in iec_binary_prefix()
967 return prefixes[exp2 / 10]; in iec_binary_prefix()
/openbmc/qemu/include/qemu/
H A Dcutils.h20 const char *iec_binary_prefix(unsigned int exp2);
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c934 floatx80 exp2; member
1256 extractFloatx80Frac(f2xm1_table[n].exp2), in helper_f2xm1()
1258 aexp += extractFloatx80Exp(f2xm1_table[n].exp2) - 0x3ffe; in helper_f2xm1()