Home
last modified time | relevance | path

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

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/
A Dfloating_to_chars.cc441 uint64_t mantissa_hi = value_hi & ((1ull << 52) - 1); in get_ieee_repr() local
470 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