Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
f7d6ac1f0ddcd2d2230d5b9a0d1b4ecf16c40e7d
/
bench
/
MathBench.cpp
e72e773
remove SkTCast
by Mike Klein
· 6 years ago
63fd760
Remove trailing whitespace.
by Ben Wagner
· 7 years ago
a4083c9
make most of SkColorPriv.h private
by Cary Clark
· 7 years ago
c270423
use unsigned to avoid runtime overflow detection
by Mike Reed
· 7 years ago
828f1d5
handle overflows in float->int
by Mike Reed
· 7 years ago
35ee0e0
clean up useage of SkFloatBits
by Mike Reed
· 7 years ago
1e114f1
*SkTCast<int*>(float*) -> memcpy
by Mike Klein
· 8 years ago
4dbbd04
SkLeanWindows.h: #include "Windows.h" fewer places
by halcanary
· 8 years ago
785a5b9
Clean up SkFloatBits
by mtklein
· 8 years ago
6c71e0a
Reverse dependency between SkScalar.h and SkFixed.h.
by benjaminwagner
· 9 years ago
1f6a1bd
spin off remaining integer overflow fixes
by mtklein
· 9 years ago
a1ebeb2
Remove const from `const int loops`.
by mtklein
· 9 years ago
96fcdcc
Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002
by halcanary
· 9 years ago
f059900
Fix up -Winconsistent-missing-override
by mtklein
· 9 years ago
36352bf
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
by mtklein
· 10 years ago
effcba4
Revert of replace SkFixedDiv impl with native 64bit math (patchset #2 id:20001 of https://codereview.chromium.org/1022543003/)
by reed
· 10 years ago
7c44ca9
replace SkFixedDiv impl with native 64bit math
by reed
· 10 years ago
72c9faa
Fix up all the easy virtual ... SK_OVERRIDE cases.
by mtklein
· 10 years ago
f168b86
Remove Sk prefix from some bench classes.
by tfarina
· 10 years ago
3361471
Simplify benchmark internal API.
by commit-bot@chromium.org
· 11 years ago
644629c
Implement a benchmark for GrResourceCache
by commit-bot@chromium.org
· 11 years ago
11e5b97
Add sk_float_rsqrt with SSE + NEON fast paths.
by commit-bot@chromium.org
· 11 years ago
9cb5177
Fix asan build. Duh, don't return a stack address...
by mtklein@google.com
· 11 years ago
2c86fbb
Add SkDivMod with a special case for ARM.
by commit-bot@chromium.org
· 11 years ago
410e6e8
Refactoring: get rid of the SkBenchmark void* parameter.
by mtklein@google.com
· 11 years ago
c289743
Major bench refactoring.
by mtklein@google.com
· 11 years ago
e0e7cfe
Change old PRG to be SkLCGRandom; change new one to SkRandom
by commit-bot@chromium.org
· 11 years ago
6485b0b
Switch out random number generator for tests, benches, samples.
by commit-bot@chromium.org
· 11 years ago
36bb270
Revert of r10671 (Experiments on calculating reciprocal of square root) due to bots failures:
by robertphillips@google.com
· 11 years ago
b3ecdc4
Experiments on calculating reciprocal of square root
by commit-bot@chromium.org
· 11 years ago
25a11e4
Add bench to test float to fixed conversion
by djsollen@google.com
· 11 years ago
afb0e9c
Remove unused NormalizeBench::fUsePortable field.
by commit-bot@chromium.org
· 11 years ago
ecc9d28
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 12 years ago
0889f68
add bench for SkPoint::normalize()
by reed@google.com
· 12 years ago
8152113
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
cb8dce2
up the inner-loop for clz bench, to get more stable results
by reed@google.com
· 12 years ago
0d7aac9
add bench for SkCLZ
by reed@google.com
· 12 years ago
553ad65
use DEF_BENCH macro
by reed@google.com
· 12 years ago
77472f0
Bench : Unused parameters cleanup
by sugoi@google.com
· 12 years ago
373ebc6
Suppress some warnings on linux.
by bsalomon@google.com
· 12 years ago
9dc2713
Let SkBenchmark classes specify that they do no rendering.
by tomhudson@google.com
· 12 years ago
fbfcd56
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/)
by rmistry@google.com
· 12 years ago
19069a2
fix warnings on Mac in bench
by caryclark@google.com
· 12 years ago
f3a8d8e
apply 10.p+32 -> (float)(1 << 23) fix from MathTest here as well
by reed@google.com
· 12 years ago
7f19241
add bench for floor variants
by reed@google.com
· 12 years ago
6853e80
Addressed more Windows compiler complaint issues
by robertphillips@google.com
· 13 years ago
5ae777d
rename sk_float_isNaN to sk_float_isnan to match related functions
by reed@google.com
· 13 years ago
1607863
rename hasValidCoordinates to isFinite (on SkRect) and reimplement for speed
by reed@google.com
· 13 years ago
0be5eb7
add bench for computing isfinite of 4 values (targeted for SkRect)
by reed@google.com
· 13 years ago
ca529d3
In debug builds, only run each benchmark 1 time (test for assertion-breakage,
by tomhudson@google.com
· 13 years ago
e05cc8e
explicitly set opt level for mac-release delete obsolete FPS bench
by reed@google.com
· 13 years ago
9399cac
Change no-op math bench to noOp. http://codereview.appspot.com/4962047/
by bungeman@google.com
· 13 years ago
ddc518b
add
by reed@google.com
· 13 years ago