StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Stephen Canon

Rating
1638.61 (726th)
Reputation
90,138 (870th)
Page: 1 ... 17 18 19 20
Title Δ
Calculating Highest Power of 2 That Evenly Divides a Number in C +3.99
How are bits stored in memory? (In chunks? Can there be bits of mul... +2.50
Computing high 64 bits of a 64x64 int product in C +3.69
C - determine if a number is prime +3.25
Moving between two specific points -2.59
How to divide two doubles accurately +2.50
Why is SSE scalar sqrt(x) slower than rsqrt(x) * x? +3.47
Optimizing for ARM: Why different CPUs affects different algorithms... -0.99
What is the most efficient way to store and work with a floating po... +1.10
Performance of math functions? +1.64
Check double variable if it contains an integer, and not floating p... +2.63
C++ version of isnormal() +3.51
Why can't I do ++i++ in C-like languages? -0.10
Objective C - Are SystemSoundID's (typedef'd UInt32) automatically... +3.94
C/C++: Force Bit Field Order and Alignment +3.62
calling Objective C functions from Python? -2.28
C preprocessor and concatenation -3.92
How do you show Xcode's build log? (Trying to verify if iPhone dist... +3.59
how do we print a number that's greater than 2^32-1 with int and fl... -3.13
Linux assembler error "impossible constraint in ‘asm’" 0.00
XCode build settings for performance - iPhone apps -1.98
Can the Size of Pointers Vary Depending on what's Pointed To? +0.89
Long double datatype problem in C +1.67
Objective-C syntax checker +3.97
How to detect an overflow in C++? +2.00
ImageMagick OSX Snow Leopard bad CPU type 0.00
Fast exponentiation: real^real (C++ MinGW, Code::Blocks) +3.94
Why doesn't this crash? Aren't I dividing by zero here? +3.64
How to write this code with assembly code? +0.30
high precision math on GPU +3.78
Implementing math.h functions in assembler 0.00
What is "vectorization"? +3.68
Converting float to double +2.15
C definition formatting question +2.63
x86 Assembly, misleading Error +3.81
Is optimizing certain functions with Assembler in a C/C++ program r... +0.37
How does a C# evaluate floating point in hover over and intermediat... +1.30
3D Least Squares Plane +4.03
What is a simple example of replacing c code with assembly to impro... +4.34
Calculating vs. lookup tables for sine value performance? +0.13
Large numbers erroneously rounded in Javascript +4.29
Weird python behaviour on machine with ARM CPU -4.04
Visual C++ math.h bug +2.86
What's the best resource to learn how to write apps for Mac OS X? +4.01
When I'm multiplying a float using multu, should I ignore the resul... 0.00
Why does C++ define the norm as the euclidean norm squared 0.00
Is there any way to find arithmetic mean "better" than su... -0.81
What is the next normalised floating point number after(before) a n... +2.17
Extract first two digits of hex (UInt32 *) and convert to int -1.48
How do I parse a text file in Objective-C? -3.91