![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
This is the complete list of members for Gray::cFloatDeco, including all inherited members.
cFloatDeco() noexcept | Gray::cFloatDeco | inline |
cFloatDeco(UINT64 uMan, int iExp2) noexcept | Gray::cFloatDeco | inline |
cFloatDeco(double d) noexcept | Gray::cFloatDeco | inline |
FormatE(char *pszOut, StrLen_t nMantLength, int nExp10, char chE) | Gray::cFloatDeco | static |
FormatF(char *pszOut, StrLen_t nMantLength, int nExp10, int iDecPlacesWanted) | Gray::cFloatDeco | static |
GetCachedPower(int nExp2, OUT int *pnExp10) | Gray::cFloatDeco | static |
GetCountDecimalDigit32(UINT32 n) noexcept | Gray::cFloatDeco | inlinestatic |
Grisu2(double dVal, char *pszOut, OUT int *pnExp10) | Gray::cFloatDeco | static |
GrisuRound(char *pszOut, StrLen_t len, UINT64 delta, UINT64 rest, UINT64 ten_kappa, UINT64 wp_w) | Gray::cFloatDeco | static |
k_Exp10 | Gray::cFloatDeco | static |
k_MANT_MASK_X | Gray::cFloatDeco | static |
k_PowersOf10 | Gray::cFloatDeco | static |
m_iExp2 | Gray::cFloatDeco | |
m_uMant | Gray::cFloatDeco | |
MantAdjust(char *pszOut, StrLen_t nMantLength, StrLen_t nMantLengthNew) | Gray::cFloatDeco | static |
MantRound(char *pszOut, StrLen_t nMantLength) | Gray::cFloatDeco | static |
Normalize() const | Gray::cFloatDeco | inline |
NormalizedBoundaries(cFloatDeco *minus, cFloatDeco *plus) const | Gray::cFloatDeco | inline |
operator*(const cFloatDeco &rhs) const | Gray::cFloatDeco | inline |
operator-(const cFloatDeco &rhs) const | Gray::cFloatDeco | inline |
toDouble(UINT32 frac1, UINT32 frac2, int nExp10) | Gray::cFloatDeco | static |