Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in bit-shift
Invert a bitwise left shift and OR assignment
May 13, 2019
c++
c
bit-manipulation
bit-shift
or-operator
Why doesn't left bit shift << shift beyond 31 for long int datatype?
Oct 16, 2022
c++
bit-shift
Replace least significant bit with bitwise operations
Sep 24, 2022
binary
bit-manipulation
bit-shift
boolean-operations
How to get nth bit values
Sep 19, 2022
c++
bit-shift
bits
bit
Can someone explain ARM bitwise operations to me?
Nov 13, 2022
arm
bit-manipulation
bit-shift
C left shift on 64 bits fail
Oct 16, 2022
c
64-bit
bit-shift
In C++, which is faster? (2 * i + 1) or (i << 1 | 1)?
Feb 25, 2022
c++
assembly
performance
bit-shift
How does using >>> 1 prevent overflow when adding two numbers than dividing by 2?
Dec 22, 2017
java
quicksort
bit-shift
Perl 6 equivalents to Java's >> and >>> operators?
Apr 13, 2022
bit-shift
raku
Shift operators - operands must be convertible to an integer primitive?
Nov 06, 2022
java
java-8
bit-shift
Logical, arithmetical bitwise shifts
Dec 28, 2021
c
bit-manipulation
bit-shift
what's the difference between bitwise shift with 2 arrows and 3 arrows? [duplicate]
Oct 27, 2017
java
javascript
bit-manipulation
bit-shift
Will value ever be 0 after shifting by "x <<= 1" repeatedly?
Nov 09, 2022
c
bit-shift
C/C++: Multiply, or bitshift then divide? [duplicate]
Aug 27, 2022
c++
c
multiplication
bit-shift
What is the best way to combine two uints into a ulong in c#
May 09, 2022
c#
bit-shift
uint
ulong
How to bitwise shift in VB.NET?
Sep 25, 2022
vb.net
operators
bit-manipulation
bit-shift
Java results differ for (int)Math.pow(2,x) and 1<<x
Oct 28, 2022
java
bitwise-operators
bit-shift
circular left shift of an array by n positions in java
Apr 14, 2022
java
arrays
bit-shift
find if a number is divisible by 8 - using bit shifting operators
Nov 05, 2022
bitwise-operators
bit-shift
« Newer Entries
Older Entries »