Home
last modified time | relevance | path

Searched full:density (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dswitch_lowerer.cpp28 * rangegoto is used only if the density is higher than 0.7.
35 * apply, because there may be regions that have density > 0.7. Thus, the
37 * maximal range of tags whose density is > 0.7.
130 /* If the density is high enough, the range is allowed to be large */ in BuildRangeGotoNode()
/arkcompiler/runtime_core/isa/
Disa.yaml34 …The main goal of using accumulator is to improve encoding density without losing much in performan…
/arkcompiler/runtime_core/static_core/isa/
Disa.yaml34 …The main goal of using accumulator is to improve encoding density without losing much in performan…
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js97382 this.density = 0;
97435 this.m_density = i(e.density, 0);
97524 t(" fd.density = %.15f;\n", this.m_density);
97664 i.density = e;
103257 this.density = 1;
103280 this.density = t.density;
103357 this.SetDensity(t.density);
103563 this.m_def.density = t;
103564 this.m_inverseDensity = 1 / this.m_def.density;
103567 return this.m_def.density;
[all …]