Searched full:integers (Results 1 – 25 of 88) sorted by relevance
1234
| /arkcompiler/runtime_core/static_core/docs/ |
| D | rationale-for-bytecode.md | 188 with say 64-bit integers. In this case, if we want to add two double-precision floating point 192 all kinds of addition (for short and long integers, for signed and unsigned integers, for 217 I.e. does it mean that if `adda reg1, reg2` operates only on 64-bit integers, registers `reg1` 220 which do not distinguish between integers and pointers on many platforms). The key constraint is
|
| /arkcompiler/runtime_core/docs/ |
| D | rationale-for-bytecode.md | 188 with say 64-bit integers. In this case, if we want to add two double-precision floating point 192 all kinds of addition (for short and long integers, for signed and unsigned integers, for 217 I.e. does it mean that if `adda reg1, reg2` operates only on 64-bit integers, registers `reg1` 220 which do not distinguish between integers and pointers on many platforms). The key constraint is
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/07.value_types/01.integer_types_and_operations/bitwise_complement/ |
| D | bitwise_complement_long.sts | 18 desc: check bitwise complement of long integers
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/07.value_types/01.integer_types_and_operations/addition/ |
| D | addition_long.sts | 18 desc: check addition of two long integers
|
| D | addition_int.sts | 18 desc: check addition of two integers
|
| D | addition_short.sts | 18 desc: check addition of two short integers
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/07.value_types/01.integer_types_and_operations/bitwise_or/ |
| D | bitwise_or_long.sts | 18 desc: check bitwise OR of two long integers
|
| D | bitwise_or_int.sts | 18 desc: check bitwise OR of two integers
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/07.value_types/01.integer_types_and_operations/greater_than/ |
| D | greater_than_int.sts | 18 desc: check greater operation for two integers
|
| D | greater_than_short.sts | 18 desc: check greater operation for two short integers
|
| D | greater_than_long.sts | 18 desc: check greater operation for two long integers
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/07.value_types/01.integer_types_and_operations/greater_or_equal/ |
| D | greater_or_equal_long.sts | 18 desc: check greater or equal for two long integers
|
| D | greater_or_equal_short.sts | 18 desc: check greater or equal for two short integers
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/07.value_types/01.integer_types_and_operations/bitwise_xor/ |
| D | bitwise_xor_int.sts | 18 desc: check bitwise XOR of two integers
|
| D | bitwise_xor_short.sts | 18 desc: check bitwise XOR of two short integers
|
| D | bitwise_xor_long.sts | 18 desc: check bitwise XOR of two long integers
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/07.value_types/01.integer_types_and_operations/multiplication/ |
| D | multiplication_long.sts | 18 desc: check multiplication of two long integers
|
| D | multiplication_short.sts | 18 desc: check multiplication of two short integers
|
| D | multiplication_int.sts | 18 desc: check multiplication of two integers
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/07.value_types/01.integer_types_and_operations/subtraction/ |
| D | subtraction_short.sts | 18 desc: check subtraction of two short integers
|
| D | subtraction_int.sts | 18 desc: check subtraction of two integers
|
| D | subtraction_long.sts | 18 desc: check subtraction of two long integers
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/07.value_types/01.integer_types_and_operations/equal/ |
| D | equal_int.sts | 18 desc: check equality of two integers
|
| D | equal_long.sts | 18 desc: check equality of two long integers
|
| D | equal_short.sts | 18 desc: check equality of two short integers
|
1234