| /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/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_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/static_core/plugins/ets/stdlib/std/core/ |
| D | Short.sts | 146 * 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
|
| D | Int.sts | 146 * 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
|
| D | Long.sts | 146 * 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
|
| D | Byte.sts | 147 * 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
|
| D | Float.sts | 193 * 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/ |
| 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/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/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/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/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
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_weak_container.cpp | 66 …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/ |
| D | test-branch-elimination-expected.pa.txt | 89 less 0x13, v0 218 less 0x26, v0 232 less 0x2a, v0
|
| /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/ets2panda/test/parser/ets/ |
| D | binary_op.sts | 48 // relational (less, greater, less eq, greater eq), instanceof
|
| /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/runtime_core/libabckit/tests/clean_scenarios/c_api/dynamic/parameter_check/ |
| D | README.md | 11 …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/ |
| D | README.md | 11 …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/ |
| D | mempool_allocator.h | 184 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>>
|