Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp167 const int MAX_EXPONENT_DIGIT = 6; in DoubleToPrecision() local
168 if ((logDigit >= 0 && radixDigit >= 0) || (logDigit < 0 && radixDigit <= MAX_EXPONENT_DIGIT)) { in DoubleToPrecision()