|
static Float | FromFP (uint64_t f, int e) |
|
|
static constexpr int const | kExpBias = IEEEType::kExponentBias + IEEEType::kSignificandLen |
|
static constexpr int const | kDenormalExp = 1 - kExpBias |
|
static constexpr int const | kMaxExp = IEEEType::kMaxExponent - kExpBias |
|
template<typename Float>
struct util::dtoa::FpTraits< Float >
Definition at line 111 of file float2decimal.h.
The documentation for this struct was generated from the following file: