Home
last modified time | relevance | path

Searched refs:yexp (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
1540 yexp = xexp; in helper_fpatan()
1556 yexp = 0; in helper_fpatan()
1559 yexp = xexp - shift; in helper_fpatan()
1565 yexp = xexp - shift; in helper_fpatan()
1576 yexp = xexp - shift; in helper_fpatan()
1597 yexp = texp - shift; in helper_fpatan()
1607 if (texp == 0 || yexp == 0) { in helper_fpatan()
1608 zexp = yexp; in helper_fpatan()
1625 zexp = yexp - 1; in helper_fpatan()