Home
last modified time | relevance | path

Searched refs:fi (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dfunc_desc.h181 void SetFuncInfo(const FI fi) in SetFuncInfo()
183 funcInfo = fi; in SetFuncInfo()
186 void SetFuncInfoNoBetterThan(const FI fi) in SetFuncInfoNoBetterThan()
189 auto newValue = static_cast<size_t>(fi); in SetFuncInfoNoBetterThan()
H A Dmir_const.h216 MIRAddrofConst(StIdx sy, FieldID fi, MIRType &ty) : MIRConst(ty, kConstAddrof), stIdx(sy), fldID(fi), offset(0) {} in MIRAddrofConst() argument
218 MIRAddrofConst(StIdx sy, FieldID fi, MIRType &ty, int32 ofst) in MIRAddrofConst() argument
219 : MIRConst(ty, kConstAddrof), stIdx(sy), fldID(fi), offset(ofst) in MIRAddrofConst()
/arkcompiler/toolchain/build/toolchain/
H A Dgcc_solink_wrapper.py22 with open(rspfile, "r") as fi:
23 rspcontent = fi.read()
/arkcompiler/ets_frontend/testTs/
H A Drun_testTs.py97 for fi in files:
98 ts_file = f'{root}/{fi}'
205 for fi in files:
206 fi = f'{root}/{fi}'
207 if fi != out_path:
208 with open(fi, 'r') as read_out_txt:
211 remove_file(fi)
/arkcompiler/ets_runtime/script/
H A Drun_ark_executable.py43 with open(rsp_file, "r") as fi:
44 rsp_info_str = fi.read()
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
H A Ddoclet.py325 fi: int = 0
408 self.fi = ovr.fast_iters
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/tests/
H A Dtest_doclet.py140 * @Benchmark -mi 10 -wi 11 -it 3 -wt 4 -fi 6 -gc 300
141 * -mi 999 -wi 999 -it 999 -wt 999 -fi 999 -gc 999
186 * @Benchmark -mi 1 -wi 2 -wt 4 -fi 5 -gc 6
237 # -mi 10 -wi 11 -it 3 -wt 4 -fi 6 -gc 300
343 with patch.object(sys, 'argv', 'vmb gen --lang sts -fi 123 blah'.split()):
358 test.assertTrue(var1.fi == 5)
370 test.assertTrue(var2.fi == 123)
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Demitter.cpp182 for (auto fi : format.GetFormatItem()) { in GetIRNodeWholeLength()
183 len += fi.BitWidth() / 8U; in GetIRNodeWholeLength()
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H A Demitter.cpp168 for (auto fi : format.GetFormatItem()) { in GetIRNodeWholeLength()
169 len += fi.Bitwidth() / BIT_WIDTH; in GetIRNodeWholeLength()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js8901 toDegree: fi,
11193 function fi(t) {
13142 l = fi(2 * Math.atan2(s, o));
13146 l = -fi(2 * Math.atan2(s, o));
13152 a = fi(Math.atan2(2 * s * o - 2 * n * r, 1 - 2 * t - 2 * u));
13153 l = fi(Math.atan2(2 * n * o - 2 * s * r, 1 - 2 * e - 2 * u));
13154 h = fi(Math.asin(2 * c));
16528 toDegree: fi,
[all...]

Completed in 42 milliseconds