summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fma.c: reverted mistaken previous commitenge2012-06-281-14/+0
* log: alternative implementation that avoids intermediate overflowsenge2012-06-284-28/+112
* [tools] new directoryzimmerma2012-06-281-0/+105
* [mul.dat] improve code coveragezimmerma2012-06-281-1/+4
* increase code coverage to 99.9%zimmerma2012-06-288-60/+84
* log.dat, log.c: analyse infinite loop for test added in r1192enge2012-06-274-8/+16
* rootsofunity: use mean value theorem for analysis (suggested by Damien Robert)enge2012-06-271-14/+9
* mpc.texi: small reshuffling of functionsenge2012-06-271-9/+10
* [tests/log.dat] added test log(-1 + i*eps) causing infinite loop (Benjamin Da...bdadoun2012-06-271-0/+3
* [fma.c] get rid of compiler warningzimmerma2012-06-271-1/+1
* [pow_ui.c] updated copyright yearzimmerma2012-06-272-2/+3
* [pow_ui.c] fixed bug in mpfr_can_round() call (and improved code coverage)zimmerma2012-06-271-2/+2
* [pow_ui.dat] added a test which produces an error (wrong ternary values)zimmerma2012-06-271-0/+3
* algorithms.tex: propagation error of real sin and cosenge2012-06-272-4/+37
* [tests/pow.dat] added test for (-1)^(1/2) = i (Benjamin Dadoun)bdadoun2012-06-271-0/+2
* [src/div.c] removed #include <stdio.h>bdadoun2012-06-271-2/+0
* [src/div.c] correct handling of negative overflowsbdadoun2012-06-272-10/+35
* [src/div.c] better handling of overflows (Benjamin Dadoun)bdadoun2012-06-271-2/+6
* [test/div.dat] added an example to exercise overflow on real part (Benjamin D...bdadoun2012-06-271-1/+3
* log.c: improve test coverage by flagging intermediate overflow by an assertenge2012-06-261-18/+15
* [div.dat] added example to exercise overflowzimmerma2012-06-262-8/+17
* fma.dat: a few more tests, including directed roundingenge2012-06-261-1/+4
* [fma.c] fixed error in mpfr_can_round() calls: use rnd1=GMP_RNDN to sayzimmerma2012-06-261-2/+2
* atan.c, tatan.c: detect intermediate underflow and disable testenge2012-06-262-11/+10
* tmul.c: shortened test output using more recent macrosenge2012-06-262-36/+22
* mpc-impl.h, fma.c: export function fma_naive for testsenge2012-06-265-4/+77
* [tatan.c] added one test to improve the code coverage, which produces anzimmerma2012-06-262-2/+35
* [tests/read_data.c] Fix a bug occuring when reallocating temporary buffer.thevenyp2012-06-261-1/+1
* configure.ac: repair getting CC and CFLAGS from gmp.henge2012-06-261-1/+6
* [fma.c] new code (hopefully faster?) after discussion with Andreas Enge,zimmerma2012-06-261-2/+61
* mpc-impl.h: take NDBUG into account for MPC_ASSERTenge2012-06-261-1/+6
* conj.dat, fr_sub.dat: complete branch test coverageenge2012-06-254-6/+16
* add_fr.dat: complete test coverage for branchesenge2012-06-251-1/+4
* configure.ac: replaced deprecated macro AC_PROG_LIBTOOL by LT_INIT, seeenge2012-06-241-1/+1
* [mpc.texi] removed eol-style propertyzimmerma2012-05-150-0/+0
* [configure.ac] only add warning flags to CFLAGS when the user did not define itzimmerma2012-05-141-1/+6
* [configure.ac] better fix (cf https://github.com/keithw/mosh/pull/266)zimmerma2012-05-091-1/+2
* configure.ac: apply patch for automake1.12, seeenge2012-05-091-0/+1
* [src/log10.c] fixed typo (thanks Andreas Enge)zimmerma2012-04-171-1/+1
* [src/log10.c] fixed infinite loop when x^2+y^2 equals a power of ten,zimmerma2012-04-172-0/+52
* [log10.c] fixed wrong use of mpfr_can_round (found by hydra)zimmerma2012-04-041-12/+12
* [tests/log.dat] added more tests with x, y normal and different numberszimmerma2012-04-041-0/+10
* [TODO] removed mpc_log10zimmerma2012-04-032-6/+6
* added new function mpc_log10zimmerma2012-04-039-7/+468
* [TODO] add suggestion of new functions from Joseph S. Myerszimmerma2012-03-231-0/+4
* [m4/mpc.m4] removed -D_FORTIFY_SOURCE=2 since I don't know how to checkzimmerma2012-03-231-4/+0
* redoing previous task seriouslyenge2012-03-142-67/+67
* solved problems left by r1144 (visibly not tested)zimmerma2012-03-144-114/+113
* removed K&R supportenge2012-03-142-100/+95
* [src/mpc.h] removed reference to __GMP_PROTO and __gmp_const, which have beenzimmerma2012-03-111-6/+4