summaryrefslogtreecommitdiffstats
path: root/tools/regression/lib/msun
Commit message (Expand)AuthorAgeFilesLines
* Fix some bugs in the complex trig tests so that they test both doubledas2013-06-101-33/+68
* Add more tests for log functions. A few are commented out because thedas2013-06-031-1/+114
* Factor out some common code from the libm tests. This is a bit messydas2013-06-0215-628/+412
* Fix some harmless bugs in a test.das2013-05-301-2/+2
* Basic tests for complex inverse trig and hyperbolic functions.das2013-05-302-1/+444
* Fix cexp regression tests that have an infinite real part. The signs of thetijl2013-05-281-12/+26
* Fix some regressions caused by the switch from gcc to clang. The fixesdas2013-05-271-19/+25
* Add some tests from PR 166463. Also make sure that all of the tests,das2012-04-071-7/+33
* Fix a test that doesn't work on architectures where long double is nodas2012-01-141-0/+2
* Add regression tests for modf{,f,l}().das2011-10-211-26/+108
* Tests for complex trig and hyperbolic functions.das2011-10-213-1/+552
* Tests for cancellation in fma(). Also include more tests for 128-bitdas2011-10-211-3/+63
* Add some tests for corner cases of log() in unusual rounding modes.das2011-10-151-2/+29
* Add some tests for double-rounding bugs in fma().das2011-10-151-1/+54
* Add some tests for cexp() and cexpf(). (I need to clean up all ofdas2011-03-073-1/+391
* Work around gcc constant folding bugs.das2010-12-061-1/+6
* signbit() returns nonzero for negative arguments, but we shouldn't assumedas2010-12-066-6/+8
* Fix some warnings.das2010-12-051-3/+3
* Add regression tests for logarithmic functions in the math library.das2010-12-053-1/+169
* Add some basic regression tests for nearbyint().das2010-12-033-1/+111
* Add tests for conj{,f,l}() that I wrote some time ago. These test thedas2009-01-313-1/+169
* Test that the result is correctly rounded when |y/x| is huge.das2008-08-021-16/+9
* Add some tests for acos*(), asin*(), atan*(), and atan2*().das2008-07-313-1/+504
* Add regression tests for fmin{,f,l} and fmax{,f,l}.das2008-07-033-1/+161
* Add some tests for fma(), fmaf(), and fmal().das2008-04-033-1/+424
* Test remainderl() and remquol() as well.das2008-03-301-4/+34
* Add some minimal tests for csqrtl().das2008-03-301-59/+88
* Don't run tests that assume <= 64-bit precision on machines with quaddas2008-03-021-8/+20
* Some basic regression tests for {sin,cos,tan}{,f,l}().das2008-02-183-1/+293
* There are 3 tests here, not 2.das2008-02-171-1/+1
* expm1(-big) generates an inexact exception but not underflow.das2008-01-181-1/+1
* Add some regression tests for libm's exponential functions. Thesedas2008-01-183-1/+181
* Tests for lrintl() and llrintl(). I didn't add anything speciallydas2008-01-141-5/+22
* Don't try the long double tests on i386. Our reduced precisiondas2007-12-161-1/+1
* Remove another Alpha remnant.das2007-12-161-1/+0
* Regression tests for nan{,f,l}().das2007-12-163-1/+133
* Regression tests for csqrt(3).das2007-12-153-1/+306
* Fixes to avoid overzealous constant folding.das2007-12-091-13/+15
* gcc 4 does some overzealous constant folding, and since it doesn'tdas2007-12-091-1/+6
* Fix a few of the tests so that correct implementations actually pass them.das2007-01-071-6/+14
* Remove alpha left-overs.ru2006-08-221-3/+0
* Add missing test-rem.t.das2005-04-021-0/+10
* A few simple regression tests for remainder(), remainderf(),das2005-03-252-1/+144
* - Replace fe[gs]etmask() with feenableexcept(), fedisableexcept(), anddas2005-03-161-12/+31
* Test cases for nextafter{,f,l} and nexttoward{,f,l}.das2005-03-073-1/+272
* Regression tests for [l]lrint[f]() and [l]lround[f]().das2005-01-115-1/+258
* Switch over to a different, more flexible test output protocol that'snik2004-11-114-4/+26
* Add regression tests for ilogb{,f,l}().stefanf2004-10-112-1/+83
* While testing fe[gs]etround(), make sure FLT_ROUNDS reflects thedas2004-07-191-0/+10
* Add some fenv.h regression tests.das2004-06-112-0/+535
OpenPOWER on IntegriCloud