summaryrefslogtreecommitdiffstats
path: root/tests/math_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Accuracy tests for libmJingwei Zhang2015-02-141-16/+436
* Improve math tests to allow a specific ulp bound.Elliott Hughes2014-11-041-30/+92
* Fix lgamma_r/lgammaf_r/lgammal_r for -0.Elliott Hughes2014-09-181-0/+39
* The nextafter functions use the wrong next representable valueJingwei Zhang2014-09-191-9/+9
* Refactoring: C++11 style DISABLE_ bionic marcosDmitriy Ivanov2014-09-081-11/+11
* Reset enviroment for math_testsDmitriy Ivanov2014-09-041-0/+37
* Add a regression test for two libm bugs we didn't have.Elliott Hughes2014-06-061-0/+15
* Use -fvisibility=hidden to build libm.Elliott Hughes2014-05-191-2/+0
* Fix <math.h> to quieten most of our warnings.Elliott Hughes2014-05-051-2/+0
* Clean-up _fpmath and fake_long_doublesCalin Juravle2014-04-231-3/+20
* Reimplement isinf/isnan/fpclassify.Elliott Hughes2014-04-141-0/+12
* Fix modf* testsCalin Juravle2014-04-021-20/+7
* Changed long double literal suffix from 'l' to 'L'.Calin Juravle2014-04-011-112/+112
* Fix math tests.Calin Juravle2014-03-281-1/+14
* Add include of float.h for LDBL_MIN_EXP and LDBL_MANT_DIGBrian Carlstrom2014-03-241-0/+1
* Fix LP64 libm for 128-bit long doublesCalin Juravle2014-03-241-196/+234
* Fix signbit / infinite / isinf / isnan unit tests.Narayan Kamath2014-02-191-24/+50
* Make sure that the same tests are on all platforms.Christopher Ferris2014-02-061-22/+44
* Add test case for 1^NaNNarayan Kamath2013-11-181-0/+3
* Add unit tests for pow's behavior with NaNs.Elliott Hughes2013-11-131-0/+6
* Put the right number of Ls after 64-bit constants.Elliott Hughes2013-02-121-1/+1
* Upgrade libm.Elliott Hughes2013-02-011-0/+1176