Search code examples
When right shift operation >> shift sign bit and when it not?...

c++bit-manipulationbit-shiftsigned

Read More
How many 1s in an n-bit integer?...

language-agnosticbit-manipulationhammingweight

Read More
What does "x += x & (-x)" mean?...

c++bit-manipulationbitwise-operatorssegment-treebinary-indexed-tree

Read More
Count leading zeroes in an Int32...

c#countintbit-manipulationleading-zero

Read More
Can anyone explain to me what this shifting means under this circumstance: uint16_t register0 = (ins...

cvirtual-machinebit-manipulation

Read More
Unsigned shift right in Scala...

scalabit-manipulationbyteunsigned

Read More
Order of fields when using a bit field in C...

cgccbit-manipulationbitbit-fields

Read More
Branchless way to map 0 to any nonzero value while leaving other values alone?...

cperformanceoptimizationbit-manipulationbranch

Read More
Why is XOR the default way to combine hashes?...

cryptographybit-manipulationhashprobabilityxor

Read More
Non looping way to check if every Nth bit is set, with or without an offset?...

c#loopslogicbit-manipulationbitwise-operators

Read More
Understanding PHP & (ampersand, bitwise and) operator...

phpoperatorsbit-manipulationbitwise-operators

Read More
Structures with bitwise data in C++...

c++structbit-manipulation

Read More
Hackkerrank BitFlipping Challenge...

javabit-manipulationunary-operator

Read More
Code to find X such that the product (A ^ X) * (B ^ X) is maximised...

bit-manipulationxor

Read More
How to move bits of a number from register to eight other registers...

assemblybit-manipulationavr

Read More
How get two's complement of a register value in ARM?...

assemblyarmbit-manipulationtwos-complement

Read More
How to replace the independent 1 with 0 in binary number using only bitwise operations?...

pythonbinarybit-manipulationbitbitwise-operators

Read More
Bitwise: Why 14 & -14 is equals to 2 and 16 & -16 is equals to 16?...

pythonbit-manipulation

Read More
Bitwise unpacking a long into two numbers...

c#bit-manipulation

Read More
Flipping bits in PHP...

phpbit-manipulation

Read More
how does below bit manipulation code works?...

javabit-manipulation

Read More
inconsistent results with left shift operator (<<)...

cbit-manipulationbit-shiftunsigned-integer

Read More
How can I swap two bits of integer in Java?...

javabit-manipulationswap

Read More
Find out number of bits needed to represent a positive integer in binary?...

javabit-manipulationbit

Read More
Intent of the code with binary bitwise and shift operators, finding minimal version...

c#bit-manipulation

Read More
What's the best way to convert from network bitcount to netmask?...

network-programmingbit-manipulation

Read More
x86 XOR opcode differences...

assemblyx86bit-manipulationopcodeinstruction-encoding

Read More
counting 1's in a bit string to keep positions in a variable and then accessing each value...

pythondataframebit-manipulationgenetic-algorithmgenetic-programming

Read More
Incorrect bitwise result...

cbit-manipulation

Read More
Why in a two's complement system does the expression x &= (x - 1) delete the rightmost bit?...

cbit-manipulation

Read More
BackNext