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

#include <format-inl.h>

Public Types

using carrier_uint = float_info< double >::carrier_uint
 
using cache_entry_type = uint128_wrapper
 

Static Public Member Functions

static uint128_wrapper get_cached_power (int k) FMT_NOEXCEPT
 
static carrier_uint compute_mul (carrier_uint u, const cache_entry_type &cache) FMT_NOEXCEPT
 
static uint32_t compute_delta (cache_entry_type const &cache, int beta_minus_1) FMT_NOEXCEPT
 
static bool compute_mul_parity (carrier_uint two_f, const cache_entry_type &cache, int beta_minus_1) FMT_NOEXCEPT
 
static carrier_uint compute_left_endpoint_for_shorter_interval_case (const cache_entry_type &cache, int beta_minus_1) FMT_NOEXCEPT
 
static carrier_uint compute_right_endpoint_for_shorter_interval_case (const cache_entry_type &cache, int beta_minus_1) FMT_NOEXCEPT
 
static carrier_uint compute_round_up_for_shorter_interval_case (const cache_entry_type &cache, int beta_minus_1) FMT_NOEXCEPT
 

Detailed Description

template<>
struct detail::dragonbox::cache_accessor< double >

Definition at line 1119 of file format-inl.h.

Member Typedef Documentation

using detail::dragonbox::cache_accessor< double >::carrier_uint = float_info<double>::carrier_uint

Definition at line 1120 of file format-inl.h.

Member Function Documentation

static uint32_t detail::dragonbox::cache_accessor< double >::compute_delta ( cache_entry_type const cache,
int  beta_minus_1 
)
inlinestatic

Definition at line 1849 of file format-inl.h.

static carrier_uint detail::dragonbox::cache_accessor< double >::compute_left_endpoint_for_shorter_interval_case ( const cache_entry_type cache,
int  beta_minus_1 
)
inlinestatic

Definition at line 1863 of file format-inl.h.

static carrier_uint detail::dragonbox::cache_accessor< double >::compute_mul ( carrier_uint  u,
const cache_entry_type cache 
)
inlinestatic

Definition at line 1844 of file format-inl.h.

static bool detail::dragonbox::cache_accessor< double >::compute_mul_parity ( carrier_uint  two_f,
const cache_entry_type cache,
int  beta_minus_1 
)
inlinestatic

Definition at line 1854 of file format-inl.h.

static carrier_uint detail::dragonbox::cache_accessor< double >::compute_right_endpoint_for_shorter_interval_case ( const cache_entry_type cache,
int  beta_minus_1 
)
inlinestatic

Definition at line 1870 of file format-inl.h.

static carrier_uint detail::dragonbox::cache_accessor< double >::compute_round_up_for_shorter_interval_case ( const cache_entry_type cache,
int  beta_minus_1 
)
inlinestatic

Definition at line 1877 of file format-inl.h.

static uint128_wrapper detail::dragonbox::cache_accessor< double >::get_cached_power ( int  k)
inlinestatic

Definition at line 1123 of file format-inl.h.


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