Searched refs:get_ieee_repr (Results 1 – 2 of 2) sorted by relevance
394 get_ieee_repr(const T value) in get_ieee_repr() function427 get_ieee_repr(const long double value) in get_ieee_repr() function510 const auto [mantissa, exponent, sign] = get_ieee_repr(value); in floating_to_shortest_scientific()713 const auto [ieee_mantissa, biased_exponent, sign] = get_ieee_repr(value); in __floating_to_chars_hex()1136 const auto [mantissa, biased_exponent, sign] = get_ieee_repr(value); in __floating_to_chars_precision()
3143 (get_ieee_repr): Likewise. Make casts from uint_t to mantissa_t3407 * src/c++17/floating_to_chars.cc (get_ieee_repr): Extract
Completed in 9 milliseconds