Searched refs:expy (Results 1 – 2 of 2) sorted by relevance
31 int16_t expx, expy; in __totalorderl() local35 GET_LDOUBLE_WORDS (expy, hy, ly, *y); in __totalorderl()45 if ((expy & 0x7fff) == 0x7fff) in __totalorderl()52 uint32_t y_sign = expy >> 15; in __totalorderl()56 expy ^= y_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() local35 GET_LDOUBLE_WORDS (expy, hy, ly, *y); in __totalordermagl()37 expy &= 0x7fff; in __totalordermagl()47 if (expy == 0x7fff) in __totalordermagl()53 return expx < expy || (expx == expy && (hx < hy || (hx == hy && lx <= ly))); in __totalordermagl()