Home
last modified time | relevance | path

Searched refs:MIN_DECIMAL_EXPONENT (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
H A Ddtoa_helper.h148 static constexpr int MIN_DECIMAL_EXPONENT = -348; member in panda::ecmascript::base::DtoaHelper
274 *K = -(MIN_DECIMAL_EXPONENT + static_cast<int>(index << 3)); // 3: parameter in GetCachedPower()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
H A Ddtoa_helper.cpp39 k_ = -(MIN_DECIMAL_EXPONENT + static_cast<int>(index << 3U)); // 3: parameter in GetCachedPower()
H A Ddtoa_helper.h49 static constexpr int MIN_DECIMAL_EXPONENT = -348; member in ark::ets::intrinsics::helpers::DtoaHelper
/arkcompiler/ets_frontend/es2panda/util/
H A Dhelpers.h167 static const int32_t MIN_DECIMAL_EXPONENT = -6; member in panda::es2panda::panda::panda::es2panda::panda::panda::es2panda::panda::es2panda::panda::es2panda::util::SignedNumberLiteral::Helpers
H A Dhelpers.cpp267 } else if (numberBitCount <= 0 && numberBitCount > MIN_DECIMAL_EXPONENT) { in DoubleToString()

Completed in 6 milliseconds