Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/ieee754/flt-32/
Ds_totalorderf.c45 uint32_t iy_sign = iy >> 31; in __totalorderf() local
47 iy ^= iy_sign >> 1; in __totalorderf()
/glibc-2.36/sysdeps/ieee754/dbl-64/
Ds_totalorder.c46 uint64_t iy_sign = iy >> 63; in __totalorder() local
48 iy ^= iy_sign >> 1; in __totalorder()