Rosetta
|
#include <format.h>
Additional Inherited Members | |
![]() | |
using | digit_pair = char[2] |
![]() | |
static const uint64_t | powers_of_10_64 [] |
static const uint32_t | zero_or_powers_of_10_32_new [] |
static const uint64_t | zero_or_powers_of_10_64_new [] |
static const uint64_t | grisu_pow10_significands [] |
static const int16_t | grisu_pow10_exponents [] |
static const divtest_table_entry< uint32_t > | divtest_table_for_pow5_32 [] |
static const divtest_table_entry< uint64_t > | divtest_table_for_pow5_64 [] |
static const uint64_t | dragonbox_pow10_significands_64 [] |
static const uint128_wrapper | dragonbox_pow10_significands_128 [] |
static const uint64_t | log10_2_significand = 0x4d104d427de7fbcc |
static const uint64_t | powers_of_5_64 [] |
static const uint32_t | dragonbox_pow10_recovery_errors [] |
static const digit_pair | digits [] |
static const char | hex_digits [] = "0123456789abcdef" |
static const char | foreground_color [] = "\x1b[38;2;" |
static const char | background_color [] = "\x1b[48;2;" |
static const char | reset_color [5] = "\x1b[0m" |
static const wchar_t | wreset_color [5] = L"\x1b[0m" |
static const char | signs [] = {0, '-', '+', ' '} |
static const char | left_padding_shifts [5] = {31, 31, 0, 1, 0} |
static const char | right_padding_shifts [5] = {0, 31, 0, 1, 0} |
static const uint32_t | zero_or_powers_of_10_32 [] |
static const uint64_t | zero_or_powers_of_10_64 [] |