Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modify hard-coded directory. | Christopher Ferris | 2014-05-01 | 1 | -2/+12 |
| | | | | | | | Use the ANDROID_DATA environment variable instead of the hard-coded directory for these benchmarks. Change-Id: I00bae7b4a24e81e77fc8f52e1fe99f4d4918f520 | ||||
* | Build 32/64 bit versions of tests/benchmarks. | Christopher Ferris | 2014-04-22 | 1 | -0/+3 |
| | | | | Change-Id: I4d146377aac6573a214dfaa5cab5cce8b10538b4 | ||||
* | Reimplement isinf/isnan/fpclassify. | Elliott Hughes | 2014-04-14 | 1 | -0/+109 |
| | | | | | | | | | | | | | | | | Also move isinf and isnan into libc like everyone else. Also move fpclassify to libc like the BSDs (but unlike glibc). We need this to be able to upgrade our float/double/long double parsing to gdtoa. Also add some missing aliases. We now have all of: isnan, __isnan, isnanf, __isnanf, isnanl, __isnanl, isinf, __isinf, isinff, __isinff, isinfl, __isinfl, __fpclassify, __fpclassifyd, __fpclassifyf, __fpclassifyl. Bug: 13469877 Change-Id: I407ffbac06c765a6c5fffda8106c37d7db04f27d | ||||
* | Add various benchmarks. | Elliott Hughes | 2014-03-11 | 5 | -0/+248 |
| | | | | | | These are based on ones from system/extras/tests/bionic/. Change-Id: I7b1ae15a2ca5d1031a6a511d97b88125c1770047 | ||||
* | AArch64: Add fixes to bionic/tests | Serban Constantinescu | 2013-12-16 | 2 | -2/+5 |
| | | | | | | | This patch adds minor fixes to the bionic unit tests. Change-Id: Ie10f33c631ed6c10987923d678711d22931ddb05 Signed-off-by: Serban Constantinescu <serban.constantinescu@arm.com> | ||||
* | bionic: move benchmarks out of tests directory | Colin Cross | 2013-12-10 | 7 | -0/+688 |
Change-Id: I4d054965198af22c9a9c821d1bc53f4e9ea01248 |