Lines Matching refs:esx
30 int32_t esx; in __nextupl() local
32 GET_LDOUBLE_WORDS (esx, hx, lx, x); in __nextupl()
33 ix = esx & 0x7fff; in __nextupl()
39 if (esx >= 0) in __nextupl()
48 if (hx == 0 || (esx == 0 && hx == 0x80000000)) in __nextupl()
53 esx += 1; in __nextupl()
63 if (hx <= 0x80000000 && esx != 0xffff8000) in __nextupl()
65 esx -= 1; in __nextupl()
67 if ((esx & 0x7fff) > 0) in __nextupl()
76 esx -= 1; in __nextupl()
82 SET_LDOUBLE_WORDS (x, esx, hx, lx); in __nextupl()