Searched full:complement (Results 1 – 25 of 25) sorted by relevance
14 --- # List of logical complement operator values
18 desc: Logical complement operator
18 desc: check bitwise complement of integer
18 desc: check bitwise complement of long integers
18 desc: check bitwise complement of char
18 desc: check bitwise complement of byte
18 desc: check bitwise complement of short integer
19 desc: Bitwise complement operator
20 The operand of a bitwise complement operator.
135 // Testing "bitwise complement" operator239 // Testing "bitwise complement" operator
2981 programming language uses two’s-complement representation for integers. The2982 range of two’s-complement value is not symmetric. The same maximum negative3008 two’s-complement representation3009 two’s-complement value3022 .. _Bitwise Complement:3024 Bitwise Complement3030 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 variable3043 The value of a unary bitwise complement expression at runtime is the bitwise[all …]
493 + Bitwise complement operator '``~``' (see :ref:`Bitwise Complement`);541 bitwise complement operator664 + Bitwise complement operator '``~``' (see :ref:`Bitwise Complement`);703 bitwise complement operator898 - Logical complement operator '``!``' (see :ref:`Logical Complement`);919 complement operator
1290 :ref:`Logical Complement`) is kept boolean.
34 #define ELFDATA2LSB 1 /* 2's complement, little endian */
859 // handled betweed 2s complement and vise versa codes996 // Perform 2's complement for negative numbers.1009 // Perform 2's complement for negative numbers.
41 // bitwise complement
17 desc: unary minus, plus, and bitwise complement operators with other lower precedence operators
223 // we need to use the complement memory order std::memory_order_acquire in SetFieldObject()
191 Data: 2's complement, little endian
1713 set.complement(); in MatchUnicodeProperty()
62 If bytecode treats register value as signed integer, it uses two's complement representation.