Home
last modified time | relevance | path

Searched defs:exponentValue (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Ddtoa_helper.cpp298 void DtoaHelper::FillFractionals(uint64_t fractionalValue, int exponentValue, int fractionalDigitCo… in FillFractionals()
371 int exponentValue = NumberHelper::Exponent(value); in FixedDtoa() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_math.cpp607 JSHandle<JSTaggedValue> exponentValue = JSTaggedValue::ToNumeric(thread, msgY); in Pow() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp930 JSTaggedValue exponentValue = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local