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

#include <format-inl.h>

Classes

struct  compute_mul_parity_result
 
struct  compute_mul_result
 

Public Types

using carrier_uint = float_info< float >::carrier_uint
 
using cache_entry_type = uint64_t
 

Static Public Member Functions

static uint64_t 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 (const cache_entry_type &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< float >

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

Member Typedef Documentation

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

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

Member Function Documentation

static uint32_t detail::dragonbox::cache_accessor< float >::compute_delta ( const cache_entry_type cache,
int  beta 
)
inlinestaticnoexcept

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

static carrier_uint detail::dragonbox::cache_accessor< float >::compute_left_endpoint_for_shorter_interval_case ( const cache_entry_type cache,
int  beta 
)
inlinestaticnoexcept

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

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

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

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

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

static carrier_uint detail::dragonbox::cache_accessor< float >::compute_right_endpoint_for_shorter_interval_case ( const cache_entry_type cache,
int  beta 
)
inlinestaticnoexcept

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

static carrier_uint detail::dragonbox::cache_accessor< float >::compute_round_up_for_shorter_interval_case ( const cache_entry_type cache,
int  beta 
)
inlinestaticnoexcept

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

static uint64_t detail::dragonbox::cache_accessor< float >::get_cached_power ( int  k)
inlinestaticnoexcept

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


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