Search code examples
Bitwise division in C : Programme seems to work for other numbers but when the divisor is 0 it retur...


cbit-manipulationbitwise-operatorsdivision

Read More
Reversing bits in a register Thumb-2...


armbit-manipulationshiftthumb

Read More
Finding the bigger number using bitwise operation in C...


cbit-manipulationscanfbitwise-operators

Read More
How to unpack a buffer of 12-bit values into an array of normalized float32...


pythonnumpymatlabbit-manipulationdata-conversion

Read More
Get highest number with n bits...


c++bit-manipulationbitwise-operators

Read More
How to set, clear, and toggle a single bit...


c++cbit-manipulationbitwise-operators

Read More
C bit operations / copy one bit from one byte to another byte...


cbit-manipulation

Read More
In c binary, testing to see if a number is in range...


cbit-manipulationpuzzle

Read More
Converting binary representation to signed 64 bit integer in Python...


pythonbit-manipulation

Read More
In C/C++ what's the simplest way to reverse the order of bits in a byte?...


c++cbit-manipulation

Read More
UART communication on ATmega32A with PC...


cbit-manipulationuart

Read More
Is there a name for the high and low bits of a hex string?...


hexbit-manipulationbitterminologyhexdump

Read More
Bit packing of groups of n repeated bits in a 32-bit word, compact to 1 bit per group...


cbit-manipulationmicro-optimizationbit-packing

Read More
Programme works but says "warning: integer constant is so large that it is unsigned", solu...


cbit-manipulationbitwise-operatorsbit-shiftbitmask

Read More
What is a fast fallback algorithm which emulates PDEP and PEXT in software?...


c++optimizationx86bit-manipulationbmi

Read More
Portable efficient alternative to PDEP without using BMI2?...


algorithmassemblyx86bit-manipulationbmi

Read More
How does XOR variable swapping work?...


language-agnosticbit-manipulationswapxor

Read More
Previous power of 2...


algorithmbit-manipulation

Read More
Rounding up to next power of 2...


coptimizationbit-manipulation

Read More
Why do bit manipulation intrinsics like _bextr_u64 often perform worse than simple shift and mask op...


gccbit-manipulationx86-64intrinsicsavx

Read More
Set a one bit in an 8-bit PIN without changing the other bits...


cassemblyembeddedbit-manipulationwinavr

Read More
Zig Zag Decoding...


language-agnosticbit-manipulationprotocol-buffersbitfoozigzag-encoding

Read More
Fast bithacked log2 approximation...


mathfloating-pointbit-manipulationsimd

Read More
Permissions: bitwise operations or many-to-many child table?...


phpmysqlpermissionsbit-manipulation

Read More
Inconsistent bitwise shifting result in C code...


cgccbit-manipulation64-bitbit-shift

Read More
Bitwise operations in OCaml...


ocamlbit-manipulation

Read More
Why does << 32 not result in 0 in javascript?...


javascriptbit-manipulationunsignedbit-shiftinteger-overflow

Read More
How to perform bitwise operations on very large integers in Python with only built-in modules...


pythonarraysbit-manipulationsha

Read More
How do bitwise operations work in Python?...


pythonbit-manipulation

Read More
Efficient AVX2 implementation of a 17x17-bit squaring operation with result truncation...


algorithmassemblybit-manipulationmicro-optimizationavx2

Read More
BackNext