Home
last modified time | relevance | path

Searched refs:expx (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
34 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()
Ds_totalordermagl.c31 uint16_t expx, expy; in __totalordermagl() local
34 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()