Searched full:complement (Results 1 – 25 of 36) sorted by relevance
12
14 --- # List of logical complement operator values
18 desc: Logical complement operator
17 desc: Logical complement operator
18 desc: check bitwise complement of integer
18 desc: check bitwise complement of short integer
18 desc: check bitwise complement of bigint
18 desc: check bitwise complement of long integers
18 desc: check bitwise complement of byte
18 desc: check bitwise complement of char
17 desc: Bitwise complement operator
19 desc: Bitwise complement operator
17 desc: Unary minus operator. The range of two’s-complement value is not symmetric. The same maximum …
19 Constant expression with bitwise complement as enum initializer.
19 Constant expression with bitwise complement as array size.
20 The operand of a bitwise complement operator.
135 // Testing "bitwise complement" operator239 // Testing "bitwise complement" operator
3817 programming language uses two’s-complement representation for integers. The3818 range of two’s-complement value is not symmetric. The same maximum negative3843 two’s-complement representation3844 two’s-complement value3854 .. _Bitwise Complement:3856 Bitwise Complement3862 *Bitwise complement* operator '``~``' is applied to an operand3873 The result of a unary bitwise complement expression is a value, not a variable3876 The value of a unary bitwise complement expression at runtime is the bitwise3877 complement of the value of the operand. In all cases, *~x* equals[all …]
558 + Bitwise complement operator '``~``' (see :ref:`Bitwise Complement`);600 bitwise complement operator709 + Bitwise complement operator '``~``' (see :ref:`Bitwise Complement`);744 bitwise complement operator889 - Logical complement operator '``!``' (see :ref:`Logical Complement`);909 complement operator
34 #define ELFDATA2LSB 1 /* 2's complement, little endian */
514 title: Bitwise Complement517 title: Logical Complement