Home
last modified time | relevance | path

Searched defs:exponent (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_math.cpp82 int exponent = Exponent(d64); local
/arkcompiler/ets_runtime/ecmascript/base/
H A Ddtoa_helper.cpp299 void DtoaHelper::FillFractionals(uint64_t fractionals, int exponent, int fractional_count, in FillFractionals() argument
402 significand <<= exponent; global() local
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
H A Dets_intrinsics_helpers.cpp183 int exponent = 0; in StringToDouble() local
H A Dets_intrinsics_helpers.h72 uint16_t exponent : coretypes::DOUBLE_EXPONENT_SIZE; member
107 inline double PowHelper(uint64_t number, int16_t exponent, uint8_t radix) in PowHelper() argument
188 inline double Strtod(const char *str, int exponent, uint8_t radix) in Strtod() argument
[all...]
/arkcompiler/ets_frontend/es2panda/util/
H A Dhelpers.cpp182 int32_t exponent = atoi(sciNotationArray + significandBitCount + 1 + (significandBitCount > 1)); in GetScientificNotationForDouble() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_bigint_test.cpp591 JSHandle<BigInt> exponent = BigInt::Int32ToBigInt(thread, 64); // 64 : bits in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.cpp338 JSTaggedValue SlowRuntimeStub::Exp(JSThread *thread, JSTaggedValue base, JSTaggedValue exponent) in Exp() argument
H A Dinterpreter-inl.cpp2175 JSTaggedValue exponent = GET_ACC(); in RunInternal() local
/arkcompiler/ets_runtime/ecmascript/
H A Djs_bigint.cpp1056 JSHandle<BigInt> BigInt::Exponentiate(JSThread *thread, JSHandle<BigInt> base, JSHandle<BigInt> exponent) in Exponentiate() argument
1543 JSHandle<BigInt> exponent = Uint64ToBigInt(thread, bit); in AsUintN() local
1565 JSHandle<BigInt> exponent = Int64ToBigInt(thread, bit - 1); in AsintN() local
1582 CalculateNumber(const uint64_t &sign, const uint64_t &mantissa, uint64_t &exponent) CalculateNumber() argument
1594 Rounding(const uint64_t &sign, uint64_t &mantissa, uint64_t &exponent, bool needRound) Rounding() argument
1631 uint64_t exponent = static_cast<uint64_t>(bigintBitLen - 1); BigIntToNumber() local
[all...]
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h83 JSTaggedValue RuntimeStubs::RuntimeExp(JSThread *thread, JSTaggedValue base, JSTaggedValue exponent) in RuntimeExp() argument

Completed in 38 milliseconds