Home
last modified time | relevance | path

Searched refs:aexp (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c1161 int32_t n, aexp, bexp; in helper_f2xm1() local
1210 aexp = extractFloatx80Exp(f2xm1_coeff_0); in helper_f2xm1()
1213 aexp - extractFloatx80Exp(accum), in helper_f2xm1()
1225 aexp += extractFloatx80Exp(y) - 0x3ffe; in helper_f2xm1()
1235 aexp += extractFloatx80Exp(f2xm1_table[n].exp2) - 0x3ffe; in helper_f2xm1()
1239 if (bexp < aexp) { in helper_f2xm1()
1240 shift128RightJamming(bsig0, bsig1, aexp - bexp, in helper_f2xm1()
1242 } else if (aexp < bexp) { in helper_f2xm1()
1243 shift128RightJamming(asig0, asig1, bexp - aexp, in helper_f2xm1()
1245 aexp = bexp; in helper_f2xm1()
[all …]
/openbmc/linux/drivers/platform/surface/aggregator/
H A Dssh_request_layer.c430 ktime_t aexp = ktime_add(expires, SSH_RTL_REQUEST_TIMEOUT_RESOLUTION); in ssh_rtl_timeout_reaper_mod() local
435 if (ktime_before(aexp, rtl->rtx_timeout.expires)) { in ssh_rtl_timeout_reaper_mod()
H A Dssh_packet_layer.c667 ktime_t aexp = ktime_add(expires, SSH_PTL_PACKET_TIMEOUT_RESOLUTION); in ssh_ptl_timeout_reaper_mod() local
672 if (ktime_before(aexp, ptl->rtx_timeout.expires)) { in ssh_ptl_timeout_reaper_mod()