Home
last modified time | relevance | path

Searched full:than (Results 1 – 25 of 593) sorted by relevance

12345678910>>...24

/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DShort.sts146 * The result is less than 0 if this instance lesser than provided object
148 * and greater than 0 otherwise.
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
272 * Checks if this instance value is greater than value of provided instance
276 * @returns true if this value is greater than provided, false otherwise
283 * Checks if this instance value is greater than or equal to value of provided instance
287 * @returns true if this value is greater than or equal to provided, false otherwise
DInt.sts146 * The result is less than 0 if this instance lesser than provided object
148 * and greater than 0 otherwise.
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
264 * Checks if this instance value is greater than value of provided instance
268 * @returns true if this value is greater than provided, false otherwise
275 * Checks if this instance value is greater than or equal to value of provided instance
279 * @returns true if this value is greater than or equal to provided, false otherwise
DBuiltinArrayAlgorithms.sts32 …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 …]
DLong.sts146 * The result is less than 0 if this instance lesser than provided object
148 * and greater than 0 otherwise.
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
299 * Checks if this instance value is greater than value of provided instance
303 * @returns true if this value is greater than provided, false otherwise
310 * Checks if this instance value is greater than or equal to value of provided instance
314 * @returns true if this value is greater than or equal to provided, false otherwise
DByte.sts147 * The result is less than 0 if this instance lesser than provided object
149 * and greater than 0 otherwise.
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
297 * Checks if this instance value is greater than value of provided instance
301 * @returns true if this value is greater than provided, false otherwise
308 * Checks if this instance value is greater than or equal to value of provided instance
312 * @returns true if this value is greater than or equal to provided, false otherwise
DComparable.sts25 * The result is less than 0 if this instance lesser than provided object
27 * and greater than 0 otherwise.
DFloat.sts193 * The result is less than 0 if this instance lesser than provided object
195 * and greater than 0 otherwise.
245 * compare(float, float) checks if two floats are differs no more than by Float.DELTA
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
426 * Checks if this instance value is greater than value of provided instance
430 * @returns true if this value is greater than provided, false otherwise
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/templates/stdlib/
DArray_builtin_algorithms.sts.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_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/tests/ets-templates/07.expressions/10.method_call_expression/02.step_2_selection_of_method/
Dstep2n.params.yaml29 // more than one applicable method
46 // more than one applicable method
63 // more than one applicable method
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/
Dtwo_same_field_modifiers.sts19 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/11.function_call_expression/step_1_selection_of_function/
Dstep1n.params.yaml27 // more than one applicable function
41 // more than one applicable function
55 // more than one applicable function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/
Dabrupt11.sts18 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.sts18 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.
Dabrupt12.sts18 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.sts18 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/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/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/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
/arkcompiler/toolchain/build/config/aosp/
Dconfig.gni54 # architecture, which is different than the names GN uses.
64 # architecture, which is different than the names GN uses.
84 # only need to define the current one, rather than one for every platform
/arkcompiler/runtime_core/tests/checked/
Dcompare_lenarray_with_zero.pa14 #! CHECKER Check if LenArray is not less than zero is eliminated
41 #! CHECKER Check if LenArray is greater than zero is not eliminated
/arkcompiler/runtime_core/static_core/tests/checked/
Dcompare_lenarray_with_zero.pa14 #! CHECKER Check if LenArray is not less than zero is eliminated
41 #! CHECKER Check if LenArray is greater than zero is not eliminated

12345678910>>...24