Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

Creating a mask with N least significant bits set

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

XSLT Bitwise Logic

xslt logic bit-manipulation

java.util.BitSet -- set() doesn't work as expected

Anding with 0xff, clarification needed

java bit-manipulation

How to reverse a bitwise OR operation?

Why does BinaryReader.ReadUInt32() reverse the bit pattern?

A quick cheatsheet on using a bit map to store multiple values

bit-manipulation

Can someone explain ARM bitwise operations to me?

Java and unsigned values

java bit-manipulation

What does the "^=" operator do in this find non-paired number algorithm? [duplicate]

Fast Euclidean division in C

Fastest way to transpose 4x4 byte matrix

Why doesn't the bitwise & operator short-circuit?

Set or Reset a given bit without branching

c bit-manipulation

Splitting an RGB uint into its separate R G B components

Bitshift to multiply by any number

c bit-manipulation

Efficient bitwise operations for counting bits or find the right|left most ones

How can I tell if a number is a multiple of four using only the logic operator AND?

Java bitwise comparison of a byte

java bit-manipulation