Home
last modified time | relevance | path

Searched refs:exp0 (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/
H A Dudp_tunnel_nic.sh189 while ! check_table 0 exp0 $((retries == 0)); do
275 exp0=( 0 0 0 0 )
280 exp0=( `mke 4789 1` 0 0 0 )
285 exp0=( 0 0 0 0 )
291 exp0=( `mke 4789 1` 0 0 0 )
301 exp0=( `mke 4789 1` `mke 4790 1` 0 0 )
311 exp0=( 0 0 0 0 )
317 exp0=( `mke 4789 1` `mke 4790 1` 0 0 )
324 exp0=( 0 0 0 0 )
357 exp0=( 0 0 0 0 ) # sleep is longer than out wait
[all …]
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dfile-io-error.out16 'id': 'exp0',
27 'arguments': {'id': 'exp0'}}
29 …: TIMESTAMP, "microseconds": TIMESTAMP}, "event": "BLOCK_EXPORT_DELETED", "data": {"id": "exp0"}}
/openbmc/linux/arch/x86/math-emu/
H A Dreg_compare.c26 int diff, exp0, expb; in compare() local
127 exp0 = exponent16(st0_ptr); in compare()
130 exp0 = exponent(st0_ptr); in compare()
141 diff = exp0 - expb; in compare()
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c1838 int exp0, exp1, expdiff; in helper_fprem_common() local
1842 exp0 = EXPD(temp0); in helper_fprem_common()
1847 exp0 == 0x7fff || exp1 == 0x7fff || in helper_fprem_common()
1851 if (exp0 == 0) { in helper_fprem_common()
1852 exp0 = 1 - clz64(temp0.l.lower); in helper_fprem_common()
1857 expdiff = exp0 - exp1; in helper_fprem_common()