| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/maple_be/ |
| D | cg_aarch64_aarch64_operand_test.cpp | 60 { // 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/ |
| D | object_call_method_by_name_ref_test.ets | 54 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/ |
| D | function_call_ref_test.ets | 42 return "Less"; 59 return "Less"; 77 return "Less"; 104 return "Less";
|
| /arkcompiler/runtime_core/static_core/runtime/include/mem/ |
| D | panda_containers.h | 63 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/ |
| D | aarch64_abi.h | 31 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);
|
| D | aarch64_cc.def | 29 CONDCODE(LT, 0xb) /* signed less than */ 31 CONDCODE(LE, 0xd) /* signed less than or equal */
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | c_containers.h | 40 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<>>
|
| D | chunk_containers.h | 71 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/ |
| D | test-ts-extremely-number-1.ts | 43 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/ |
| D | aarch64_operand.cpp | 19 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/ |
| D | arena_containers.h | 46 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/ |
| D | arena_containers.h | 49 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/ |
| D | cfi.h | 148 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/ |
| D | operand.cpp | 144 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/ |
| D | Int.ets | 211 * 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
|
| D | Short.ets | 211 * 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
|
| D | Long.ets | 211 * 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
|
| D | Byte.ets | 211 * 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/ |
| D | for-update-continue-1-expected.txt | 20 less 0x4, v1 105 less 0x2, v5 161 less 0xb, v7
|
| /arkcompiler/ets_frontend/es2panda/test/optimizer/js/branch-elimination/ |
| D | test-branch-elimination-expected.pa.txt | 89 less 0x13, v0 218 less 0x26, v0 232 less 0x2a, v0
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_weak_container.cpp | 66 …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/ |
| D | README.md | 4 …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/ |
| D | binary_op.ets | 48 // relational (less, greater, less eq, greater eq), instanceof
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | json-parser.js | 188 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/ |
| D | jsonparser.js | 194 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
|