Searched refs:uhx (Results 1 – 2 of 2) sorted by relevance
37 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()
35 uint64_t uhx = hx & 0x7fffffffffffffffULL; in __totalorderl() local41 if ((uhx > 0x7fff000000000000ULL || (uhx == 0x7fff000000000000ULL in __totalorderl()
Completed in 13 milliseconds