Home
last modified time | relevance | path

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/
Daarch64_cc.def28 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 */
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);
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DBuiltinArrayAlgorithms.ets32 …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 …]
DComparable.ets25 * The result is less than 0 if this instance lesser than provided object
27 * and greater than 0 otherwise.
DInt.ets211 * 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
DShort.ets211 * 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
DLong.ets211 * 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
DByte.ets211 * 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
DFloat.ets257 * 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/
DArray_builtin_algorithms.ets.j236 …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/
Dtest-ts-extremely-number-1.ts40 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/
Dtwo_same_field_modifiers.ets19 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/
Dabrupt12.ets18 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.
Dabrupt11.ets18 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.
Dabrupt10.ets18 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.
Dabrupt01.ets18 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/
Dmem_utils.h20 // 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/
Dnamespace_execution_statements_test01.ets36 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/
Dbase_mod.js20 // #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/
Dbase_mod.js20 // #16327008318272898567# other than #4142007332460109178# for first anonymous function
21 // #7595881967332036965# other than #311697330876580632# for second anonymous function
/arkcompiler/runtime_core/common_interfaces/base/
Druntime_param.h42 …* 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/
Djson-parser.js185 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/
Djsonparser.js191 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/
DprivateNameInInExpressionTransform.ts28 // '==' and '||' have lower precedence than 'in'
30 // '<<' has higher precedence than 'in'
/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DMemoryUtils.spec.ts65 // 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