Searched refs:hx_sign (Results 1 – 2 of 2) sorted by relevance
50 uint64_t hx_sign = hx >> 63; in __totalorderl() local52 hx ^= hx_sign >> 1; in __totalorderl()53 lx ^= hx_sign; in __totalorderl()
38 uint64_t hx_sign = hx >> 63; in __totalorderl() local40 int64_t hx_adj = hx ^ (hx_sign >> 1); in __totalorderl()