Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/sample/
Dtest_sample.cpp38 constexpr double SUM = ARG0 + ARG1; in TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dcoroutine_stats.h79 enum class AggregateType { MAX, MIN, AVG, COUNT, SUM, LAST_ID }; enumerator
/arkcompiler/runtime_core/static_core/runtime/tests/
Dmem_stats_test.cpp419 constexpr uint64_t SUM = (ITERATION + 1) * ITERATION / 2U; in TEST_F() local