IN2OSM  1.0.1
strtod.h File Reference
#include "ieee754.h"
#include "biginteger.h"
#include "diyfp.h"
#include "pow10.h"
#include <climits>
#include <limits>
Include dependency graph for strtod.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 internal
 

Functions

double FastPath (double significand, int exp)
 
double StrtodNormalPrecision (double d, int p)
 
template<typename T >
Min3 (T a, T b, T c)
 
int CheckWithinHalfULP (double b, const BigInteger &d, int dExp)
 
bool StrtodFast (double d, int p, double *result)
 
bool StrtodDiyFp (const char *decimals, int dLen, int dExp, double *result)
 
double StrtodBigInteger (double approx, const char *decimals, int dLen, int dExp)
 
double StrtodFullPrecision (double d, int p, const char *decimals, size_t length, size_t decimalPosition, int exp)