Searched defs:exponent (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/ |
| D | ets_intrinsics_helpers.h | 72 uint16_t exponent : coretypes::DOUBLE_EXPONENT_SIZE; member 107 inline double PowHelper(uint64_t number, int16_t exponent, uint8_t radix) in PowHelper() 188 inline double Strtod(const char *str, int exponent, uint8_t radix) in Strtod()
|
| D | ets_intrinsics_helpers.cpp | 183 int exponent = 0; in StringToDouble() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_bigint.cpp | 1074 …le<BigInt> BigInt::Exponentiate(JSThread *thread, JSHandle<BigInt> base, JSHandle<BigInt> exponent) in Exponentiate() 1561 JSHandle<BigInt> exponent = Uint64ToBigInt(thread, bit); in AsUintN() local 1583 JSHandle<BigInt> exponent = Int64ToBigInt(thread, bit - 1); in AsintN() local 1600 … JSTaggedNumber CalculateNumber(const uint64_t &sign, const uint64_t &mantissa, uint64_t &exponent) in CalculateNumber() 1612 static JSTaggedNumber Rounding(const uint64_t &sign, uint64_t &mantissa, uint64_t &exponent, bool n… in Rounding() 1649 uint64_t exponent = static_cast<uint64_t>(bigintBitLen - 1); in BigIntToNumber() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | number_helper.cpp | 982 int exponent = 0; in StringToDouble() local 1081 double NumberHelper::Strtod(const char *str, int exponent, uint8_t radix) in Strtod()
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | helpers.cpp | 171 int32_t exponent = atoi(sciNotationArray + significandBitCount + 1 + (significandBitCount > 1)); in GetScientificNotationForDouble() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_bigint_test.cpp | 599 JSHandle<BigInt> exponent = BigInt::Int32ToBigInt(thread, 64); // 64 : bits in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 338 JSTaggedValue SlowRuntimeStub::Exp(JSThread *thread, JSTaggedValue base, JSTaggedValue exponent) in Exp()
|
| D | interpreter-inl.cpp | 2177 JSTaggedValue exponent = GET_ACC(); in RunInternal() local
|
| D | interpreter_assembly.cpp | 1555 JSTaggedValue exponent = GET_ACC(); in HandleExpImm8V8() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 84 JSTaggedValue RuntimeStubs::RuntimeExp(JSThread *thread, JSTaggedValue base, JSTaggedValue exponent) in RuntimeExp()
|
| /arkcompiler/ets_frontend/arkguard/tools/memory-line-viewer/assets/ |
| D | index-DAjlO3pK.js | 35 …f(e){if(typeof e=="string")return Uw(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n… argument
|