![]() |
WPILibC++ 2027.0.0-alpha-3
|
Classes | |
| struct | cache_accessor |
| struct | cache_accessor< double > |
| struct | cache_accessor< float > |
| struct | decimal_fp |
| struct | div_small_pow10_infos_struct |
| struct | float_info |
| struct | float_info< double > |
| struct | float_info< float > |
| struct | float_info< T, enable_if_t< is_double_double< T >::value > > |
| struct | float_info< T, enable_if_t< std::numeric_limits< T >::digits==64||std::numeric_limits< T >::digits==113||is_float128< T >::value > > |
Functions | |
| auto | floor_log10_pow2 (int e) noexcept -> int |
| auto | floor_log2_pow10 (int e) noexcept -> int |
| auto | umul128_upper64 (uint64_t x, uint64_t y) noexcept -> uint64_t |
| auto | umul192_upper128 (uint64_t x, uint128_fallback y) noexcept -> uint128_fallback |
| FMT_API auto | get_cached_power (int k) noexcept -> uint128_fallback |
| template<typename T > | |
| FMT_API auto | to_decimal (T x) noexcept -> decimal_fp< T > |
| auto | umul96_upper64 (uint32_t x, uint64_t y) noexcept -> uint64_t |
| auto | umul192_lower128 (uint64_t x, uint128_fallback y) noexcept -> uint128_fallback |
| auto | umul96_lower64 (uint32_t x, uint64_t y) noexcept -> uint64_t |
| auto | floor_log10_pow2_minus_log10_4_over_3 (int e) noexcept -> int |
| template<int N> | |
| auto | check_divisibility_and_divide_by_pow10 (uint32_t &n) noexcept -> bool |
| template<int N> | |
| auto | small_division_by_pow10 (uint32_t n) noexcept -> uint32_t |
| auto | divide_by_10_to_kappa_plus_1 (uint32_t n) noexcept -> uint32_t |
| auto | divide_by_10_to_kappa_plus_1 (uint64_t n) noexcept -> uint64_t |
| template<typename T > | |
| auto | is_left_endpoint_integer_shorter_interval (int exponent) noexcept -> bool |
| FMT_INLINE auto | remove_trailing_zeros (uint32_t &n, int s=0) noexcept -> int |
| FMT_INLINE auto | remove_trailing_zeros (uint64_t &n) noexcept -> int |
| template<typename T > | |
| FMT_INLINE auto | shorter_interval_case (int exponent) noexcept -> decimal_fp< T > |
| template<typename T > | |
| auto | to_decimal (T x) noexcept -> decimal_fp< T > |
Variables | |
| FMT_INLINE_VARIABLE constexpr struct detail::dragonbox::div_small_pow10_infos_struct | div_small_pow10_infos [] = {{10, 16}, {100, 16}} |
|
noexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
| FMT_INLINE_VARIABLE constexpr struct detail::dragonbox::div_small_pow10_infos_struct detail::dragonbox::div_small_pow10_infos[] = {{10, 16}, {100, 16}} |