|
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 |
|