|
HDK
|
#include <format-inl.h>
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 |
Definition at line 345 of file format-inl.h.
| using detail::dragonbox::cache_accessor< double >::cache_entry_type = uint128_fallback |
Definition at line 347 of file format-inl.h.
| using detail::dragonbox::cache_accessor< double >::carrier_uint = float_info<double>::carrier_uint |
Definition at line 346 of file format-inl.h.
|
inlinestaticnoexcept |
Definition at line 1080 of file format-inl.h.
|
inlinestaticnoexcept |
Definition at line 1095 of file format-inl.h.
|
inlinestaticnoexcept |
Definition at line 1074 of file format-inl.h.
|
inlinestaticnoexcept |
Definition at line 1085 of file format-inl.h.
|
inlinestaticnoexcept |
Definition at line 1102 of file format-inl.h.
|
inlinestaticnoexcept |
Definition at line 1109 of file format-inl.h.
|
inlinestaticnoexcept |
Definition at line 349 of file format-inl.h.