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