aboutsummaryrefslogtreecommitdiff
path: root/tests/math_test.cpp
AgeCommit message (Expand)Author
2021-04-08Improve tgamma(3) coverage.Elliott Hughes
2019-03-12bionic tests: use GTEST_SKIP.Elliott Hughes
2018-12-11Fix cert-dcl16-c clang-tidy warnings in tests.Chih-Hung Hsieh
2018-07-23libm: add tests that would have caught the recent regression.Elliott Hughes
2017-12-20Duplicate tests for duplicated symbols.Elliott Hughes
2017-11-01Test __fpclassify/__isinf/__isnan.Elliott Hughes
2017-10-19Remove some legacy declarations from <math.h>.Elliott Hughes
2017-09-14Use __RENAME for long double functions.Elliott Hughes
2017-04-06Move scopeguard into android::baseTom Cherry
2016-09-26Fix complex.csqrtf test and add a trivial sincosl test.Elliott Hughes
2016-03-07Add x86 optimization of rint functions and testsjzha136
2015-02-14Accuracy tests for libmJingwei Zhang
2014-11-04Improve math tests to allow a specific ulp bound.Elliott Hughes
2014-09-18Fix lgamma_r/lgammaf_r/lgammal_r for -0.Elliott Hughes
2014-09-19The nextafter functions use the wrong next representable valueJingwei Zhang
2014-09-08Refactoring: C++11 style DISABLE_ bionic marcosDmitriy Ivanov
2014-09-04Reset enviroment for math_testsDmitriy Ivanov
2014-06-06Add a regression test for two libm bugs we didn't have.Elliott Hughes
2014-05-19Use -fvisibility=hidden to build libm.Elliott Hughes
2014-05-05Fix <math.h> to quieten most of our warnings.Elliott Hughes
2014-04-23Clean-up _fpmath and fake_long_doublesCalin Juravle
2014-04-14Reimplement isinf/isnan/fpclassify.Elliott Hughes
2014-04-02Fix modf* testsCalin Juravle
2014-04-01Changed long double literal suffix from 'l' to 'L'.Calin Juravle
2014-03-28Fix math tests.Calin Juravle
2014-03-24Add include of float.h for LDBL_MIN_EXP and LDBL_MANT_DIGBrian Carlstrom
2014-03-24Fix LP64 libm for 128-bit long doublesCalin Juravle
2014-02-19Fix signbit / infinite / isinf / isnan unit tests.Narayan Kamath
2014-02-06Make sure that the same tests are on all platforms.Christopher Ferris
2013-11-18Add test case for 1^NaNNarayan Kamath
2013-11-13Add unit tests for pow's behavior with NaNs.Elliott Hughes
2013-02-12Put the right number of Ls after 64-bit constants.Elliott Hughes
2013-02-01Upgrade libm.Elliott Hughes