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.c1477 int32_t adj_exp, num_exp, den_exp, xexp, yexp, n, texp, zexp, aexp; in helper_fpatan() local
1507 adj_exp = pi_exp; in helper_fpatan()
1513 adj_exp = 0; in helper_fpatan()
1525 adj_exp = pi_2_exp; in helper_fpatan()
1761 if (adj_exp == 0) { in helper_fpatan()
1773 if (adj_exp >= axexp) { in helper_fpatan()
1774 shift128RightJamming(axsig0, axsig1, adj_exp - axexp + 1, in helper_fpatan()
1776 rexp = adj_exp + 1; in helper_fpatan()
1783 axexp - adj_exp + 1, in helper_fpatan()