Home
last modified time | relevance | path

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

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/
A Dfloating_to_chars.cc839 int written_hexits = 0; in __floating_to_chars_hex() local
853 ++written_hexits; in __floating_to_chars_hex()
857 __glibcxx_assert(written_hexits <= effective_precision); in __floating_to_chars_hex()
859 if (int remaining_hexits = effective_precision - written_hexits) in __floating_to_chars_hex()

Completed in 4 milliseconds