Home
last modified time | relevance | path

Searched full:complement (Results 1 – 25 of 36) sorted by relevance

12

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/08.logical_complement/
Dlogical_complement.params.yaml14 --- # List of logical complement operator values
Dlogical_complement.ets18 desc: Logical complement operator
Dlogical_complement_pos.ets17 desc: Logical complement operator
Dlogical_complement_number.ets17 desc: Logical complement operator
Dlogical_complement_char.ets17 desc: Logical complement operator
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/06.value_types/01.integer_types_and_operations/bitwise_complement/
Dbitwise_complement_int.ets18 desc: check bitwise complement of integer
Dbitwise_complement_short.ets18 desc: check bitwise complement of short integer
Dbitwise_complement_bigint.ets18 desc: check bitwise complement of bigint
Dbitwise_complement_long.ets18 desc: check bitwise complement of long integers
Dbitwise_complement_byte.ets18 desc: check bitwise complement of byte
Dbitwise_complement_char.ets18 desc: check bitwise complement of char
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/07.bitwise_complement/
Dbitwise_complement_neg.ets17 desc: Bitwise complement operator
Dbitwise_complement.ets19 desc: Bitwise complement operator
Dbitwise_complement.params.yaml14 --- # List of logical complement operator values
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/06.unary_minus/
Dunary_minus_outbound_int.ets17 desc: Unary minus operator. The range of two’s-complement value is not symmetric. The same maximum …
Dunary_minus_outbound_float.ets17 desc: Unary minus operator. The range of two’s-complement value is not symmetric. The same maximum …
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_enum/
Dconstant_bitwise_complement.ets19 Constant expression with bitwise complement as enum initializer.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/33.constant_expression/check_array/
Dconstant_bitwise_complement.ets19 Constant expression with bitwise complement as array size.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/
Dbitwise_complement_n.ets20 The operand of a bitwise complement operator.
Dbitwise_complement.ets20 The operand of a bitwise complement operator.
/arkcompiler/ets_frontend/ets2panda/test/runtime/ets/
DBitwiseOperationsOnFloat.ets135 // Testing "bitwise complement" operator
239 // Testing "bitwise complement" operator
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D7_expressions.rst3817 programming language uses two’s-complement representation for integers. The
3818 range of two’s-complement value is not symmetric. The same maximum negative
3843 two’s-complement representation
3844 two’s-complement value
3854 .. _Bitwise Complement:
3856 Bitwise Complement
3862 *Bitwise complement* operator '``~``' is applied to an operand
3873 The result of a unary bitwise complement expression is a value, not a variable
3876 The value of a unary bitwise complement expression at runtime is the bitwise
3877 complement of the value of the operand. In all cases, *~x* equals
[all …]
D3_types.rst558 + Bitwise complement operator '``~``' (see :ref:`Bitwise Complement`);
600 bitwise complement operator
709 + Bitwise complement operator '``~``' (see :ref:`Bitwise Complement`);
744 bitwise complement operator
889 - Logical complement operator '``!``' (see :ref:`Logical Complement`);
909 complement operator
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Delf_types.h34 #define ELFDATA2LSB 1 /* 2's complement, little endian */
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/reports/
Darkts-spec-config.yaml514 title: Bitwise Complement
517 title: Logical Complement

12