Home
last modified time | relevance | path

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

/sysdeps/ieee754/ldbl-128/
A Ds_roundevenl.c37 uint64_t hx, lx, uhx; in __roundevenl()
39 uhx = hx & 0x7fffffffffffffffULL; in __roundevenl()
40 int exponent = uhx >> (MANT_DIG - 1 - 64); in __roundevenl()
94 else if (exponent == BIAS - 1 && (uhx > 0x3ffe000000000000ULL || lx != 0)) in __roundevenl()
A Ds_totalorderl.c35 uint64_t uhx = hx & 0x7fffffffffffffffULL; in __totalorderl() local
41 if ((uhx > 0x7fff000000000000ULL || (uhx == 0x7fff000000000000ULL in __totalorderl()

Completed in 13 milliseconds