Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/tests/
Dgraph_comparator.h110 auto input2 = inst2->CastToPhi()->GetPhiInput(bb2); in Compare() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_value_test.cpp427 double input2 = 100 * (static_cast<uint64_t>(UINT32_MAX) + 1) + 23456; in HWTEST_F_L0() local
479 double input2 = 100 * (static_cast<uint64_t>(UINT32_MAX) + 1) + 23456; in HWTEST_F_L0() local
531 double input2 = 100 * (static_cast<uint64_t>(UINT16_MAX) + 1) + 23456; in HWTEST_F_L0() local
583 double input2 = 100 * (static_cast<uint64_t>(UINT16_MAX) + 1) + 23456; in HWTEST_F_L0() local
635 double input2 = 100 * (static_cast<uint64_t>(UINT8_MAX) + 1) + 56; in HWTEST_F_L0() local
687 double input2 = 100 * (static_cast<uint64_t>(UINT8_MAX) + 1) + 45; in HWTEST_F_L0() local
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dmemory_barriers.cpp59 void OptimizeMemoryBarriers::CheckTwoInputs(Inst *input1, Inst *input2) in CheckTwoInputs()