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>

Classes

struct  compute_mul_parity_result
 
struct  compute_mul_result
 

Public Types

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

Static Public Member Functions

static uint128_fallback get_cached_power (int k) noexcept
 
static compute_mul_result compute_mul (carrier_uint u, const cache_entry_type &cache) noexcept
 
static uint32_t compute_delta (cache_entry_type const &cache, int beta) noexcept
 
static compute_mul_parity_result compute_mul_parity (carrier_uint two_f, const cache_entry_type &cache, int beta) noexcept
 
static carrier_uint compute_left_endpoint_for_shorter_interval_case (const cache_entry_type &cache, int beta) noexcept
 
static carrier_uint compute_right_endpoint_for_shorter_interval_case (const cache_entry_type &cache, int beta) noexcept
 
static carrier_uint compute_round_up_for_shorter_interval_case (const cache_entry_type &cache, int beta) noexcept
 

Detailed Description

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

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

Member Typedef Documentation

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

Definition at line 346 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 
)
inlinestaticnoexcept

Definition at line 1080 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 
)
inlinestaticnoexcept

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

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

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

static compute_mul_parity_result detail::dragonbox::cache_accessor< double >::compute_mul_parity ( carrier_uint  two_f,
const cache_entry_type cache,
int  beta 
)
inlinestaticnoexcept

Definition at line 1085 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 
)
inlinestaticnoexcept

Definition at line 1102 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 
)
inlinestaticnoexcept

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

static uint128_fallback detail::dragonbox::cache_accessor< double >::get_cached_power ( int  k)
inlinestaticnoexcept

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


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