Searched refs:MAX_EXPONENT (Results 1 – 1 of 1) sorted by relevance
587 constexpr int MAX_EXPONENT = INT32_MAX / 2; in StringToDouble() local598 if (additionalExponent > static_cast<int>(MAX_EXPONENT / radix)) { in StringToDouble()599 additionalExponent = MAX_EXPONENT; in StringToDouble()