Home
last modified time | relevance | path

Searched refs:adj_exp (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
1482 adj_exp = pi_exp; in helper_fpatan()
1488 adj_exp = 0; in helper_fpatan()
1500 adj_exp = pi_2_exp; in helper_fpatan()
1736 if (adj_exp == 0) { in helper_fpatan()
1748 if (adj_exp >= axexp) { in helper_fpatan()
1749 shift128RightJamming(axsig0, axsig1, adj_exp - axexp + 1, in helper_fpatan()
1751 rexp = adj_exp + 1; in helper_fpatan()
1758 axexp - adj_exp + 1, in helper_fpatan()