summaryrefslogtreecommitdiffstats
path: root/tests/003-omnibus-opcodes/src/FloatMath.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove dalvik/tests in favor of art/test which is a supersetBrian Carlstrom2013-10-281-337/+0
| | | | Change-Id: Id2c666797ec328c935d637755def2380523583a7
* Remove repeated newlines at the end of files.Carl Shapiro2010-06-081-1/+0
| | | | Change-Id: I1e3d103a7b932ef21acedb6438c0f26b315df28f
* Inline some java.lang.Math functions.Andy McFadden2009-06-301-0/+46
| | | | | | | | | | | | For a first pass, I inlined the various flavors of abs(), min()/max() on integers, sqrt(), cos(), and sin(). These were selected based on a static analysis of a few of our jar files. A test of repeated sin/cos/sqrt calls on a G1-class device showed an improvement of 28%. This would improve more on devices with VFP support if the VM is compiled with -mfpu=vfp. Also: clarified a warning and removed some "#if 0" stuff.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+292
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-292/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+292