aboutsummaryrefslogtreecommitdiffstats
path: root/bench/MathBench.cpp
Commit message (Expand)AuthorAgeFilesLines
* remove SkTCastMike Klein2018-06-181-2/+2
* Remove trailing whitespace.Ben Wagner2017-10-091-1/+1
* make most of SkColorPriv.h privateCary Clark2017-09-151-1/+1
* use unsigned to avoid runtime overflow detectionMike Reed2017-08-091-2/+3
* handle overflows in float->intMike Reed2017-08-091-0/+64
* clean up useage of SkFloatBitsMike Reed2017-08-071-26/+0
* *SkTCast<int*>(float*) -> memcpyMike Klein2016-09-291-11/+1
* SkLeanWindows.h: #include "Windows.h" fewer placeshalcanary2016-06-071-0/+1
* Clean up SkFloatBitsmtklein2016-05-271-0/+26
* Reverse dependency between SkScalar.h and SkFixed.h.benjaminwagner2016-04-071-0/+1
* spin off remaining integer overflow fixesmtklein2015-12-081-1/+1
* Remove const from `const int loops`.mtklein2015-10-011-7/+7
* Style Change: NULL->nullptrhalcanary2015-08-271-1/+1
* Fix up -Winconsistent-missing-overridemtklein2015-07-131-35/+32
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein2015-03-251-10/+10
* Revert of replace SkFixedDiv impl with native 64bit math (patchset #2 id:2000...reed2015-03-191-44/+0
* replace SkFixedDiv impl with native 64bit mathreed2015-03-181-0/+44
* Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein2015-01-091-7/+7
* Remove Sk prefix from some bench classes.tfarina2014-06-191-15/+15
* Simplify benchmark internal API.commit-bot@chromium.org2013-12-031-19/+19
* Implement a benchmark for GrResourceCachecommit-bot@chromium.org2013-11-211-7/+27
* Add sk_float_rsqrt with SSE + NEON fast paths.commit-bot@chromium.org2013-11-081-0/+17
* Fix asan build. Duh, don't return a stack address...mtklein@google.com2013-09-271-3/+4
* Add SkDivMod with a special case for ARM.commit-bot@chromium.org2013-09-261-0/+36
* Refactoring: get rid of the SkBenchmark void* parameter.mtklein@google.com2013-09-131-34/+30
* Major bench refactoring.mtklein@google.com2013-09-101-22/+16
* Change old PRG to be SkLCGRandom; change new one to SkRandomcommit-bot@chromium.org2013-09-091-7/+7
* Switch out random number generator for tests, benches, samples.commit-bot@chromium.org2013-09-061-7/+7
* Revert of r10671 (Experiments on calculating reciprocal of square root) due t...robertphillips@google.com2013-08-121-45/+31
* Experiments on calculating reciprocal of square rootcommit-bot@chromium.org2013-08-121-31/+45
* Add bench to test float to fixed conversiondjsollen@google.com2013-07-181-0/+44
* Remove unused NormalizeBench::fUsePortable field.commit-bot@chromium.org2013-06-191-5/+3
* Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com2013-05-041-9/+9
* add bench for SkPoint::normalize()reed@google.com2013-05-031-0/+51
* Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com2013-04-301-10/+10
* up the inner-loop for clz bench, to get more stable resultsreed@google.com2013-04-291-1/+1
* add bench for SkCLZreed@google.com2013-04-291-4/+66
* use DEF_BENCH macroreed@google.com2013-04-291-33/+17
* Bench : Unused parameters cleanupsugoi@google.com2013-03-051-3/+3
* Suppress some warnings on linux.bsalomon@google.com2012-09-261-2/+2
* Let SkBenchmark classes specify that they do no rendering.tomhudson@google.com2012-09-131-0/+4
* Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com2012-08-231-23/+23
* fix warnings on Mac in benchcaryclark@google.com2012-06-061-2/+4
* apply 10.p+32 -> (float)(1 << 23) fix from MathTest here as wellreed@google.com2012-05-301-1/+2
* add bench for floor variantsreed@google.com2012-05-301-0/+74
* Addressed more Windows compiler complaint issuesrobertphillips@google.com2012-04-161-8/+19
* rename sk_float_isNaN to sk_float_isnan to match related functionsreed@google.com2011-12-061-6/+1
* rename hasValidCoordinates to isFinite (on SkRect) and reimplement for speedreed@google.com2011-12-061-7/+46
* add bench for computing isfinite of 4 values (targeted for SkRect)reed@google.com2011-12-051-0/+118
* In debug builds, only run each benchmark 1 time (test for assertion-breakage,tomhudson@google.com2011-10-281-1/+1