summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* rootofunity: Use a better approximation of the lost bits.rootofunityAndreas Enge2016-07-221-0/+5
* rootofunity: Handle powers of roots of order n = 3, 4, 6, 8, 12.Andreas Enge2016-07-221-2/+35
* rootofunity: Allow powers of primitive roots of unity.Andreas Enge2016-07-223-5/+6
* rootofunity: Handle special case of order 0.Andreas Enge2016-05-243-1/+32
* rootofunity: Use the generic test framework.Andreas Enge2016-05-243-1/+43
* rootofunity: Adapt to current mpc code and compilers.Andreas Enge2016-05-241-5/+5
* implemented rootofunityAndreas Enge2016-05-242-1/+66
* tests: Speed up test of mpc_exp.Andreas Enge2016-05-241-2/+2
* Add mpc_cmp_abs.Andreas Enge2016-05-244-5/+220
* fixed some tests that were assuming a fixed mpfr default exponent rangePaul Zimmermann2016-05-2010-46/+53
* Adapt valgrind test support to parallel test harness of automake.Andreas Enge2015-05-081-1/+2
* fixed bug reported by Joseph MyersPaul Zimmermann2015-04-111-1/+6
* fixed bugs reported by Joseph MyersPaul Zimmermann2015-04-112-81/+99
* added framework to automatically check wrong overflow or underflow (work inPaul Zimmermann2015-04-102-1/+133
* added tests for bug reports by Joseph MyersPaul Zimmermann2015-04-082-0/+6
* bug reported by Joseph MyersPaul Zimmermann2015-04-081-0/+3
* fixed bug reported by Joseph MyersPaul Zimmermann2015-03-262-0/+6
* added test case which shows a bug in mpc_pow, seePaul Zimmermann2014-10-141-0/+1
* [tests] Fix memory leaks.Philippe Theveny2014-01-272-0/+3
* [tests] Support of sin_cos with the new test framework.Philippe Theveny2014-01-2213-320/+198
* Move mpc_rnd_mode from read_data.c to print_parameter.c.Andreas Enge2014-01-212-21/+20
* Silence warning messages.Andreas Enge2014-01-213-15/+21
* Additional clean-up after r1416.Philippe Theveny2014-01-211-1412/+0
* improve coverage, should be back to 100%Paul Zimmermann2014-01-201-1/+6
* New test framework, merged from test branch.Philippe Theveny2014-01-20139-1146/+5590
* fix _POSIX_C_SOURCE refinedMickaƫl Gastineau2014-01-151-1/+3
* more information in case of errorPaul Zimmermann2014-01-151-1/+4
* copied LOADLIBES from MPFRPaul Zimmermann2014-01-101-1/+1
* improve speed of asin for 1+i*y with tiny yPaul Zimmermann2013-12-241-0/+2
* make LOADLIBES work againPaul Zimmermann2013-12-211-1/+1
* removed "bug" target committed by errorPaul Zimmermann2013-12-201-1/+1
* speed up mpc_sin for small inputPaul Zimmermann2013-12-201-1/+1
* [tests/tadd_si.c] Fix function under test.Philippe Theveny2013-11-061-1/+1
* atan, atanh: Fix discrepancy with C standard for (+-0, +-1).Andreas Enge2013-08-262-8/+6
* added tests showing difference with Annex G, see comment 7 inPaul Zimmermann2013-08-261-0/+1
* log10.c, log10.dat: alternative patch using mpfr_log10Andreas Enge2012-10-011-0/+4
* log10.c, log10.dat: reverted previous bug fix to propose a different patchAndreas Enge2012-10-011-3/+0
* [log10.c] fix bug reported by M. GastineauPaul Zimmermann2012-10-011-0/+3
* changed GMP_RND? to MPFR_RND?Andreas Enge2012-07-2319-162/+162
* tests/Makefile.am: typo in test nameAndreas Enge2012-07-061-1/+1
* atan.dat: even more testsAndreas Enge2012-07-051-0/+3
* new test for atan.dat (suggested by Paul Zimmermann)Andreas Enge2012-07-051-0/+2
* new functions mul_2si, div_2siAndreas Enge2012-07-055-5/+76
* renamed mul/div_2exp to mul/div_2uiAndreas Enge2012-07-058-17/+17
* rename RNDC to MPC_RND in mpc.hAndreas Enge2012-07-054-16/+16
* mpc-tests.h, tfma.c, tmul.c: small changes to allow compilation with c++Andreas Enge2012-07-053-3/+9
* atan.dat: add test to cover one more line of codeAndreas Enge2012-07-011-1/+4
* log.dat: get back to 100% test coverageAndreas Enge2012-06-301-0/+3
* log.c: added forgotten early abort in first algorithmAndreas Enge2012-06-301-1/+1
* log.c: corrected error in ulp calculusAndreas Enge2012-06-301-0/+4