Home
last modified time | relevance | path

Searched defs:accumulator (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_typedarray_test.cpp107 int accumulator = GetCallArg(argv, 0)->GetInt(); in TestMapFunc() local
186 int accumulator = GetCallArg(argv, 0)->GetInt(); in TestReduceFunc() local
193 int accumulator = GetCallArg(argv, 0)->GetInt(); in TestReduceRightFunc() local
[all...]
H A Dbuiltins_array_test.cpp88 int accumulator = GetCallArg(argv, 0)->GetInt(); in TestMapFunc() local
95 int accumulator = GetCallArg(argv, 0)->GetInt(); in TestFlatMapFunc() local
164 int accumulator = GetCallArg(argv, 0)->GetInt(); in TestReduceFunc() local
171 int accumulator = GetCallArg(argv, 0)->GetInt(); TestReduceRightFunc() local
[all...]
H A Dbuiltins_shared_array_test.cpp80 int accumulator = GetCallArg(argv, 0)->GetInt(); in TestMapFunc() local
87 int accumulator = GetCallArg(argv, 0)->GetInt(); in TestFlatMapFunc() local
157 int accumulator = GetCallArg(argv, 0)->GetInt(); in TestReduceFunc() local
164 int accumulator = GetCallArg(argv, 0)->GetInt(); TestReduceRightFunc() local
[all...]
/arkcompiler/ets_runtime/ecmascript/base/
H A Ddtoa_helper.h66 uint64_t accumulator = (low_bits_ & kMask32) * multiplicand; in Multiply() local
[all...]
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_shared_array.cpp1482 ReduceUnStableJSArray(JSThread *thread, JSHandle<JSTaggedValue> &thisHandle, JSHandle<JSTaggedValue> &thisObjVal, int64_t k, int64_t len, JSMutableHandle<JSTaggedValue> &accumulator, JSHandle<JSTaggedValue> &callbackFnHandle) ReduceUnStableJSArray() argument
[all...]
H A Dbuiltins_array.cpp1700 ReduceUnStableJSArray(JSThread *thread, JSHandle<JSTaggedValue> &thisHandle, JSHandle<JSTaggedValue> &thisObjVal, int64_t k, int64_t len, JSMutableHandle<JSTaggedValue> &accumulator, JSHandle<JSTaggedValue> &callbackFnHandle) ReduceUnStableJSArray() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp470 JSMutableHandle<JSTaggedValue> accumulator = JSMutableHandle<JSTaggedValue>(thread, in DEF_RUNTIME_STUBS() local

Completed in 20 milliseconds