Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dfpu_helper.c820 int e_a = ppc_float64_get_unbiased_exp(fra); in helper_FTDIV() local
829 (((e_a - e_b) >= 1023) || in helper_FTDIV()
830 ((e_a - e_b) <= -1021) || in helper_FTDIV()
831 (e_a <= -970))) { in helper_FTDIV()
1940 int e_a = ppc_##tp##_get_unbiased_exp(xa->fld); \
1949 (((e_a - e_b) >= emax) || \
1950 ((e_a - e_b) <= (emin + 1)) || \
1951 (e_a <= (emin + nbits)))) { \