HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
dragonbox::float_info< double > Struct Template Reference

#include <format.h>

Public Types

using carrier_uint = uint64_t
 

Static Public Attributes

static const int significand_bits = 52
 
static const int exponent_bits = 11
 
static const int min_exponent = -1022
 
static const int max_exponent = 1023
 
static const int exponent_bias = -1023
 
static const int decimal_digits = 17
 
static const int kappa = 2
 
static const int big_divisor = 1000
 
static const int small_divisor = 100
 
static const int min_k = -292
 
static const int max_k = 326
 
static const int cache_bits = 128
 
static const int divisibility_check_by_5_threshold = 86
 
static const int case_fc_pm_half_lower_threshold = -2
 
static const int case_fc_pm_half_upper_threshold = 9
 
static const int case_fc_lower_threshold = -4
 
static const int case_fc_upper_threshold = 9
 
static const int case_shorter_interval_left_endpoint_lower_threshold = 2
 
static const int case_shorter_interval_left_endpoint_upper_threshold = 3
 
static const int shorter_interval_tie_lower_threshold = -77
 
static const int shorter_interval_tie_upper_threshold = -77
 
static const int max_trailing_zeros = 16
 

Detailed Description

template<>
struct dragonbox::float_info< double >

Definition at line 1181 of file format.h.

Member Typedef Documentation

using dragonbox::float_info< double >::carrier_uint = uint64_t

Definition at line 1182 of file format.h.

Member Data Documentation

const int dragonbox::float_info< double >::big_divisor = 1000
static

Definition at line 1190 of file format.h.

const int dragonbox::float_info< double >::cache_bits = 128
static

Definition at line 1194 of file format.h.

const int dragonbox::float_info< double >::case_fc_lower_threshold = -4
static

Definition at line 1198 of file format.h.

const int dragonbox::float_info< double >::case_fc_pm_half_lower_threshold = -2
static

Definition at line 1196 of file format.h.

const int dragonbox::float_info< double >::case_fc_pm_half_upper_threshold = 9
static

Definition at line 1197 of file format.h.

const int dragonbox::float_info< double >::case_fc_upper_threshold = 9
static

Definition at line 1199 of file format.h.

const int dragonbox::float_info< double >::case_shorter_interval_left_endpoint_lower_threshold = 2
static

Definition at line 1200 of file format.h.

const int dragonbox::float_info< double >::case_shorter_interval_left_endpoint_upper_threshold = 3
static

Definition at line 1201 of file format.h.

const int dragonbox::float_info< double >::decimal_digits = 17
static

Definition at line 1188 of file format.h.

const int dragonbox::float_info< double >::divisibility_check_by_5_threshold = 86
static

Definition at line 1195 of file format.h.

const int dragonbox::float_info< double >::exponent_bias = -1023
static

Definition at line 1187 of file format.h.

const int dragonbox::float_info< double >::exponent_bits = 11
static

Definition at line 1184 of file format.h.

const int dragonbox::float_info< double >::kappa = 2
static

Definition at line 1189 of file format.h.

const int dragonbox::float_info< double >::max_exponent = 1023
static

Definition at line 1186 of file format.h.

const int dragonbox::float_info< double >::max_k = 326
static

Definition at line 1193 of file format.h.

const int dragonbox::float_info< double >::max_trailing_zeros = 16
static

Definition at line 1204 of file format.h.

const int dragonbox::float_info< double >::min_exponent = -1022
static

Definition at line 1185 of file format.h.

const int dragonbox::float_info< double >::min_k = -292
static

Definition at line 1192 of file format.h.

const int dragonbox::float_info< double >::shorter_interval_tie_lower_threshold = -77
static

Definition at line 1202 of file format.h.

const int dragonbox::float_info< double >::shorter_interval_tie_upper_threshold = -77
static

Definition at line 1203 of file format.h.

const int dragonbox::float_info< double >::significand_bits = 52
static

Definition at line 1183 of file format.h.

const int dragonbox::float_info< double >::small_divisor = 100
static

Definition at line 1191 of file format.h.


The documentation for this struct was generated from the following file: