Public Types | Static Public Member Functions | Static Public Attributes | List of all members
util::dtoa::FpTraits< Float > Struct Template Reference

Public Types

using IEEEType = IEEEFloat< Float >
 

Static Public Member Functions

static Float FromFP (uint64_t f, int e)
 

Static Public Attributes

static constexpr int const kExpBias = IEEEType::kExponentBias + IEEEType::kSignificandLen
 
static constexpr int const kDenormalExp = 1 - kExpBias
 
static constexpr int const kMaxExp = IEEEType::kMaxExponent - kExpBias
 

Detailed Description

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: