Home
last modified time | relevance | path

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

1234

/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/07.value_types/01.integer_types_and_operations/bitwise_complement/
Dbitwise_complement_long.sts18 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/greater_or_equal/
Dgreater_or_equal_int.sts18 desc: check greater or equal for two integers
Dgreater_or_equal_short.sts18 desc: check greater or equal for two short integers
Dgreater_or_equal_long.sts18 desc: check greater or equal for two long integers
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/07.value_types/01.integer_types_and_operations/subtraction/
Dsubtraction_int.sts18 desc: check subtraction of two integers
Dsubtraction_short.sts18 desc: check subtraction of two short integers
Dsubtraction_long.sts18 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/bitwise_or/
Dbitwise_or_short.sts18 desc: check bitwise OR of two short integers
Dbitwise_or_int.sts18 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/bitwise_xor/
Dbitwise_xor_long.sts18 desc: check bitwise XOR of two long integers
Dbitwise_xor_int.sts18 desc: check bitwise XOR of two integers
Dbitwise_xor_short.sts18 desc: check bitwise XOR of two short integers
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/07.value_types/01.integer_types_and_operations/multiplication/
Dmultiplication_short.sts18 desc: check multiplication of two short integers
Dmultiplication_long.sts18 desc: check multiplication of two long integers
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/07.value_types/01.integer_types_and_operations/greater_than/
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_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/equal/
Dequal_int.sts18 desc: check equality of two integers
Dequal_long.sts18 desc: check equality of two long integers
Dequal_short.sts18 desc: check equality of two short integers
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/07.value_types/01.integer_types_and_operations/addition/
Daddition_int.sts18 desc: check addition of two integers
Daddition_long.sts18 desc: check addition of two long integers
Daddition_short.sts18 desc: check addition of two short integers

1234