Home
last modified time | relevance | path

Searched defs:exponent (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp525 int exponent = 0; in StringToDouble() local
623 double NumberHelper::Strtod(const char *str, int exponent, uint8_t radix) in Strtod()
Djson_parser.h698 uint32_t exponent = UNICODE_DIGIT_LENGTH; in ConvertStringUnicode() local
/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp977 …le<BigInt> BigInt::Exponentiate(JSThread *thread, JSHandle<BigInt> base, JSHandle<BigInt> exponent) in Exponentiate()
1442 JSHandle<BigInt> exponent = Int32ToBigInt(thread, bit); in AsUintN() local
1458 JSHandle<BigInt> exponent = Int32ToBigInt(thread, bit - 1); in AsintN() local
1470 … JSTaggedNumber CalculateNumber(const uint64_t &sign, const uint64_t &mantissa, uint64_t &exponent) in CalculateNumber()
1482 static JSTaggedNumber Rounding(const uint64_t &sign, uint64_t &mantissa, uint64_t &exponent, bool n… in Rounding()
1515 uint64_t exponent = static_cast<uint64_t>(bigintBitLen - 1); in BigIntToNumber() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_bigint_test.cpp615 JSHandle<BigInt> exponent = BigInt::Int32ToBigInt(thread, 64); // 64 : bits in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp363 JSTaggedValue SlowRuntimeStub::Exp(JSThread *thread, JSTaggedValue base, JSTaggedValue exponent) in Exp()
Dinterpreter-inl.h2010 JSTaggedValue exponent = GET_ACC(); in RunInternal() local
Dinterpreter_assembly.cpp1445 JSTaggedValue exponent = GET_ACC(); in HandleExpImm8V8() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h71 JSTaggedValue RuntimeStubs::RuntimeExp(JSThread *thread, JSTaggedValue base, JSTaggedValue exponent) in RuntimeExp()