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 exponent_bits = 11
 
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 = 341
 
static const int shorter_interval_tie_lower_threshold = -77
 
static const int shorter_interval_tie_upper_threshold = -77
 

Detailed Description

template<>
struct dragonbox::float_info< double >

Definition at line 1564 of file format.h.

Member Typedef Documentation

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

Definition at line 1565 of file format.h.

Member Data Documentation

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

Definition at line 1568 of file format.h.

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

Definition at line 1566 of file format.h.

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

Definition at line 1567 of file format.h.

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

Definition at line 1571 of file format.h.

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

Definition at line 1570 of file format.h.

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

Definition at line 1572 of file format.h.

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

Definition at line 1573 of file format.h.

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

Definition at line 1569 of file format.h.


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