NCBI C++ ToolKit
|
Go to the source code of this file.
Go to the SVN repository for this file.
Namespaces | |
rapidjson | |
main RapidJSON namespace | |
rapidjson::internal | |
Functions | |
double | rapidjson::internal::FastPath (double significand, int exp) |
double | rapidjson::internal::StrtodNormalPrecision (double d, int p) |
template<typename T > | |
T | rapidjson::internal::Min3 (T a, T b, T c) |
int | rapidjson::internal::CheckWithinHalfULP (double b, const BigInteger &d, int dExp) |
bool | rapidjson::internal::StrtodFast (double d, int p, double *result) |
bool | rapidjson::internal::StrtodDiyFp (const char *decimals, size_t length, size_t decimalPosition, int exp, double *result) |
double | rapidjson::internal::StrtodBigInteger (double approx, const char *decimals, size_t length, size_t decimalPosition, int exp) |
double | rapidjson::internal::StrtodFullPrecision (double d, int p, const char *decimals, size_t length, size_t decimalPosition, int exp) |