Home
last modified time | relevance | path

Searched refs:factor (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/arrayFindIndexCase/
H A DfindIndex.js39 for (let factor = 3; factor <= Math.sqrt(element); factor += 2) {
40 if (element % factor === 0) {
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dmem_controller.cpp28 double factor) const in CalculateAllocLimit()
30 const uint64_t limit = std::max(static_cast<uint64_t>(currentSize * factor), in CalculateAllocLimit()
70 double factor = (a < b * maxGrowingFactor) ? a / b : maxGrowingFactor; in CalculateGrowingFactor() local
71 factor = std::min(maxGrowingFactor, factor); in CalculateGrowingFactor()
72 factor = std::max(factor, minGrowingFactor); in CalculateGrowingFactor()
74 << gcSpeed << " mutatorSpeed" << mutatorSpeed << " factor" << factor; in CalculateGrowingFactor() local
75 return factor; in CalculateGrowingFactor()
[all...]
H A Dmem_controller.h49 double factor) const;
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dgraph_cloner.h74 * Make equal to the `factor` number of clones of loop body and insert them into the graph
126 void UnrollLoopBody(Loop *loop, size_t factor) in UnrollLoopBody() argument
133 auto clone_count = factor - 1; in UnrollLoopBody()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dgraph_cloner.h81 * Make equal to the `factor` number of clones of loop body and insert them into the graph
133 void UnrollLoopBody(Loop *loop, size_t factor) in UnrollLoopBody() argument
140 auto cloneCount = factor - 1; in UnrollLoopBody()
/arkcompiler/runtime_core/compiler/tests/
H A Dgraph_cloner_new_test.cpp120 static Loop* CloneFirstLoopAndUnroll(Graph *graph, size_t factor) in CloneFirstLoopAndUnroll() argument
125 loop_cloner.UnrollLoopBody<type>(loop_clone, factor); in CloneFirstLoopAndUnroll()
H A Daot_test.cpp645 "compiler-loop-unroll-factor" : 42, in TEST_F()
717 paoc_clusters.GetFileName(), "--compiler-loop-unroll-factor=7", in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Daot_test.cpp619 "compiler-loop-unroll-factor" : 42, in PaocClustersWriteJson()
705 paocClusters.GetFileName(), "--compiler-loop-unroll-factor=7", in TEST_F()

Completed in 6 milliseconds