Searched defs:dLen (Results 1 – 1 of 1) sorted by relevance
132 inline bool StrtodDiyFp(const Ch* decimals, int dLen, int dExp, double* result) { in StrtodDiyFp()210 inline double StrtodBigInteger(double approx, const Ch* decimals, int dLen, int dExp) { in StrtodBigInteger()238 int dLen = static_cast<int>(length); in StrtodFullPrecision() local