#include <format.h>
Definition at line 1237 of file format.h.
◆ carrier_uint
◆ big_divisor
const int big_divisor = 1000 |
|
static |
◆ cache_bits
const int cache_bits = 128 |
|
static |
◆ case_fc_lower_threshold
const int case_fc_lower_threshold = -4 |
|
static |
◆ case_fc_pm_half_lower_threshold
const int case_fc_pm_half_lower_threshold = -2 |
|
static |
◆ case_fc_pm_half_upper_threshold
const int case_fc_pm_half_upper_threshold = 9 |
|
static |
◆ case_fc_upper_threshold
const int case_fc_upper_threshold = 9 |
|
static |
◆ case_shorter_interval_left_endpoint_lower_threshold
const int case_shorter_interval_left_endpoint_lower_threshold = 2 |
|
static |
◆ case_shorter_interval_left_endpoint_upper_threshold
const int case_shorter_interval_left_endpoint_upper_threshold = 3 |
|
static |
◆ decimal_digits
const int decimal_digits = 17 |
|
static |
◆ divisibility_check_by_5_threshold
const int divisibility_check_by_5_threshold = 86 |
|
static |
◆ exponent_bias
const int exponent_bias = -1023 |
|
static |
◆ exponent_bits
const int exponent_bits = 11 |
|
static |
◆ kappa
◆ max_exponent
const int max_exponent = 1023 |
|
static |
◆ max_k
◆ max_trailing_zeros
const int max_trailing_zeros = 16 |
|
static |
◆ min_exponent
const int min_exponent = -1022 |
|
static |
◆ min_k
◆ shorter_interval_tie_lower_threshold
const int shorter_interval_tie_lower_threshold = -77 |
|
static |
◆ shorter_interval_tie_upper_threshold
const int shorter_interval_tie_upper_threshold = -77 |
|
static |
◆ significand_bits
const int significand_bits = 52 |
|
static |
◆ small_divisor
const int small_divisor = 100 |
|
static |