spdlog
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | List of all members
detail::dragonbox::cache_accessor< float > Struct Reference

Detailed Description

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

#include <format-inl.h>

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) FMT_NOEXCEPT
 
static carrier_uint compute_mul (carrier_uint u, const cache_entry_type &cache) FMT_NOEXCEPT
 
static uint32_t compute_delta (const cache_entry_type &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
 

Member Typedef Documentation

◆ cache_entry_type

using detail::dragonbox::cache_accessor< float >::cache_entry_type = uint64_t

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

◆ carrier_uint

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

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

Member Function Documentation

◆ compute_delta()

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

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

◆ compute_left_endpoint_for_shorter_interval_case()

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

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

◆ compute_mul()

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

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

◆ compute_mul_parity()

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

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

◆ compute_right_endpoint_for_shorter_interval_case()

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

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

◆ compute_round_up_for_shorter_interval_case()

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

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

◆ get_cached_power()

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

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


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