Searched refs:dExpAdjust (Results 1 – 1 of 1) sorted by relevance
242 int dExpAdjust = static_cast<int>(length - decimalPosition); in StrtodFullPrecision() local244 RAPIDJSON_ASSERT(exp >= INT_MIN + dExpAdjust); in StrtodFullPrecision()245 int dExp = exp - dExpAdjust; in StrtodFullPrecision()