Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c1452 int32_t adj_exp, num_exp, den_exp, xexp, yexp, n, texp, zexp, aexp; in helper_fpatan() local
1510 xexp = num_exp - den_exp + 0x3ffe; in helper_fpatan()
1515 ++xexp; in helper_fpatan()
1535 false, xexp + 3, xsig0, in helper_fpatan()
1540 yexp = xexp; in helper_fpatan()
1550 if (texp == xexp) { in helper_fpatan()
1559 yexp = xexp - shift; in helper_fpatan()
1565 yexp = xexp - shift; in helper_fpatan()
1576 yexp = xexp - shift; in helper_fpatan()
1588 shift128RightJamming(xsig0, xsig1, texp - xexp, in helper_fpatan()
[all …]