Home
last modified time | relevance | path

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

/sysdeps/ieee754/ldbl-128/
A Ds_totalorderl.c51 uint64_t hy_sign = hy >> 63; in __totalorderl() local
54 hy ^= hy_sign >> 1; in __totalorderl()
55 ly ^= hy_sign; in __totalorderl()
/sysdeps/ieee754/ldbl-128ibm/
A Ds_totalorderl.c39 uint64_t hy_sign = hy >> 63; in __totalorderl() local
41 int64_t hy_adj = hy ^ (hy_sign >> 1); in __totalorderl()

Completed in 3 milliseconds