Searched full:than (Results 1 – 25 of 676) sorted by relevance
12345678910>>...28
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| D | aarch64_cc.def | 28 CONDCODE(GE, 0xa) /* signed greater than or equal */ 29 CONDCODE(LT, 0xb) /* signed less than */ 30 CONDCODE(GT, 0xc) /* signed greater than */ 31 CONDCODE(LE, 0xd) /* signed less than or equal */
|
| 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);
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/ |
| D | BuiltinArrayAlgorithms.ets | 32 …irst element, where (element < key) is false. If no such element is found than lower bound is endI… 42 * @returns index such (arr[index] < key) is false. If no such index is found than endIndex 70 …irst element, where (element < key) is false. If no such element is found than lower bound is endI… 76 * @returns index such (arr[index] < key) is false. If no such index is found than arr.length 85 …first element, where (key < element) is true. If no such element is found than upper bound is endI… 95 * @returns index such (key < arr[index]) is true. If no such index is found than endIndex 123 …first element, where (key < element) is true. If no such element is found than upper bound is endI… 129 * @returns index such (key < arr[index]) is true. If no such index is found than arr.length 198 …irst element, where (element < key) is false. If no such element is found than lower bound is endI… 208 * @returns index such (arr[index] < key) is false. If no such index is found than endIndex [all …]
|
| D | Comparable.ets | 25 * The result is less than 0 if this instance lesser than provided object 27 * and greater than 0 otherwise.
|
| D | Int.ets | 211 * The result is less than 0 if this instance lesser than provided object 213 * and greater than 0 otherwise. 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 329 * Checks if this instance value is greater than value of provided instance 333 * @returns true if this value is greater than provided, false otherwise 340 * Checks if this instance value is greater than or equal to value of provided instance 344 * @returns true if this value is greater than or equal to provided, false otherwise
|
| D | Short.ets | 211 * The result is less than 0 if this instance lesser than provided object 213 * and greater than 0 otherwise. 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 337 * Checks if this instance value is greater than value of provided instance 341 * @returns true if this value is greater than provided, false otherwise 348 * Checks if this instance value is greater than or equal to value of provided instance 352 * @returns true if this value is greater than or equal to provided, false otherwise
|
| D | Long.ets | 211 * The result is less than 0 if this instance lesser than provided object 213 * and greater than 0 otherwise. 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 364 * Checks if this instance value is greater than value of provided instance 368 * @returns true if this value is greater than provided, false otherwise 375 * Checks if this instance value is greater than or equal to value of provided instance 379 * @returns true if this value is greater than or equal to provided, false otherwise
|
| D | Byte.ets | 211 * The result is less than 0 if this instance lesser than provided object 213 * and greater than 0 otherwise. 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 361 * Checks if this instance value is greater than value of provided instance 365 * @returns true if this value is greater than provided, false otherwise 372 * Checks if this instance value is greater than or equal to value of provided instance 376 * @returns true if this value is greater than or equal to provided, false otherwise
|
| D | Float.ets | 257 * The result is less than 0 if this instance lesser than provided object 259 * and greater than 0 otherwise. 309 * compare(float, float) checks if two floats are differs no more than by Float.DELTA 408 * @returns true if the argument is integer ans less than MAX_SAFE_INTEGER 468 * Checks if this instance value is less than value of provided instance 472 * @returns true if this value is less than provided, false otherwise 479 * Checks if this instance value is less than or equal to value of provided instance 483 * @returns true if this value is less than or equal to provided, false otherwise 490 * Checks if this instance value is greater than value of provided instance 494 * @returns true if this value is greater than provided, false otherwise [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/templates/stdlib/ |
| D | Array_builtin_algorithms.ets.j2 | 36 …irst element, where (element < key) is false. If no such element is found than lower bound is endI… 46 * @returns index such (arr[index] < key) is false. If no such index is found than endIndex 74 …irst element, where (element < key) is false. If no such element is found than lower bound is arr.… 80 * @returns index such (arr[index] < key) is false. If no such index is found than arr.length 89 …first element, where (key < element) is true. If no such element is found than upper bound is endI… 99 * @returns index such (key < arr[index]) is true. If no such index is found than endIndex 127 …first element, where (key < element) is true. If no such element is found than upper bound is endI… 133 * @returns index such (key < arr[index]) is true. If no such index is found than arr.length 142 …irst element, where (element < key) is false. If no such element is found than lower bound is endI… 152 * @returns index such (arr[index] < key) is false. If no such index is found than endIndex [all …]
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/compiler/ |
| D | test-ts-extremely-number-1.ts | 40 print(numParsedObj.numberval2);// greater than DBL_MAX, expect Infinity 41 print(numParsedObj.numberval3);// greater than DBL_MAX, expect Infinity 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/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/ |
| D | two_same_field_modifiers.ets | 19 desc: The same field modifier appears more than once in a field declaration. 20 assert: It is a compile-time error if the same field modifier appears more than once in a field dec…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/ |
| D | abrupt12.ets | 18 For an array, if the index expression value is less than zero, greater 19 than or equal to the array's length, then ArrayIndexOutOfBoundsError is thrown.
|
| D | abrupt11.ets | 18 For an array, if the index expression value is less than zero, greater 19 than or equal to the array's length, then ArrayIndexOutOfBoundsError is thrown.
|
| D | abrupt10.ets | 18 For an array, if the index expression value is less than zero, greater 19 than or equal to the array's length, then ArrayIndexOutOfBoundsError is thrown.
|
| D | abrupt01.ets | 18 For an array, if the index expression value is less than zero, greater 19 than or equal to the array's length, then ArrayIndexOutOfBoundsError is thrown.
|
| /arkcompiler/ets_runtime/common_components/base/ |
| D | mem_utils.h | 20 // memset_s wrapper for the situation that memset size is greater than SECUREC_MEM_MAX_LEN(2GB). 22 // memcpy_s wrapper for the situation that memcpy size is greater than SECUREC_MEM_MAX_LEN(2GB).
|
| /arkcompiler/ets_frontend/ets2panda/test/runtime/ets/namespace_tests/ |
| D | namespace_execution_statements_test01.ets | 36 message = "Counter is greater than 5"; 38 message = "Counter is less than or equal to 5"; 78 …assertEQ(ComprehensiveNamespace.message, "Counter is greater than 5", "Condition failed for count…
|
| /arkcompiler/ets_frontend/es2panda/test/patch/currentVersion/hotfix/hotfix-noerror/modify-anon-content-keep-origin-name/ |
| D | base_mod.js | 20 // #16327008318272898567# other than #4142007332460109178# for first anonymous function 21 // #7595881967332036965# other than #311697330876580632# for second anonymous function
|
| /arkcompiler/ets_frontend/es2panda/test/patch/11/hotfix/hotfix-noerror/modify-anon-content-keep-origin-name/ |
| D | base_mod.js | 20 // #16327008318272898567# other than #4142007332460109178# for first anonymous function 21 // #7595881967332036965# other than #311697330876580632# for second anonymous function
|
| /arkcompiler/runtime_core/common_interfaces/base/ |
| D | runtime_param.h | 42 …* If the percentage of live objects in a region is greater than this value, this region will not b… 77 …* The latter alloction will wait a number of time if the two alloction interval is less than the w… 102 * GC will be triggered when heap allocated size is greater than this threshold. 109 …ce will be collected if the percentage of the garbage in from space is greater than this threshold. 116 * interval less than this value, the latter one is ignored.
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | json-parser.js | 185 print(numParsedObj.numberval2, Infinity);// greater than DBL_MAX, expect Infinity 186 print(numParsedObj.numberval3, Infinity);// greater than DBL_MAX, expect Infinity 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 | 191 assert_equal(numParsedObj.numberval2, Infinity);// greater than DBL_MAX, expect Infinity 192 assert_equal(numParsedObj.numberval3, Infinity);// greater than DBL_MAX, expect Infinity 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_frontend/arkguard/test/grammar/in_operator/ |
| D | privateNameInInExpressionTransform.ts | 28 // '==' and '||' have lower precedence than 'in' 30 // '<<' has higher precedence than 'in'
|
| /arkcompiler/ets_frontend/arkguard/test/ut/utils/ |
| D | MemoryUtils.spec.ts | 65 // currentMemory * 0.3 is greater than minGCBaseline 74 // 0.35: make the value of memoryValue1 * 0.3 less than minGCBaseline 79 // 0.25: make the value of memoryValue2 * 0.3 greater than minGCBaseline
|
12345678910>>...28