Search code examples
bit-wise operation unary ~ (invert)...

pythonbit-manipulation

Read More
How is this bitwise AND operator masking the lower seven order bits of the number?...

cbit-manipulationbitbitwise-operators

Read More
Have fields in bit fields got contiguous memory location for its elements? Is this behavior compiler...

cstructbit-manipulation

Read More
Optimization and Methods for Reversing Nibbles of a Byte...

cbit-manipulationbit-shiftbitmasknibble

Read More
Given an integer, how do I find the next largest power of two using bit-twiddling?...

language-agnosticbit-manipulation

Read More
How do I get bit-by-bit data from an integer value in C?...

cbit-manipulation

Read More
How can I populate an array with multiple copies of a small value with the fewest operations possibl...

coptimizationintegerbit-manipulationswar

Read More
In C/C++ what's the simplest way to reverse the order of bits in a byte?...

c++cbit-manipulation

Read More
How to compute the integer absolute value...

algorithmbit-manipulation

Read More
Fast algorithm to spread bits of u8 to the LSBs of each byte of a u64...

algorithmbit-manipulation

Read More
Pipe character in Golang...

gobit-manipulation

Read More
How do you obtain the upper 15 bits of a uint16_t?...

c++bit-manipulation

Read More
When to use Bitwise Operators during webdevelopment?...

bit-manipulation

Read More
How to set BitArray to set specfic Bits based on value?...

c#visual-studiobit-manipulationbitarray

Read More
Convert a 52-bit integer to 20-bit and 32-bit integers...

javascriptbit-manipulation

Read More
How does this bitwise operation check for a power of 2?...

cmathbit-manipulation

Read More
Unexpected output from right rotate function...

cbit-manipulationbitwise-operatorsbit-shift

Read More
Compress string using bits Operation in C...

cbit-manipulationbitwise-operators

Read More
Efficient seeded random shuffle for the bits in a 32-bit int?...

algorithmoptimizationrandombinarybit-manipulation

Read More
Calculating the negabinary representation of a given number without loops...

algorithmbinarylanguage-agnosticbit-manipulationbase-conversion

Read More
Is it possible to test if a number is either even or '1', using only bitwise operators?...

bit-manipulationbitwise-operators

Read More
right shift not working correctly for large longs...

cbit-manipulationbitwise-operatorsbit-shift

Read More
C++ bit compaction...

c++bit-manipulation

Read More
Count bits 1 on an integer as fast as GCC __builtin__popcount(int)...

cbit-manipulationbuilt-in

Read More
Best practices for circular shift (rotate) operations in C++...

c++crotationbit-manipulationc++-faq

Read More
Compute fast log base 2 ceiling...

coptimizationmath64-bitbit-manipulation

Read More
Bitwise Interval Arithmetic...

algorithmlanguage-agnosticbit-manipulation

Read More
Why does 2's complement sign extension work by adding copies of the sign bit?...

assemblybinarybit-manipulationtwos-complementsign-extension

Read More
Find all x such that (x & (x+y)) == 0...

algorithmbit-manipulationbitwise-operatorsbitwise-and

Read More
Javascript Tilde & Two's complement ...

javascriptbit-manipulation

Read More
BackNext