Search code examples
How to define a type of a bit-combination?...

powershelltypesbit-manipulation

Read More
When to use the bitwise and operator (&)?...

pythonbit-manipulationbitwise-operatorscollatz

Read More
Is this bitwise conversion safe?...

c++bit-manipulationsignedunsigned-integer

Read More
Using bitwise OR 0 to floor a number...

javascriptfloating-pointbit-manipulation

Read More
Hamming Distance: unclear logic step involving bitwise operation...

python-3.xbit-manipulationbitwise-operatorshamming-distance

Read More
Can I convert a bunch of boolean columns to a single bitmap in PostgreSQL?...

sqlpostgresqltypesbooleanbit-manipulation

Read More
What type of analysis do compilers do to spot opportunities for reducing entires chunks of code with...

c++assemblyclangbit-manipulationcompiler-optimization

Read More
Why do I need to Bitwise AND with 1 the shift righted char in binary to get the correct binary value...

cwhile-loopbit-manipulationunsigned-charbitwise-and

Read More
Is there an elegant and fast way to test for the 1-bits in an integer to be in a contiguous region?...

c++cbit-manipulation

Read More
How to implement unsigned right shift for BigInt in JavaScript?...

javascriptbit-manipulationbit-shiftbigint

Read More
Why is squaring a number faster than multiplying two random numbers?...

algorithmmathbit-manipulationdiscrete-mathematics

Read More
Find position of the unique set bit in 32-bit number...

c++assemblyx86bit-manipulationintrinsics

Read More
How to efficiently read bits out of bytes?...

javascriptparsingnode.jsbytebit-manipulation

Read More
How does XOR variable swapping work?...

language-agnosticbit-manipulationxor

Read More
Given N, return M that satisfy the equation: N + M = 2 * (N XOR M)...

pythonalgorithmbit-manipulationbitwise-operatorsxor

Read More
Is it possible to check for exactly n flags are set for an enum in C++ std::unordered_map key?...

c++enumsbit-manipulationunordered-mapbitflags

Read More
Java bitwise AND incorrect output?...

javabit-manipulation

Read More
How can I sign-extend a 5-bit value?...

c++bit-manipulationtwos-complement

Read More
Bit twiddle help: Expanding bits to follow a given bitmask...

algorithmcudabit-manipulation

Read More
How do I get the "lost" bit from a bit shift?...

c++visual-c++bit-manipulation

Read More
Optimal Selection for minimum total sum...

calgorithmbit-manipulation

Read More
Finding Bit Positions in an unsigned 32-bit integer...

cbit-manipulation

Read More
number of bytes required to store a certain number of bits...

cbytebit-manipulation

Read More
Adding two byte arrays which represent unsigned numbers together fails to add last carry in c...

arrayscbit-manipulationadditionbigint

Read More
Javascript V8 Torque Engine Loading Binary Data Improperly...

javascriptbit-manipulationchromiumv8

Read More
a bitwise expression that returns 1 when mask is all zeros and x when mask is all ones...

cbit-manipulationbitwise-operators

Read More
Avoid unnecessary mov ecx, ecx instruction in bzhi(y, tzcnt(x))...

c++assemblyvisual-c++bit-manipulationcompiler-optimization

Read More
What am I doing wrong here? - Bit Manipulation...

c++bit-manipulationarduino-uno

Read More
Get index of least significant set bit for a long in Java...

javabit-manipulation

Read More
When does bit shifting cause undefined behavior in C++?...

c++bit-manipulationbitwise-operatorsbit-shift

Read More
BackNext