Searched refs:mantissa_hi (Results 1 – 1 of 1) sorted by relevance
441 uint64_t mantissa_hi = value_hi & ((1ull << 52) - 1); in get_ieee_repr() local470 if (mantissa_hi == 0) in get_ieee_repr()472 mantissa_hi = 0xffffffffffffeLL | (mantissa_lo >> 59); in get_ieee_repr()477 mantissa_hi--; in get_ieee_repr()482 ieee_repr.mantissa = ((uint128_t{mantissa_hi} << 64) in get_ieee_repr()
Completed in 5 milliseconds