Searched refs:hy_sign (Results 1 – 2 of 2) sorted by relevance
51 uint64_t hy_sign = hy >> 63; in __totalorderl() local54 hy ^= hy_sign >> 1; in __totalorderl()55 ly ^= hy_sign; in __totalorderl()
39 uint64_t hy_sign = hy >> 63; in __totalorderl() local41 int64_t hy_adj = hy ^ (hy_sign >> 1); in __totalorderl()
Completed in 3 milliseconds