Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/ieee754/ldbl-96/
Ds_totalorderl.c31 int16_t expx, expy; in __totalorderl() local
35 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()
Ds_totalordermagl.c31 uint16_t expx, expy; in __totalordermagl() local
35 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()