Home
last modified time | relevance | path

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

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/
A Dfloating_to_chars.cc394 get_ieee_repr(const T value) in get_ieee_repr() function
427 get_ieee_repr(const long double value) in get_ieee_repr() function
510 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()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/
A DChangeLog3143 (get_ieee_repr): Likewise. Make casts from uint_t to mantissa_t
3407 * src/c++17/floating_to_chars.cc (get_ieee_repr): Extract

Completed in 10 milliseconds