Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

bitwise right shift and 0xFF | Java

java bit-manipulation

how to get absolute value of a number in java using bit manipulation

3D Morton code computation utilizing carry-less multiplication

Data structure to manipulate long strings of bits

Python - Fastest way to calculate log2(int) of a number that is an integral power of 2

python bit-manipulation

Fast Bitwise Get Column in Python

Winforms control for binary representation of an integer

Simulating Floating Point Multiplication in C using Bitwise Operators [closed]

Extend Enum with flag methods?

Efficent way to store "180-bit" (more than 64-bit) integer

Getting Lower-Order N Bits

c# .net bit-manipulation

Purpose of integer literal suffix in left shift

Extracting pixel data from given image data. Need Help Understanding the code

Shortish bitwise method of rouding towards zero to nearest 0x50?

Fast algorithm to spread bits of u8 to the LSBs of each byte of a u64

Packaging values in DWORD

When does bit shifting cause undefined behavior in C++?

Reverse bits the obvious way

c++ c bit-manipulation

Flip bits in array using python