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
Why is (2^31) >> 32 not 0?
Sep 21, 2022
python
arrays
numpy
bit-shift
Why use only the lower five bits of the shift operand when shifting a 32-bit value? (e.g. (UInt32)1 << 33 == 2)
Sep 15, 2022
c#
bit-shift
How are shifts implemented on the hardware level?
Nov 02, 2022
cpu
processor
bit-shift
circuit
alu
How to shift an array of bytes by 12-bits
Mar 14, 2022
c
arrays
bit-shift
bitset
Signed right shift: which compiler use logical shift
Dec 17, 2019
c++
c
bit-shift
implementation-defined-behavior
Difference between >> and >>> in Scala
Mar 15, 2021
scala
operators
bit-shift
Is Shifting more than 32 bits of a uint64_t integer on an x86 machine Undefined Behavior?
Nov 10, 2022
c++
c
x86
bit-shift
uint64
Shifting the sign bit in .NET
Sep 19, 2022
c#
.net
bit-shift
Can you bitwise shift a bool in C++?
Sep 19, 2022
c++
bit-shift
Undefined behavior of right-shift in C++
Aug 21, 2022
c++
bit-shift
What does shift left (<<) actually do in Swift?
Oct 28, 2022
xcode
swift
bit-shift
What does a >> mean in Go language?
Sep 17, 2022
programming-languages
go
bitwise-operators
bit-shift
What's the reason high-level languages like C#/Java mask the bit shift count operand?
May 31, 2022
java
c#
bit-manipulation
language-design
bit-shift
Getting upper and lower byte of an integer in C# and putting it as a char array to send to a com port, how?
Aug 29, 2022
c#
char
bytearray
bit-shift
bitmask
Bit Twiddling Hacks: interleave bits the obvious way [closed]
Sep 15, 2022
c
bit-manipulation
bit-shift
Bit Setting and Bit Shifting in Ansi C
Oct 14, 2022
c
bit-manipulation
bitwise-operators
bit-shift
ansi
Does a C shift expression have unsigned type? Why would Splint warn about a right-shift?
Sep 13, 2022
c
language-lawyer
code-analysis
bit-shift
splint
Left bit shifting 255 (as a byte)
Nov 01, 2022
c#
bit-manipulation
bit-shift
Java: right shift on negative number
Sep 05, 2022
java
bit-manipulation
bitwise-operators
bit-shift
negative-number
Arithmetic bitwise shift right "a shr b" with signed integers that stored in variables – wrong results! Internal Delphi’s bug?
Nov 06, 2022
delphi
integer
delphi-7
bit-shift
unsigned-integer
« Newer Entries
Older Entries »