Home
last modified time | relevance | path

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

/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.sts18 desc: Logical complement operator
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/07.value_types/01.integer_types_and_operations/bitwise_complement/
Dbitwise_complement_int.sts18 desc: check bitwise complement of integer
Dbitwise_complement_long.sts18 desc: check bitwise complement of long integers
Dbitwise_complement_char.sts18 desc: check bitwise complement of char
Dbitwise_complement_byte.sts18 desc: check bitwise complement of byte
Dbitwise_complement_short.sts18 desc: check bitwise complement of short integer
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/20.unary_expressions/07.bitwise_complement/
Dbitwise_complement.sts19 desc: Bitwise complement operator
Dbitwise_complement.params.yaml14 --- # List of logical complement operator values
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/unary_numeric_promotion/
Dbitwise_complement_n.sts20 The operand of a bitwise complement operator.
Dbitwise_complement.sts20 The operand of a bitwise complement operator.
/arkcompiler/ets_frontend/ets2panda/test/runtime/ets/
DBitwiseOperationsOnFloat.sts135 // Testing "bitwise complement" operator
239 // Testing "bitwise complement" operator
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D7_expressions.rst2981 programming language uses two’s-complement representation for integers. The
2982 range of two’s-complement value is not symmetric. The same maximum negative
3008 two’s-complement representation
3009 two’s-complement value
3022 .. _Bitwise Complement:
3024 Bitwise Complement
3030 A *bitwise complement expression* is an expression preceded by the operator '``~``'.
3038 unary bitwise complement expression.
3040 The result of a unary bitwise complement expression is a value, not a variable
3043 The value of a unary bitwise complement expression at runtime is the bitwise
[all …]
D3_types.rst493 + Bitwise complement operator '``~``' (see :ref:`Bitwise Complement`);
541 bitwise complement operator
664 + Bitwise complement operator '``~``' (see :ref:`Bitwise Complement`);
703 bitwise complement operator
898 - Logical complement operator '``!``' (see :ref:`Logical Complement`);
919 complement operator
D15_semantics.rst1290 :ref:`Logical Complement`) is kept boolean.
/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/plugins/ets/stdlib/escompat/
DBigInt.sts859 // handled betweed 2s complement and vise versa codes
996 // Perform 2's complement for negative numbers.
1009 // Perform 2's complement for negative numbers.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/03.operator_precedence/
Dprefix.sts41 // bitwise complement
Dpostfix.sts41 // bitwise complement
Dunary.sts17 desc: unary minus, plus, and bitwise complement operators with other lower precedence operators
/arkcompiler/runtime_core/static_core/runtime/include/
Dobject_accessor-inl.h223 // we need to use the complement memory order std::memory_order_acquire in SetFieldObject()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Delf_builder.cpp191 Data: 2's complement, little endian
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.cpp1713 set.complement(); in MatchUnicodeProperty()
/arkcompiler/runtime_core/isa/
Disa.yaml62 If bytecode treats register value as signed integer, it uses two's complement representation.
/arkcompiler/runtime_core/static_core/isa/
Disa.yaml62 If bytecode treats register value as signed integer, it uses two's complement representation.