Home
last modified time | relevance | path

Searched full:less (Results 1 – 25 of 159) sorted by relevance

1234567

/arkcompiler/runtime_core/runtime/include/mem/
Dpanda_containers.h63 template <class Key, class KeyLess = std::less<Key>>
66 template <class Key, class KeyLess = std::less<Key>>
88 template <class T, class Container = PandaVector<T>, class Compare = std::less<typename Container::…
91 template <class T, class Container = PandaVectorTL<T>, class Compare = std::less<typename Container…
94 template <class Key, class T, class Compare = std::less<>>
97 template <class Key, class T, class Compare = std::less<>>
100 template <class Key, class T, class Compare = std::less<>>
103 template <class Key, class T, class Compare = std::less<>>
/arkcompiler/ets_frontend/ts2panda/tests/statements/
Dfor.test.ts22 Less,
125 new Less(new Imm(0), lhs),
167 new Less(new Imm(0), lhs),
219 new Less(new Imm(0), lhs),
230 new Less(new Imm(1), lhs),
294 new Less(new Imm(0), lhs),
305 new Less(new Imm(1), lhs),
Dwhile.test.ts23 Less,
104 new Less(new Imm(1), lhs),
137 new Less(new Imm(2), lhs),
170 new Less(new Imm(2), lhs),
DdoWhile.test.ts21 Less,
91 new Less(new Imm(3), lhs),
127 new Less(new Imm(3), lhs),
/arkcompiler/runtime_core/libpandabase/utils/
Darena_containers.h46 template <class Key, class Compare = std::less<Key>, bool use_oom_handler = false>
48 template <class Key, class T, class Compare = std::less<Key>, bool use_oom_handler = false>
50 template <class Key, class T, class Compare = std::less<Key>, bool use_oom_handler = false>
/arkcompiler/ets_runtime/ecmascript/mem/
Dchunk_containers.h64 template<typename K, typename Compare = std::less<K>>
75 template<typename K, typename V, typename Compare = std::less<K>>
101 template<typename K, typename V, typename Compare = std::less<K>>
Dc_containers.h40 template<class Key, class T, class Compare = std::less<>>
43 template<class Key, class T, class Compare = std::less<>>
/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp554 ASSERT(len <= 2); // The maximum length of the BigInt data is less or equal 2 in ToUint64()
775 return xSign ? ComparisonResult::LESS : ComparisonResult::GREAT; in Compare()
779 return compar == ComparisonResult::LESS ? ComparisonResult::GREAT : ComparisonResult::LESS; in Compare()
786 return Compare(x, y) == ComparisonResult::LESS; in LessThan()
793 return Compare(x, y) == ComparisonResult::LESS; in LessThan()
1121 return ComparisonResult::LESS; in AbsolutelyCompare()
1132 … return x->GetDigit(index) > y->GetDigit(index) ? ComparisonResult::GREAT : ComparisonResult::LESS; in AbsolutelyCompare()
1144 …// highBit is the remainder of the last calculation, which must be less than or equal to the divis… in DivideAndRemainder()
1275 // if r is less than the current base, continue the next round of inspection. Here, in ImproveAccuracy()
1317 // and will not be less than it in DivideAndRemainderWithBigintDivisor()
[all …]
Djs_map.cpp71 …ASSERT_PRINT(entry >= 0 && entry < GetSize(), "entry must be non-negative integer less than capaci… in GetKey()
77 …ASSERT_PRINT(entry >= 0 && entry < GetSize(), "entry must be non-negative integer less than capaci… in GetValue()
Djs_set.cpp66 …ASSERT_PRINT(entry >= 0 && entry < GetSize(), "entry must be non-negative integer less than capaci… in GetValue()
Djs_typed_array.cpp109 if (JSTaggedValue::Less(thread, numericIndexHandle, zero)) { in HasProperty()
114 return JSTaggedValue::Less(thread, numericIndexHandle, arrLenHandle); in HasProperty()
170 if (JSTaggedValue::Less(thread, numericIndexHandle, zero)) { in DefineOwnProperty()
175 if (!JSTaggedValue::Less(thread, numericIndexHandle, arrLenHandle)) { in DefineOwnProperty()
362 …if (JSTaggedValue::Less(thread, indexHandle, zero) || !JSTaggedValue::Less(thread, indexHandle, ar… in IntegerIndexedElementGet()
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_compareop_test.cpp215 JSTaggedValue resInSlowPath1 = SlowRuntimeStub::Less(thread, arg1Handle.GetTaggedValue(), in HWTEST_F_L0()
217 JSTaggedValue resInSlowPath2 = SlowRuntimeStub::Less(thread, Str1.GetTaggedValue(), in HWTEST_F_L0()
219 JSTaggedValue resInSlowPath3 = SlowRuntimeStub::Less(thread, Str1.GetTaggedValue(), in HWTEST_F_L0()
221 JSTaggedValue resInSlowPath4 = SlowRuntimeStub::Less(thread, Str1.GetTaggedValue(), in HWTEST_F_L0()
223 JSTaggedValue resInSlowPath5 = SlowRuntimeStub::Less(thread, arg1Handle.GetTaggedValue(), in HWTEST_F_L0()
225 JSTaggedValue resInSlowPath9 = SlowRuntimeStub::Less(thread, in HWTEST_F_L0()
227 JSTaggedValue resInSlowPath10 = SlowRuntimeStub::Less(thread, in HWTEST_F_L0()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dbalance_expressions.h121 // If x is not 0 or 1, calculates the largest integral power of two that is less than `val`
122 // Same as std::bit_floor() introduced in C++20, except that return strictly less than `val`
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_tree_map.cpp55 ASSERT_PRINT(entry < GetSize(), "entry must less than capacity"); in GetKey()
62 ASSERT_PRINT(entry < GetSize(), "entry must less than capacity"); in GetValue()
/arkcompiler/runtime_core/compiler/docs/
Dif_conversion_doc.md58 5. The number of instructions in `JBB`(and `JBB 2` for Diamond) less than the limit(set by the opti…
59 …ve different inputs from corresponding predecessor blocks, should also be less than the limit(each…
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dldstatic.yaml245 …If field size is less then 32, result will be sign or unsigned extended to i32 depedning on field …
285 …If field size is less then 32, result will be sign or unsigned extended to i32 depedning on field …
324 …If field size is less then 32, result will be sign or unsigned extended to i32 depedning on field …
357 …If field size is less then 32, result will be sign or unsigned extended to i32 depedning on field …
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_value_test.cpp1071 HWTEST_F_L0(JSTaggedValueTest, Less) in HWTEST_F_L0() argument
1077 ASSERT_TRUE(JSTaggedValue::Less(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(1.0)), in HWTEST_F_L0()
1079 ASSERT_FALSE(JSTaggedValue::Less(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(0.0)), in HWTEST_F_L0()
1081 ASSERT_TRUE(JSTaggedValue::Less(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(1)), in HWTEST_F_L0()
1084 ASSERT_TRUE(JSTaggedValue::Less(thread, test, test1)); in HWTEST_F_L0()
1085 ASSERT_FALSE(JSTaggedValue::Less(thread, test2, test1)); in HWTEST_F_L0()
1086 …ASSERT_FALSE(JSTaggedValue::Less(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(1)), test1)… in HWTEST_F_L0()
1087 …ASSERT_FALSE(JSTaggedValue::Less(thread, test2, JSHandle<JSTaggedValue>(thread, JSTaggedValue(2)))… in HWTEST_F_L0()
1089 ASSERT_TRUE(JSTaggedValue::Less( in HWTEST_F_L0()
1092 ASSERT_TRUE(JSTaggedValue::Less( in HWTEST_F_L0()
[all …]
/arkcompiler/runtime_core/tests/checked/
Dcompare_lenarray_with_zero.pa14 #! CHECKER Check if LenArray is not less than zero is eliminated
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_ir_specification.md21 …h other code optimizations and can be done perfectly. Last but not least, less coupling means more…
382 …* `0100` `ULT`: interprets the operands as unsigned values and yields true if op1 is less than op2.
383 …* `0101` `ULE`: interprets the operands as unsigned values and yields true if op1 is less than or …
387 * `1100` `SLT`: interprets the operands as signed values and yields true if op1 is less than op2.
388 …* `1101` `SLE`: interprets the operands as signed values and yields true if op1 is less than or eq…
408 * `0100` `OLT`: ordered and less than
409 * `0101` `OLE`: ordered and less than or equal
416 * `1100` `ULT`: unordered or less than
417 * `1101` `ULE`: unordered or less than or equal
Doperations_stub_builder.h39 GateRef Less(GateRef glue, GateRef left, GateRef right);
Dcommon_stubs.h31 V(Less) \
/arkcompiler/runtime_core/runtime/
Dcompiler_queue_aged_counter_priority.h26 * If the aged counter is less then some death value, it is considered as expired and is removed.
/arkcompiler/ets_runtime/ecmascript/platform/unix/
Delf.cpp63 LOG_ECMA(ERROR) << "Elf format error, expected version should be less or equal than " in VerifyELFHeader()
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dnumber_helper_test.cpp295 // less than INT_MIN in HWTEST_F_L0()
378 …* of number based on ten is less than zero and radix Digit is more than zero or it is gr…
379 …* and radix Digit is less than MAX_EXPONENT_DIGIT call the DoubleToFixed function.other …
415 …* of number based on ten is less than zero and radix Digit is more than zero or it is gr…
416 …* and radix Digit is less than MAX_EXPONENT_DIGIT call the DoubleToFixed function.other …
/arkcompiler/runtime_core/compiler/tools/paoc/
Dpaoc.yaml63 description: Dump allocator usage statistics, less verbose than `--compiler-dump-stats-csv`

1234567