Home
last modified time | relevance | path

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

12345678910>>...15

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/maple_be/
Dcg_aarch64_aarch64_operand_test.cpp60 { // StImmOperand::Less in TEST()
68 ans1 = stimmoperand_obj1.Less(stimmoperand_obj1); in TEST()
69 ans2 = stimmoperand_obj1.Less(ofstoperand_obj); in TEST()
70 ans3 = stimmoperand_obj1.Less(stimmoperand_obj3); // symbol diff in TEST()
71 ans4 = stimmoperand_obj1.Less(stimmoperand_obj4); in TEST()
72 ans5 = stimmoperand_obj1.Less(stimmoperand_obj2); in TEST()
82 { // ExtendShiftOperand::Less in TEST()
92 ans1 = ext_shiftopnd_obj1.Less(ext_shiftopnd_obj1); in TEST()
93 ans2 = ext_shiftopnd_obj1.Less(stimmoperand_obj1); in TEST()
94 ans3 = ext_shiftopnd_obj1.Less(ext_shiftopnd_obj2); in TEST()
[all …]
/arkcompiler/runtime_core/static_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_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_abi.h31 constexpr uint32 kMaxInstrForTbnz = 8000; // approximately less than (2^13);
32 constexpr uint32 kMaxInstrForCondBr = 260000; // approximately less than (2^18);
33 constexpr uint32 kMaxInstrForLdr = 260000; // approximately less than (2^18);
Daarch64_cc.def29 CONDCODE(LT, 0xb) /* signed less than */
31 CONDCODE(LE, 0xd) /* signed less than or equal */
/arkcompiler/ets_runtime/ecmascript/mem/
Dc_containers.h40 template<class T, class Compare = std::less<>>
43 template<class Key, class T, class Compare = std::less<>>
46 template<class Key, class T, class Compare = std::less<>>
Dchunk_containers.h71 template<typename K, typename Compare = std::less<K>>
82 template<typename K, typename V, typename Compare = std::less<K>>
109 template<typename K, typename V, typename Compare = std::less<K>>
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_operand.cpp19 bool StImmOperand::Less(const Operand &right) const in Less() function in maplebe::StImmOperand
40 bool ExtendShiftOperand::Less(const Operand &right) const in Less() function in maplebe::ExtendShiftOperand
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DShort.sts146 * The result is less than 0 if this instance lesser than provided object
250 * Checks if this instance value is less than value of provided instance
254 * @returns true if this value is less than provided, false otherwise
261 * Checks if this instance value is less than or equal to value of provided instance
265 * @returns true if this value is less than or equal to provided, false otherwise
DInt.sts146 * The result is less than 0 if this instance lesser than provided object
242 * Checks if this instance value is less than value of provided instance
246 * @returns true if this value is less than provided, false otherwise
253 * Checks if this instance value is less than or equal to value of provided instance
257 * @returns true if this value is less than or equal to provided, false otherwise
DLong.sts146 * The result is less than 0 if this instance lesser than provided object
277 * Checks if this instance value is less than value of provided instance
281 * @returns true if this value is less than provided, false otherwise
288 * Checks if this instance value is less than or equal to value of provided instance
292 * @returns true if this value is less than or equal to provided, false otherwise
DByte.sts147 * The result is less than 0 if this instance lesser than provided object
275 * Checks if this instance value is less than value of provided instance
279 * @returns true if this value is less than provided, false otherwise
286 * Checks if this instance value is less than or equal to value of provided instance
290 * @returns true if this value is less than or equal to provided, false otherwise
DFloat.sts193 * The result is less than 0 if this instance lesser than provided object
344 * @returns true if the argument is integer ans less than MAX_SAFE_INTEGER
404 * Checks if this instance value is less than value of provided instance
408 * @returns true if this value is less than provided, false otherwise
415 * Checks if this instance value is less than or equal to value of provided instance
419 * @returns true if this value is less than or equal to provided, false otherwise
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Darena_containers.h49 template <class Key, class Compare = std::less<Key>, bool USE_OOM_HANDLER = false>
51 template <class Key, class T, class Compare = std::less<Key>, bool USE_OOM_HANDLER = false>
53 template <class Key, class T, class Compare = std::less<Key>, bool USE_OOM_HANDLER = false>
/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/compiler/codegen/maple/maple_be/src/cg/
Doperand.cpp144 bool MemOperand::Less(const Operand &right) const in Less() function in maplebe::MemOperand
171 return ofstOpnd->Less(*rofstOpnd); in Less()
185 return indexReg->Less(*rindexReg); in Less()
196 return ofstOpnd->Less(*rofstOpnd); in Less()
207 bool CondOperand::Less(const Operand &right) const in Less() function in maplebe::CondOperand
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcfi.h148 bool Less(const Operand &right) const override in Less() function
183 bool Less(const Operand &right) const override in Less() function
213 bool Less(const Operand &right) const override in Less() function
246 bool Less(const Operand &right) const override in Less() function
284 bool Less(const Operand &right) const override in Less() function
/arkcompiler/ets_runtime/test/moduletest/jsonparser/
Djsonparser.js194 assert_equal(numParsedObj.numberval5, 2.225e-309);// less than DBL_MIN
195 assert_equal(numParsedObj.numberval6, 3e-320);// less than DBL_MIN
197 assert_equal(numParsedObj.numberval8, 0);// less than Number.MIN_VALUE, expect 0
198 assert_equal(numParsedObj.numberval9, 0);// less than Number.MIN_VALUE, expect 0
/arkcompiler/ets_runtime/ecmascript/
Djs_weak_container.cpp66 …ASSERT_PRINT(entry >= 0 && entry < GetSize(), "entry must be non-negative integer less than capaci… in GetKey()
72 …ASSERT_PRINT(entry >= 0 && entry < GetSize(), "entry must be non-negative integer less than capaci… in GetValue()
112 …ASSERT_PRINT(entry >= 0 && entry < GetSize(), "entry must be non-negative integer less than capaci… in GetValue()
/arkcompiler/ets_frontend/es2panda/test/optimizer/js/branch-elimination/
Dtest-branch-elimination-expected.pa.txt89 less 0x13, v0
218 less 0x26, v0
232 less 0x2a, v0
/arkcompiler/ets_frontend/es2panda/test/bytecode/js/lexicalEnv/
Dfor-update-continue-1-expected.txt20 less 0x4, v1
105 less 0x2, v5
161 less 0xb, v7
/arkcompiler/ets_frontend/ets2panda/test/parser/ets/
Dbinary_op.sts48 // relational (less, greater, less eq, greater eq), instanceof
/arkcompiler/ets_frontend/ets2panda/public/headers_parser/
DREADME.md4 …l skip this file and create empty .yaml. So build will be successful, but less es2panda API will b…
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/c_api/dynamic/parameter_check/
DREADME.md11 …l implementations of `handle`, where the check logic is that `idx` should be less than `arr.length`
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/cpp_api/dynamic/parameter_check/
DREADME.md11 …l implementations of `handle`, where the check logic is that `idx` should be less than `arr.length`
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
Dmempool_allocator.h184 template <typename T, typename Comparator = std::less<T>>
190 template <typename K, typename V, typename Comparator = std::less<K>>
193 template <typename K, typename V, typename Comparator = std::less<K>>
196 template <typename T, typename Comparator = std::less<T>>

12345678910>>...15