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

#include <format.h>

Public Types

using carrier_uint = uint32_t
 

Static Public Attributes

static const int exponent_bits = 8
 
static const int kappa = 1
 
static const int big_divisor = 100
 
static const int small_divisor = 10
 
static const int min_k = -31
 
static const int max_k = 46
 
static const int shorter_interval_tie_lower_threshold = -35
 
static const int shorter_interval_tie_upper_threshold = -35
 

Detailed Description

template<>
struct dragonbox::float_info< float >

Definition at line 1552 of file format.h.

Member Typedef Documentation

Definition at line 1553 of file format.h.

Member Data Documentation

const int dragonbox::float_info< float >::big_divisor = 100
static

Definition at line 1556 of file format.h.

const int dragonbox::float_info< float >::exponent_bits = 8
static

Definition at line 1554 of file format.h.

const int dragonbox::float_info< float >::kappa = 1
static

Definition at line 1555 of file format.h.

const int dragonbox::float_info< float >::max_k = 46
static

Definition at line 1559 of file format.h.

const int dragonbox::float_info< float >::min_k = -31
static

Definition at line 1558 of file format.h.

const int dragonbox::float_info< float >::shorter_interval_tie_lower_threshold = -35
static

Definition at line 1560 of file format.h.

const int dragonbox::float_info< float >::shorter_interval_tie_upper_threshold = -35
static

Definition at line 1561 of file format.h.

const int dragonbox::float_info< float >::small_divisor = 10
static

Definition at line 1557 of file format.h.


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