summaryrefslogtreecommitdiffstats
path: root/tools/regression/lib/msun
Commit message (Expand)AuthorAgeFilesLines
* Integrate the remaining tools/regression/lib/msun testcases into thengie2015-12-2012-2025/+0
* Skip the testcases on i386 (all the assertions fail) [*]ngie2015-12-201-2/+25
* Initialize j so it doesn't print out a garbage indexngie2015-12-201-1/+3
* Skip infinities testcases that fail assertions on amd64 only on CURRENTngie2015-12-201-0/+5
* Don't run test-fma on i386ngie2015-12-201-0/+6
* - Use nitems instead of handrolling the macrongie2015-12-201-10/+17
* Disable test-ctrig.t testcases which fail assertions on i386 [*]ngie2015-12-201-1/+12
* Disable test-ctrig.t testcases which fail assertions on i386ngie2015-12-201-0/+2
* Update the test list after r292328ngie2015-12-201-2/+2
* Integrate a number of testcases from tools/regression/lib/msunngie2015-12-1628-3538/+3
* Use fabsl instead of fabs to mute -Wabsolute-value warnings from clangngie2015-12-161-4/+4
* Fix test-fenv:test_dfl_env when run on some amd64 CPUsngie2015-10-141-0/+27
* - Replace N(a)/N(i)/N(T)/LEN(a)/ARRAY_SIZE(a) with nitems()rodrigc2015-08-294-19/+17
* Add diagnostic printfs and disable test # 4 on i386ngie2014-09-101-0/+9
* Expand the tests structure in test_small(..) to workaround thengie2014-09-091-19/+14
* Be ANSI-C compliant when defining CX_LIMITED_RANGE #pragmangie2014-09-092-2/+2
* 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
OpenPOWER on IntegriCloud