HDK
|
Functions | |
int | floor_log10_pow2 (int e) noexcept |
int | floor_log2_pow10 (int e) noexcept |
uint64_t | umul128_upper64 (uint64_t x, uint64_t y) noexcept |
uint128_fallback | umul192_upper128 (uint64_t x, uint128_fallback y) noexcept |
FMT_API uint128_fallback | get_cached_power (int k) noexcept |
template<typename T > | |
FMT_API auto | to_decimal (T x) noexcept-> decimal_fp< T > |
Definition at line 1117 of file format-inl.h.
|
noexcept |
Definition at line 1256 of file format-inl.h.
|
inlinenoexcept |