Searched refs:expx (Results 1 – 2 of 2) sorted by relevance
31 int16_t expx, expy; in __totalorderl() local34 GET_LDOUBLE_WORDS (expx, hx, lx, *x); in __totalorderl()43 if ((expx & 0x7fff) == 0x7fff) in __totalorderl()51 uint32_t x_sign = expx >> 15; in __totalorderl()53 expx ^= x_sign >> 17; in __totalorderl()59 return expx < expy || (expx == expy && (hx < hy || (hx == hy && lx <= ly))); in __totalorderl()
31 uint16_t expx, expy; in __totalordermagl() local34 GET_LDOUBLE_WORDS (expx, hx, lx, *x); in __totalordermagl()36 expx &= 0x7fff; in __totalordermagl()45 if (expx == 0x7fff) in __totalordermagl()53 return expx < expy || (expx == expy && (hx < hy || (hx == hy && lx <= ly))); in __totalordermagl()