Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

Exclusion constraint on a bitstring column with bitwise AND operator

Using F#'s static type parameters and encoding numeric constants

Stealing bits from an IEEE 754 double

Generating particular bit pattern using bitwise operators

c logic bit-manipulation

Bash shell, trying to create and evaluate a mask

Count the consecutive zero bits (trailing) on the right in parallel: an explanation?

How to truncate large integers during bitwise operations to mimic JavaScript in Ruby?

Efficient comparison of small integer vectors

How to get last 16 binary digits of a negative number and concatenate them?

count the numbers such that a number must have its count of set bits as a fibonacci number?

Formula for memory alignment

c bit-manipulation

What is practical application of x86 RCL/RCR instructions?

How to optimize str.replace() in Python

Random numbers between 1 and 15

c++ random bit-manipulation

I need a little explaination on this bitwise puzzle

A C preprocessor macro to pack bitfields into a byte?

Leading zeros calculation with intrinsic function

Performing Bit modification on Floating point numbers in Matlab

Implementation of ArrayDeque.allocateElements (bitwise operations)

Why can't you do bitwise operations on pointer in C, and is there a way around this?