Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
Gray::cFloatDeco Member List

This is the complete list of members for Gray::cFloatDeco, including all inherited members.

cFloatDeco() noexceptGray::cFloatDecoinline
cFloatDeco(UINT64 uMan, int iExp2) noexceptGray::cFloatDecoinline
cFloatDeco(double d) noexceptGray::cFloatDecoinline
FormatE(char *pszOut, StrLen_t nMantLength, int nExp10, char chE)Gray::cFloatDecostatic
FormatF(char *pszOut, StrLen_t nMantLength, int nExp10, int iDecPlacesWanted)Gray::cFloatDecostatic
GetCachedPower(int nExp2, OUT int *pnExp10)Gray::cFloatDecostatic
GetCountDecimalDigit32(UINT32 n) noexceptGray::cFloatDecoinlinestatic
Grisu2(double dVal, char *pszOut, OUT int *pnExp10)Gray::cFloatDecostatic
GrisuRound(char *pszOut, StrLen_t len, UINT64 delta, UINT64 rest, UINT64 ten_kappa, UINT64 wp_w)Gray::cFloatDecostatic
k_Exp10Gray::cFloatDecostatic
k_MANT_MASK_XGray::cFloatDecostatic
k_PowersOf10Gray::cFloatDecostatic
m_iExp2Gray::cFloatDeco
m_uMantGray::cFloatDeco
MantAdjust(char *pszOut, StrLen_t nMantLength, StrLen_t nMantLengthNew)Gray::cFloatDecostatic
MantRound(char *pszOut, StrLen_t nMantLength)Gray::cFloatDecostatic
Normalize() constGray::cFloatDecoinline
NormalizedBoundaries(cFloatDeco *minus, cFloatDeco *plus) constGray::cFloatDecoinline
operator*(const cFloatDeco &rhs) constGray::cFloatDecoinline
operator-(const cFloatDeco &rhs) constGray::cFloatDecoinline
toDouble(UINT32 frac1, UINT32 frac2, int nExp10)Gray::cFloatDecostatic