Home
last modified time | relevance | path

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

12345678910>>...17

/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/plugins/ets/tests/ani/tests/object_ops/
Dobject_call_method_by_name_ref_test.ets54 return "Less";
62 return "Less";
70 return "Less";
80 return "Less";
88 return "Less";
111 return "Less";
128 return "Less";
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/function_ops/
Dfunction_call_ref_test.ets42 return "Less";
59 return "Less";
77 return "Less";
104 return "Less";
/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_frontend/es2panda/test/compiler/ts/cases/compiler/
Dtest-ts-extremely-number-1.ts43 print(numParsedObj.numberval5);// less than DBL_MIN, 2.225e-309
44 print(numParsedObj.numberval6);// less than DBL_MIN, 3e-320
46 print(numParsedObj.numberval8);// less than Number.MIN_VALUE, expect 0
47 print(numParsedObj.numberval9);// less than Number.MIN_VALUE, expect 0
/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/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/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/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/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/runtime_core/static_core/plugins/ets/stdlib/std/core/
DInt.ets211 * The result is less than 0 if this instance lesser than provided object
307 * Checks if this instance value is less than value of provided instance
311 * @returns true if this value is less than provided, false otherwise
318 * Checks if this instance value is less than or equal to value of provided instance
322 * @returns true if this value is less than or equal to provided, false otherwise
DShort.ets211 * The result is less than 0 if this instance lesser than provided object
315 * Checks if this instance value is less than value of provided instance
319 * @returns true if this value is less than provided, false otherwise
326 * Checks if this instance value is less than or equal to value of provided instance
330 * @returns true if this value is less than or equal to provided, false otherwise
DLong.ets211 * The result is less than 0 if this instance lesser than provided object
342 * Checks if this instance value is less than value of provided instance
346 * @returns true if this value is less than provided, false otherwise
353 * Checks if this instance value is less than or equal to value of provided instance
357 * @returns true if this value is less than or equal to provided, false otherwise
DByte.ets211 * The result is less than 0 if this instance lesser than provided object
339 * Checks if this instance value is less than value of provided instance
343 * @returns true if this value is less than provided, false otherwise
350 * Checks if this instance value is less than or equal to value of provided instance
354 * @returns true if this value is less than or equal to provided, false otherwise
/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/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_runtime/ecmascript/
Djs_weak_container.cpp66 …ASSERT_PRINT(entry >= 0 && entry < GetSize(thread), "entry must be non-negative integer less than … in GetKey()
72 …ASSERT_PRINT(entry >= 0 && entry < GetSize(thread), "entry must be non-negative integer less than … in GetValue()
112 …ASSERT_PRINT(entry >= 0 && entry < GetSize(thread), "entry must be non-negative integer less than … in GetValue()
/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/ets_frontend/ets2panda/test/parser/ets/
Dbinary_op.ets48 // relational (less, greater, less eq, greater eq), instanceof
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Djson-parser.js188 print(numParsedObj.numberval5, 2.225e-309);// less than DBL_MIN
189 print(numParsedObj.numberval6, 3e-320);// less than DBL_MIN
191 print(numParsedObj.numberval8, 0);// less than Number.MIN_VALUE, expect 0
192 print(numParsedObj.numberval9, 0);// less than Number.MIN_VALUE, expect 0
/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

12345678910>>...17