Home
last modified time | relevance | path

Searched defs:compare (Results 1 – 25 of 37) sorted by relevance

12

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DcommentsTypeParameters.ts33 function compare</**type*/T>(a: T, b: T) { function
/arkcompiler/ets_runtime/test/aottest/formatrangetoparts/
Dformatrangetoparts.js23 function compare(actual, expected, message) { function
/arkcompiler/ets_frontend/testTs/
Drun_testTs.py193 def compare(file, flag=False): function
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_cloner.cpp217 auto compare = ifimm->GetInput(0).GetInst(); in SplitBackEdge() local
303 auto compare = unroll_data->backedge->GetLastInst()->GetPrev(); in UpdateUsersAfterNoSideExitsUnroll() local
780 auto compare = ifimm->GetInput(0).GetInst(); in PrepareLoopToClone() local
948 auto compare = pre_loop_clone->GetFirstInst(); in BuildLoopCloneDataFlow() local
991 auto compare = ifimm->GetInput(0).GetInst(); in IsLoopClonable() local
/arkcompiler/ets_runtime/test/fuzztest/containersstackpush_fuzzer/
Dcontainersstackpush_fuzzer.cpp67 …JSHandle<JSAPIStack> CreateJSAPIStack(JSThread *thread, JSTaggedValue compare = JSTaggedValue::Und… in CreateJSAPIStack()
/arkcompiler/ets_runtime/test/fuzztest/containersstack_fuzzer/
Dcontainersstack_fuzzer.cpp67 …JSHandle<JSAPIStack> CreateJSAPIStack(JSThread *thread, JSTaggedValue compare = JSTaggedValue::Und… in CreateJSAPIStack()
/arkcompiler/ets_runtime/test/fuzztest/containersstackgetlength_fuzzer/
Dcontainersstackgetlength_fuzzer.cpp67 …JSHandle<JSAPIStack> CreateJSAPIStack(JSThread *thread, JSTaggedValue compare = JSTaggedValue::Und… in CreateJSAPIStack()
/arkcompiler/ets_runtime/test/fuzztest/containersqueue_fuzzer/
Dcontainersqueue_fuzzer.cpp67 …JSHandle<JSAPIQueue> CreateJSAPIQueue(JSThread *thread, JSTaggedValue compare = JSTaggedValue::Und… in CreateJSAPIQueue()
/arkcompiler/ets_runtime/test/fuzztest/containersstackpeek_fuzzer/
Dcontainersstackpeek_fuzzer.cpp67 …JSHandle<JSAPIStack> CreateJSAPIStack(JSThread *thread, JSTaggedValue compare = JSTaggedValue::Und… in CreateJSAPIStack()
/arkcompiler/ets_runtime/test/fuzztest/containersqueuegetsize_fuzzer/
Dcontainersqueuegetsize_fuzzer.cpp67 …JSHandle<JSAPIQueue> CreateJSAPIQueue(JSThread *thread, JSTaggedValue compare = JSTaggedValue::Und… in CreateJSAPIQueue()
/arkcompiler/ets_runtime/test/fuzztest/containersqueueadd_fuzzer/
Dcontainersqueueadd_fuzzer.cpp67 …JSHandle<JSAPIQueue> CreateJSAPIQueue(JSThread *thread, JSTaggedValue compare = JSTaggedValue::Und… in CreateJSAPIQueue()
/arkcompiler/ets_runtime/test/fuzztest/containersstacklocate_fuzzer/
Dcontainersstacklocate_fuzzer.cpp67 …JSHandle<JSAPIStack> CreateJSAPIStack(JSThread *thread, JSTaggedValue compare = JSTaggedValue::Und… in CreateJSAPIStack()
/arkcompiler/ets_runtime/test/fuzztest/containersstackiterator_fuzzer/
Dcontainersstackiterator_fuzzer.cpp67 …JSHandle<JSAPIStack> CreateJSAPIStack(JSThread *thread, JSTaggedValue compare = JSTaggedValue::Und… in CreateJSAPIStack()
/arkcompiler/ets_runtime/test/fuzztest/containersqueuegetfirst_fuzzer/
Dcontainersqueuegetfirst_fuzzer.cpp67 …JSHandle<JSAPIQueue> CreateJSAPIQueue(JSThread *thread, JSTaggedValue compare = JSTaggedValue::Und… in CreateJSAPIQueue()
/arkcompiler/ets_runtime/test/fuzztest/containersstackisempty_fuzzer/
Dcontainersstackisempty_fuzzer.cpp67 …JSHandle<JSAPIStack> CreateJSAPIStack(JSThread *thread, JSTaggedValue compare = JSTaggedValue::Und… in CreateJSAPIStack()
/arkcompiler/ets_runtime/test/fuzztest/containersqueuegetiteratorobj_fuzzer/
Dcontainersqueuegetiteratorobj_fuzzer.cpp67 …JSHandle<JSAPIQueue> CreateJSAPIQueue(JSThread *thread, JSTaggedValue compare = JSTaggedValue::Und… in CreateJSAPIQueue()
/arkcompiler/ets_runtime/test/fuzztest/containersqueuepop_fuzzer/
Dcontainersqueuepop_fuzzer.cpp67 …JSHandle<JSAPIQueue> CreateJSAPIQueue(JSThread *thread, JSTaggedValue compare = JSTaggedValue::Und… in CreateJSAPIQueue()
/arkcompiler/ets_runtime/test/fuzztest/containersstackpop_fuzzer/
Dcontainersstackpop_fuzzer.cpp67 …JSHandle<JSAPIStack> CreateJSAPIStack(JSThread *thread, JSTaggedValue compare = JSTaggedValue::Und… in CreateJSAPIStack()
/arkcompiler/ets_runtime/test/fuzztest/containersqueueforeach_fuzzer/
Dcontainersqueueforeach_fuzzer.cpp72 …JSHandle<JSAPIQueue> CreateJSAPIQueue(JSThread *thread, JSTaggedValue compare = JSTaggedValue::Und… in CreateJSAPIQueue()
/arkcompiler/ets_runtime/test/fuzztest/containersstackforeach_fuzzer/
Dcontainersstackforeach_fuzzer.cpp72 …JSHandle<JSAPIStack> CreateJSAPIStack(JSThread *thread, JSTaggedValue compare = JSTaggedValue::Und… in CreateJSAPIStack()
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_queue_test.cpp80 JSHandle<JSAPIQueue> CreateJSAPIQueue(JSTaggedValue compare = JSTaggedValue::Undefined()) in CreateJSAPIQueue()
/arkcompiler/ets_frontend/es2panda/typescript/types/
DunionType.cpp92 auto compare = constituentTypes.begin(); in RemoveDuplicatedTypes() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_mcr_lowering.cpp339 GateRef compare = BuildCompareSubTyping(gate, frameState, &levelValid, &exit); in LowerTSSubtypingCheck() local
347 GateRef compare = BuildCompareHClass(gate, frameState); in LowerSimpleHClassCheck() local
370 GateRef compare = BuildCompareHClass(gate, frameState) ; in LowerSimpleHClassCompare() local
379 GateRef compare = BuildCompareSubTyping(gate, frameState, &levelValid, &exit); in LowerTSSubtypingCompare() local
1325 GateRef compare = builder_.BoolAnd(hclassCompare, subtypingCompare); in LowerInlineAccessorCheck() local
1345 GateRef compare = builder_.BoolAnd(hclassCompare, *check); in LowerInlineAccessorCheck() local
/arkcompiler/runtime_core/compiler/tests/amd64/
Dencoder64_test.cpp2196 auto compare = [](T a, T b) -> int32_t { return a < b ? -1 : a > b ? 1 : 0; }; in TestCmp() local
2242 auto compare = [](T a, T b) -> int32_t { return a < b ? -1 : a > b ? 1 : 0; }; in TestFcmp() local
2323 auto compare = [](T a, T b) -> int32_t { return a < b ? -1 : a > b ? 1 : 0; }; in TestCmp64() local
2372 auto compare = [](T a, T b) -> int32_t { return a >= b; }; in TestCompare() local
2429 auto compare = [](T a, T b) -> int32_t { return a < b; }; in TestCompare64() local
3101 …auto compare = [](T a, T b) -> int32_t { return cc == Condition::TST_EQ ? (a & b) == 0 : (a & b) !… in TestCompareTest() local
3175 …auto compare = [](T a, T b) -> int32_t { return cc == Condition::TST_EQ ? (a & b) == 0 : (a & b) !… in TestJumpTest() local
/arkcompiler/runtime_core/compiler/tests/aarch32/
Dencoder32_test.cpp2185 auto compare = [](T a, T b) -> int32_t { return a < b ? -1 : a > b ? 1 : 0; }; in TestCmp() local
2231 auto compare = [](T a, T b) -> int32_t { return a < b ? -1 : a > b ? 1 : 0; }; in TestFcmp() local
2316 auto compare = [](T a, T b) -> int32_t { return a < b ? -1 : a > b ? 1 : 0; }; in TestCmp64() local
2364 auto compare = [](T a, T b) -> int32_t { return a >= b; }; in TestCompare() local
2423 auto compare = [](T a, T b) -> int32_t { return a < b; }; in TestCompare64() local
3133 …auto compare = [](T a, T b) -> int32_t { return cc == Condition::TST_EQ ? (a & b) == 0 : (a & b) !… in TestCompareTest() local
3207 …auto compare = [](T a, T b) -> int32_t { return cc == Condition::TST_EQ ? (a & b) == 0 : (a & b) !… in TestJumpTest() local

12