Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/ieee754/ldbl-96/
Ds_totalorderl.c52 uint32_t y_sign = expy >> 15; in __totalorderl() local
56 expy ^= y_sign >> 17; in __totalorderl()
57 hy ^= y_sign; in __totalorderl()
58 ly ^= y_sign; in __totalorderl()
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm/
Ds_totalordermagl.c39 uint64_t y_sign = hy & 0x8000000000000000ULL; in __totalordermagl() local
41 hy ^= y_sign; in __totalordermagl()
57 ly ^= y_sign; in __totalordermagl()