Searched defs:accumulator (Results 1 - 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| H A D | builtins_typedarray_test.cpp | 107 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 D | builtins_array_test.cpp | 88 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 D | builtins_shared_array_test.cpp | 80 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 D | dtoa_helper.h | 66 uint64_t accumulator = (low_bits_ & kMask32) * multiplicand; in Multiply() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_shared_array.cpp | 1482 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 D | builtins_array.cpp | 1700 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 D | runtime_stubs.cpp | 470 JSMutableHandle<JSTaggedValue> accumulator = JSMutableHandle<JSTaggedValue>(thread, in DEF_RUNTIME_STUBS() local
|
Completed in 20 milliseconds