Searched full:integers (Results 1 – 25 of 117) sorted by relevance
12345
| /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/01.predefined_types/02.numeric_types/ |
| D | nt_int_operator_13.ets | 17 desc: Verify negative values of integers.
|
| D | nt_int_operator_11.ets | 17 desc: Verify the positive value of integers.
|
| D | nt_int_operator_14.ets | 17 desc: Verify the self reduction of integers(a--).
|
| D | nt_int_operator_18.ets | 17 desc: Test the right shift operation of integers(>>>).
|
| D | nt_int_operator_22.ets | 17 desc: Test the bitwise difference between integers(|).
|
| D | nt_int_operator_17.ets | 17 desc: Test the right shift operation of integers(>>).
|
| D | nt_int_operator_16.ets | 17 desc: Test the left shift operation of integers(<<).
|
| D | nt_int_operator_21.ets | 17 desc: Test the bitwise difference between integers(^).
|
| D | nt_int_operator_15.ets | 17 desc: Verify the self addition of integers(a++).
|
| D | nt_int_operator_19.ets | 17 desc: Test the bitwise inversion operation of integers(~).
|
| D | nt_int_operator_12.ets | 17 desc: Verify the self addition of integers(++a).
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/ |
| D | bitwise_complement_long.ets | 18 desc: check bitwise complement of long integers
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/subtraction/ |
| D | subtraction_bigint.ets | 18 desc: check subtraction of two integers
|
| D | subtraction_short.ets | 18 desc: check subtraction of two short integers
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_xor/ |
| D | bitwise_xor_long.ets | 18 desc: check bitwise XOR of two long integers
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/multiplication/ |
| D | multiplication_short.ets | 18 desc: check multiplication of two short integers
|
| D | multiplication_long.ets | 18 desc: check multiplication of two long integers
|
| D | multiplication_int.ets | 18 desc: check multiplication of two integers
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/addition/ |
| D | addition_int.ets | 18 desc: check addition of two integers
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/greater_or_equal/ |
| D | greater_or_equal_short.ets | 18 desc: check greater or equal for two short integers
|
| D | greater_or_equal_long.ets | 18 desc: check greater or equal for two long integers
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/greater_than/ |
| D | greater_than_long.ets | 18 desc: check greater operation for two long integers
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/equal/ |
| D | equal_short.ets | 18 desc: check equality of two short integers
|
12345