Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

I want to pack the bits based on arbitrary mask

When right shift operation >> shift sign bit and when it not?

Bitshifts canceling out instead of expected behavior [duplicate]

How to fast set 9 bits after all '1's in an 64 bit integer

c++ bit-manipulation

What could be the benefit of such a complicated function to test if variable is not zero?

Toggle all bits except after highest set bit

What is a better method for packing 4 bytes into 3 than this?

Bitwise Manipulation or Bitwise Programming [closed]

c++ c bit-manipulation

Bitwise operations in Python

Bit twiddling for Java or Scala programmers

java bit-manipulation

Byte shift inverse operation

Group enum members?

Reverse bytes order of long

Why does shifting more than the allowed bits still work?

Bit permutation tables in C

c bit-manipulation

Bitwise concatenation in C

Bitwise operation on a floating point usefulness

Bit shifting and bit mask - sample code

java bit-manipulation

Efficiently bitshifting bytes in 32/64 bit quantities?

How to get lg2 of a number that is 2^k