Home
last modified time | relevance | path

Searched defs:sum (Results 1 – 25 of 42) sorted by relevance

12

/arkcompiler/ets_frontend/es2panda/test/compiler/ts/projects/ts-toplevel-await-project/
Dtest2-exec.ts19 const sum = add(1, 2); constant
/arkcompiler/toolchain/tooling/test/testcases/js/
Darrow_func.js16 var sum = (num1, num2) => { function
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/compiler/
Dtest-ts-static-blocks-in-class2.ts18 let sum: number = 100; variable
Dtest-ts-static-blocks-in-class5.ts18 let sum: number = 100; variable
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/examples/benchmarks/swift/
DSanity.swift39 var sum = 0; in test() variable
/arkcompiler/ets_runtime/test/aottest/loops/
Dloops.ts41 var sum:number = 0; variable
/arkcompiler/ets_runtime/test/quickfix/record_not_same/
Dbase_modify.js32 var sum = (a) => { function
Dbase.js32 var sum = (a) => { function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/number_subtypes/
Dnumber_subtypes.rb16 def initialize(name, min, max, sum) argument
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/checked/js_call/
Djs_call.js30 function sum(a, b) { function
45 sum() { method in TreeNode
/arkcompiler/runtime_core/libpandabase/tests/
Dbase_mem_stats_test.cpp43 size_t sum = 0; variable
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dconstant_folding_test.cpp72 auto sum = builder.Int32Add(*number1, *number2); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/moduletest/module/
Dmodule.js69 const sum = add(1, 2); constant
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dbase_mem_stats_test.cpp45 size_t sum = 0; in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_intrins/
Dtest_intrins.js46 exports.sum = function (a, b) { function
/arkcompiler/ets_frontend/arkguard/test/grammar/jsfile/
Dscript1.js66 const sum = numbers.reduce((acc, curr) => acc + curr, 0); constant
/arkcompiler/ets_runtime/test/moduletest/arrayreducecase/
Darrayreducecase.js24 const sum = objects.reduce( constant
/arkcompiler/runtime_core/static_core/verification/util/tests/
Dlazy_test.cpp51 int sum = 0; in TEST() local
Dobj_pool_test.cpp207 int sum = 0; in TEST() local
/arkcompiler/runtime_core/static_core/verification/util/
Dset_operations.h99 Arg sum = SetUnion(args...); in SetDifference() local
/arkcompiler/runtime_core/assembler/utils/
Dnumber-utils.h187 size_t sum = 0; in ToNumber() local
/arkcompiler/runtime_core/static_core/assembler/utils/
Dnumber-utils.h198 size_t sum = 0; in ToNumber() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/ringbuf/
Dlock_free_ring_buffer_test.cpp113 size_t sum = 0; in TEST() local
/arkcompiler/runtime_core/libpandabase/tests/ringbuf/
Dlock_free_ring_buffer_test.cpp109 size_t sum = 0; in TEST() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dmem_controller.cpp188 BytesAndDuration sum = buffer.Sum( in CalculateAverageSpeed() local

12