Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases_with_assert/projects/test-import-export/
Dimport-main.ts28 const factor: number = 5; constant
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_cloner.h126 void UnrollLoopBody(Loop *loop, size_t factor) in UnrollLoopBody()
/arkcompiler/ets_runtime/ecmascript/mem/
Dmem_controller.cpp71 double factor = (a < b * maxGrowingFactor) ? a / b : maxGrowingFactor; in CalculateGrowingFactor() local