Home
last modified time | relevance | path

Searched full:integers (Results 1 – 25 of 117) sorted by relevance

12345

/arkcompiler/runtime_core/static_core/docs/
Drationale-for-bytecode.md188 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/
Drationale-for-bytecode.md188 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/
Dnt_int_operator_13.ets17 desc: Verify negative values of integers.
Dnt_int_operator_11.ets17 desc: Verify the positive value of integers.
Dnt_int_operator_14.ets17 desc: Verify the self reduction of integers(a--).
Dnt_int_operator_18.ets17 desc: Test the right shift operation of integers(>>>).
Dnt_int_operator_22.ets17 desc: Test the bitwise difference between integers(|).
Dnt_int_operator_17.ets17 desc: Test the right shift operation of integers(>>).
Dnt_int_operator_16.ets17 desc: Test the left shift operation of integers(<<).
Dnt_int_operator_21.ets17 desc: Test the bitwise difference between integers(^).
Dnt_int_operator_15.ets17 desc: Verify the self addition of integers(a++).
Dnt_int_operator_19.ets17 desc: Test the bitwise inversion operation of integers(~).
Dnt_int_operator_12.ets17 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/
Dbitwise_complement_long.ets18 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/
Dsubtraction_bigint.ets18 desc: check subtraction of two integers
Dsubtraction_short.ets18 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/
Dbitwise_xor_long.ets18 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/
Dmultiplication_short.ets18 desc: check multiplication of two short integers
Dmultiplication_long.ets18 desc: check multiplication of two long integers
Dmultiplication_int.ets18 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/
Daddition_int.ets18 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/
Dgreater_or_equal_short.ets18 desc: check greater or equal for two short integers
Dgreater_or_equal_long.ets18 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/
Dgreater_than_long.ets18 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/
Dequal_short.ets18 desc: check equality of two short integers

12345