SoPlex Documentation
Loading...
Searching...
No Matches
cache_accessor< double > Struct 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

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

Member Typedef Documentation

◆ cache_entry_type

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

◆ carrier_uint

using carrier_uint = float_info<double>::carrier_uint

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

Member Function Documentation

◆ compute_delta()

static uint32_t compute_delta ( cache_entry_type const & cache,
int beta_minus_1 )
static

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

◆ compute_left_endpoint_for_shorter_interval_case()

static carrier_uint compute_left_endpoint_for_shorter_interval_case ( const cache_entry_type & cache,
int beta_minus_1 )
static

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

◆ compute_mul()

static carrier_uint compute_mul ( carrier_uint u,
const cache_entry_type & cache )
static

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

References detail::dragonbox::umul192_upper64().

◆ compute_mul_parity()

static bool compute_mul_parity ( carrier_uint two_f,
const cache_entry_type & cache,
int beta_minus_1 )
static

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

References FMT_ASSERT, and detail::dragonbox::umul192_middle64().

◆ compute_right_endpoint_for_shorter_interval_case()

static carrier_uint compute_right_endpoint_for_shorter_interval_case ( const cache_entry_type & cache,
int beta_minus_1 )
static

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

◆ compute_round_up_for_shorter_interval_case()

static carrier_uint compute_round_up_for_shorter_interval_case ( const cache_entry_type & cache,
int beta_minus_1 )
static

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

◆ get_cached_power()