#include "ieee754.h"
#include "biginteger.h"
#include "diyfp.h"
#include "pow10.h"
Go to the source code of this file.
|
double | internal::FastPath (double significand, int exp) |
|
double | internal::StrtodNormalPrecision (double d, int p) |
|
template<typename T > |
T | internal::Min3 (T a, T b, T c) |
|
int | internal::CheckWithinHalfULP (double b, const BigInteger &d, int dExp) |
|
bool | internal::StrtodFast (double d, int p, double *result) |
|
bool | internal::StrtodDiyFp (const char *decimals, size_t length, size_t decimalPosition, int exp, double *result) |
|
double | internal::StrtodBigInteger (double approx, const char *decimals, size_t length, size_t decimalPosition, int exp) |
|
double | internal::StrtodFullPrecision (double d, int p, const char *decimals, size_t length, size_t decimalPosition, int exp) |
|