Searched refs:MIN_DECIMAL_EXPONENT (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/base/ | ||
H A D | dtoa_helper.h | 148 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 D | dtoa_helper.cpp | 39 k_ = -(MIN_DECIMAL_EXPONENT + static_cast<int>(index << 3U)); // 3: parameter in GetCachedPower() |
H A D | dtoa_helper.h | 49 static constexpr int MIN_DECIMAL_EXPONENT = -348; member in ark::ets::intrinsics::helpers::DtoaHelper |
/arkcompiler/ets_frontend/es2panda/util/ | ||
H A D | helpers.h | 167 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 D | helpers.cpp | 267 } else if (numberBitCount <= 0 && numberBitCount > MIN_DECIMAL_EXPONENT) { in DoubleToString() |
Completed in 6 milliseconds