summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* atan.c, tatan.c: detect intermediate underflow and disable testenge2012-06-261-3/+5
* tmul.c: shortened test output using more recent macrosenge2012-06-261-35/+19
* mpc-impl.h, fma.c: export function fma_naive for testsenge2012-06-262-1/+73
* [tatan.c] added one test to improve the code coverage, which produces anzimmerma2012-06-261-1/+30
* [tests/read_data.c] Fix a bug occuring when reallocating temporary buffer.thevenyp2012-06-261-1/+1
* conj.dat, fr_sub.dat: complete branch test coverageenge2012-06-252-2/+12
* add_fr.dat: complete test coverage for branchesenge2012-06-251-1/+4
* [src/log10.c] fixed infinite loop when x^2+y^2 equals a power of ten,zimmerma2012-04-171-0/+3