Home
last modified time | relevance | path

Searched full:greater (Results 1 – 25 of 233) sorted by relevance

12345678910

/arkcompiler/ets_frontend/es2panda/test/optimizer/js/branch-elimination/
Dtest-constant-propagation-expected.pa.txt17 greater 0x9, v1
43 greater 0x10, v1
69 greater 0x1c, v1
Dtest-branch-elimination-expected.pa.txt98 greater 0x1d, v0
225 greater 0x33, v0
241 greater 0x39, v0
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_cc.def28 CONDCODE(GE, 0xa) /* signed greater than or equal */
30 CONDCODE(GT, 0xc) /* signed greater than */
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DInt.sts148 * and greater than 0 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
DShort.sts148 * and greater than 0 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
DLong.sts148 * and greater than 0 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.sts149 * and greater than 0 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
DFloat.sts195 * and greater than 0 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
437 * Checks if this instance value is greater than or equal to value of provided instance
441 * @returns true if this value is greater than or equal to provided, false otherwise
/arkcompiler/ets_frontend/ets2panda/test/parser/ets/
Dbinary_op.sts48 // relational (less, greater, less eq, greater eq), instanceof
/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DMemoryUtils.spec.ts65 // currentMemory * 0.3 is greater than minGCBaseline
79 // 0.25: make the value of memoryValue2 * 0.3 greater than minGCBaseline
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dtype_info.h306 GT, // greater
307 GE, // greater than or equal
311 HI, // greater
312 HS, // greater than or equal
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/07.value_types/02.floating-point_types_and_operations/greater_than/
Dgreater_than_float.sts18 desc: check greater than operation for two floats
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/07.value_types/01.integer_types_and_operations/greater_than/
Dgreater_than_byte.sts18 desc: check greater operation for two bytes
Dgreater_than_short.sts18 desc: check greater operation for two short integers
Dgreater_than_long.sts18 desc: check greater operation for two long integers
Dgreater_than_char.sts18 desc: check greater operation for two chars
Dgreater_than_int.sts18 desc: check greater operation for two integers
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/07.value_types/01.integer_types_and_operations/greater_or_equal/
Dgreater_or_equal_int.sts18 desc: check greater or equal for two integers
Dgreater_or_equal_byte.sts18 desc: check greater or equal for two bytes
Dgreater_or_equal_short.sts18 desc: check greater or equal for two short integers
Dgreater_or_equal_char.sts18 desc: check greater or equal for two chars
Dgreater_or_equal_long.sts18 desc: check greater or equal for two long integers
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/js/
DStringTest.js20 console.log('The string length is greater than 0.');
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/07.value_types/02.floating-point_types_and_operations/greater_or_equal/
Dgreater_or_equal_float.sts18 desc: check greater or equal operation for two floats
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/ts/
DStringTest.ts20 console.log('The string length is greater than 0.');

12345678910