Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/ieee754/ldbl-128/
Ds_totalorderl.c50 uint64_t hx_sign = hx >> 63; in __totalorderl() local
52 hx ^= hx_sign >> 1; in __totalorderl()
53 lx ^= hx_sign; in __totalorderl()
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm/
Ds_totalorderl.c38 uint64_t hx_sign = hx >> 63; in __totalorderl() local
40 int64_t hx_adj = hx ^ (hx_sign >> 1); in __totalorderl()