Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

Pack/unpack short into int

How can I check my byte flag, verifying that a specific bit is at 1 or 0?

c math binary bit-manipulation

Why does OR 0 round numbers in Javascript?

Change XOR to XNOR

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

Is there a faster algorithm for max(ctz(x), ctz(y))?

Why in JavaScript expression 255 << 24 is a negative number?

MySQL bitwise AND 256-bit binary values

mysql blob bit-manipulation

unexpected result in bit shifting operation

java bit-manipulation

Bitwise right shift operator in Java

Java XOR Operator questions

java bit-manipulation xor

Which is the most efficient way to extract an arbitrary range of bits from a contiguous sequence of words?

Unusual conversion between float and long [duplicate]

Mask for clearing m bits after n LSBits

c++ c bit-manipulation bit

Create double by appending binary representations of two ints

Efficient bitswapping in python3

Combine Set, Clear and Toggle in one line of C

Get bits from byte and slice 2 bit pairs

Arithmetic shift-right integers with half rounding toward zero

Change 4 middle bits of a byte in C

c bit-manipulation