Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

extracting the first 32 bits of ASCII integer

Bitwise or before casting to int32

How to efficiently scan 2 bit masks alternating each iteration

Is it possible to write a function adding two integers without control flow and strictly bitwise operations?

Fast BCD addition

Query MySQL with BIT_AND operator

Bitwise operators versus .NET abstractions for bit manipulation in C# prespective

c# .net bit-manipulation

C# performing bitwise operation with & from C++

Javascript bit shift to 32 bits

How to think of bit operations for simple operations?

c bit-manipulation

How do I output a 64bit number on Arduino if its libraries have 32 bit restrictions? [closed]

How to manipulate bits 52-32 in Javascript, without strings?

Retrieve positive or negative n bits from unsigned char ( Little endian )

c bit-manipulation

Why do i need to left shift before summing the result?

java bit-manipulation

How do I extract bits from 32 bit number

Is there a bitwise trick to increase only zero to one?

c++ bit-manipulation

Detecting single one-bit streams within an integer

Inverting bits of binary string java