Home
last modified time | relevance | path

Searched defs:val2 (Results 1 – 25 of 28) sorted by relevance

12

/arkcompiler/runtime_core/static_core/runtime/tests/
Ddyn_buffer_test.cpp65 uint32_t val2 = dynChunk.GetU16(2U); in TEST_F() local
82 uint32_t val2 = dynChunk.GetU8(1); in TEST_F() local
95 uint32_t val2 = dynChunk.GetU8(1U); in TEST_F() local
Dstring_test.cpp423 uint8_t val2 = rand(); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/regexp/tests/
Ddyn_chunk_test.cpp65 uint32_t val2 = dynChunk.GetU16(2); in HWTEST_F_L0() local
81 uint32_t val2 = dynChunk.GetU8(1); in HWTEST_F_L0() local
94 uint32_t val2 = dynChunk.GetU8(1); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/arkguard/test/combinations/basic_grammar/19_switch_case/
D01_switch_case.ts18 let val2 = 0; variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_math.cpp131 extern "C" double StdMathAtan2(double val1, double val2) in StdMathAtan2()
236 extern "C" double StdMathRem(double val, double val2) in StdMathRem()
241 extern "C" double StdMathMod(double val, double val2) in StdMathMod()
251 extern "C" int StdMathImul(double val, double val2) in StdMathImul()
267 extern "C" double StdMathHypot(double val1, double val2) in StdMathHypot()
/arkcompiler/ets_runtime/test/jittest/load_element_from_float64_array/
Dload_element_from_float64_array.ts59 var val2, op; variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/dynamic_enum/
Dindex.js35 function isEq(val1, val2) { argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_imm_valid.cpp35 uint64 val2 = val; in IsBitmaskImmediate() local
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest_infer-type-with-extends5.ts41 declare const val2: <T>() => (T extends ExpectNumber<infer U> ? 1 : 0); constant
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dfutex_test.cpp126 int val2 = g_global; in TEST() local
186 int val2 = g_global; in TEST() local
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dmath_helpers.h167 auto val2 = static_cast<UnsignedT>(b); in SafeMath() local
/arkcompiler/runtime_core/libabckit/tests/ut/metadata_core/modify_api/literals/
Dliterals_test.cpp163 const int val2 = 7U; in TEST_F() local
375 const int val2 = 7U; in TEST_F() local
/arkcompiler/toolchain/tooling/test/utils/
Dtest_util.h229 #define ASSERT_FAIL_(val1, val2, strval1, strval2, msg) \ argument
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
Dtest_util.h231 #define ASSERT_FAIL_IMPL(val1, val2, strval1, strval2, msg) \ argument
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dmacro_assembler_aarch64.cpp242 uint64_t val2 = val; in IsBitmaskImmediate() local
/arkcompiler/runtime_core/libabckit/tests/cpp/tests/
Dcpp_test.cpp199 const int val2 = 7U; in TEST_F() local
/arkcompiler/runtime_core/libabckit/tests/ut/metadata_core/inspect_api/literals/
Dliterals_test.cpp170 const int val2 = 7U; in TEST_F() local
258 const double val2 = 3.22; in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dinst_test.cpp266 int32_t val2 = int32Const[i]; in TEST_F() local
Dinst_generator.cpp244 auto val2 = CreateParamInst(graph, inst->GetType(), stackSlot++); in PopulateStoreArrayPair() local
/arkcompiler/runtime_core/compiler/tests/
Dinst_test.cpp260 int32_t val2 = int32_const[i]; in TEST_F() local
Dcompiler_inst_test.cpp544 int32_t val2 = int32_const[i]; in __anon58b2bc600c02() local
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
Delf_builder.h53 void AddFdeInst(Dwarf_Small op, Dwarf_Unsigned val1, Dwarf_Unsigned val2) in AddFdeInst()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_sample.cpp2288 Local<JSValueRef> val2 = map->Get(vm, StringRef::NewFromUtf8(vm, "key2")); in MapGetValue() local
2481 int val2 = jsVal2->Int32Value(vm); in JsonObjGetValue() local
2803 Local<ObjectRef> val2 = obj->Get(vm_, StringRef::NewFromUtf8(vm_, "key2")); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dbounds_analysis.cpp89 auto val2 = right_ == MIN_RANGE_VALUE ? MAX_RANGE_VALUE : std::abs(right_); in Abs() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_object_test.cpp132 …JSTaggedValue val2 = JSObject::GetProperty(thread, global, printTestKey).GetValue().GetTaggedValue… in HWTEST_F_L0() local

12