WPILibC++ 2024.3.2
|
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 |
using detail::dragonbox::cache_accessor< double >::cache_entry_type = uint128_fallback |
using detail::dragonbox::cache_accessor< double >::carrier_uint = float_info<double>::carrier_uint |
|
inlinestaticnoexcept |
|
inlinestaticnoexcept |
|
inlinestaticnoexcept |
|
inlinestaticnoexcept |
|
inlinestaticnoexcept |
|
inlinestaticnoexcept |
|
inlinestaticnoexcept |