Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

Swap two bits with a single operation in C?

c arduino bit bit-manipulation

JavaScript Endian Encoding?

Bitshifts to obtain remainder

Calculate the number of unordered pairs in an array whose bitwise "AND" is a power of 2 in O(n) or O(n*log(n))

QM coding implementation in Python - is 16 bit word obligatory?

Fast method to multiply integer by proper fraction without floats or overflow

Bit hacking and modulo operation

What is this asm style "x | 0" some javascript programmers are now using?

Efficiently find least significant set bit in a large array?

Optimizing a bit-manipulating algorithm in GameBoy Z80

Bad optimization of std::fabs()?

c++ bit-manipulation

C# bitwise shift on ushort (UInt16)

Implementing logical negation with only bitwise operators (except !)

Java bitwise operator << [duplicate]

what does it mean to bitwise left shift an unsigned char with 16

c++ c bit-manipulation

Python Unsigned Right Shift [duplicate]

How do I sum the four 2-bit bitfields in a single 8-bit byte?

Bitwise-or operator used on a sign-extended operand in Visual Studio 2015

Order of fields when using a bit field in C

How to count the number of 1 bits set in 0, 1, 2, ..., n in O(n) time?