summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* added test case which shows a bug in mpc_pow, seezimmerma2014-10-141-0/+1
* [tests] Fix memory leaks.thevenyp2014-01-272-0/+3
* [tests] Support of sin_cos with the new test framework.thevenyp2014-01-2213-320/+198
* Move mpc_rnd_mode from read_data.c to print_parameter.c.enge2014-01-212-21/+20
* Silence warning messages.enge2014-01-213-15/+21
* Additional clean-up after r1416.thevenyp2014-01-211-1412/+0
* improve coverage, should be back to 100%zimmerma2014-01-201-1/+6
* New test framework, merged from test branch.thevenyp2014-01-20139-1146/+5590
* fix _POSIX_C_SOURCE refinedgastineau2014-01-151-1/+3
* more information in case of errorzimmerma2014-01-151-1/+4
* copied LOADLIBES from MPFRzimmerma2014-01-101-1/+1
* improve speed of asin for 1+i*y with tiny yzimmerma2013-12-241-0/+2
* make LOADLIBES work againzimmerma2013-12-211-1/+1
* removed "bug" target committed by errorzimmerma2013-12-201-1/+1
* speed up mpc_sin for small inputzimmerma2013-12-201-1/+1
* [tests/tadd_si.c] Fix function under test.thevenyp2013-11-061-1/+1
* atan, atanh: Fix discrepancy with C standard for (+-0, +-1).enge2013-08-262-8/+6
* added tests showing difference with Annex G, see comment 7 inzimmerma2013-08-261-0/+1
* log10.c, log10.dat: alternative patch using mpfr_log10enge2012-10-011-0/+4
* log10.c, log10.dat: reverted previous bug fix to propose a different patchenge2012-10-011-3/+0
* [log10.c] fix bug reported by M. Gastineauzimmerma2012-10-011-0/+3
* changed GMP_RND? to MPFR_RND?enge2012-07-2319-162/+162
* tests/Makefile.am: typo in test nameenge2012-07-061-1/+1
* atan.dat: even more testsenge2012-07-051-0/+3
* new test for atan.dat (suggested by Paul Zimmermann)enge2012-07-051-0/+2
* new functions mul_2si, div_2sienge2012-07-055-5/+76
* renamed mul/div_2exp to mul/div_2uienge2012-07-058-17/+17
* rename RNDC to MPC_RND in mpc.henge2012-07-054-16/+16
* mpc-tests.h, tfma.c, tmul.c: small changes to allow compilation with c++enge2012-07-053-3/+9
* atan.dat: add test to cover one more line of codeenge2012-07-011-1/+4
* log.dat: get back to 100% test coverageenge2012-06-301-0/+3
* log.c: added forgotten early abort in first algorithmenge2012-06-301-1/+1
* log.c: corrected error in ulp calculusenge2012-06-301-0/+4
* log.c: correctly handle log (+-1 + i*eps)enge2012-06-301-4/+8
* log.dat: add example with overflow also with abs instead of normenge2012-06-301-0/+1
* log.dat: add example with intermediate underflowenge2012-06-301-0/+2
* read_data.c: english confuses the c++ compiler, speak german insteadenge2012-06-291-19/+19
* configure.ac: reenable warning flagsenge2012-06-281-0/+1
* log: alternative implementation that avoids intermediate overflowsenge2012-06-281-4/+4
* [mul.dat] improve code coveragezimmerma2012-06-281-1/+4
* increase code coverage to 99.9%zimmerma2012-06-284-0/+21
* log.dat, log.c: analyse infinite loop for test added in r1192enge2012-06-272-6/+7
* [tests/log.dat] added test log(-1 + i*eps) causing infinite loop (Benjamin Da...bdadoun2012-06-271-0/+3
* [pow_ui.c] updated copyright yearzimmerma2012-06-271-1/+2
* [pow_ui.dat] added a test which produces an error (wrong ternary values)zimmerma2012-06-271-0/+3
* [tests/pow.dat] added test for (-1)^(1/2) = i (Benjamin Dadoun)bdadoun2012-06-271-0/+2
* [src/div.c] correct handling of negative overflowsbdadoun2012-06-271-2/+8
* [test/div.dat] added an example to exercise overflow on real part (Benjamin D...bdadoun2012-06-271-1/+3
* [div.dat] added example to exercise overflowzimmerma2012-06-261-0/+3
* fma.dat: a few more tests, including directed roundingenge2012-06-261-1/+4