Home
last modified time | relevance | path

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

/sysdeps/ieee754/ldbl-128/
A 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()
/sysdeps/ieee754/ldbl-128ibm/
A Ds_totalorderl.c38 uint64_t hx_sign = hx >> 63; in __totalorderl() local
40 int64_t hx_adj = hx ^ (hx_sign >> 1); in __totalorderl()

Completed in 3 milliseconds