Home
last modified time | relevance | path

Searched refs:MAX_EXPONENT (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp587 constexpr int MAX_EXPONENT = INT32_MAX / 2; in StringToDouble() local
598 if (additionalExponent > static_cast<int>(MAX_EXPONENT / radix)) { in StringToDouble()
599 additionalExponent = MAX_EXPONENT; in StringToDouble()