summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [fr_div.c] added commentzimmerma2009-08-251-13/+25
* misc/testgen: adapted generation of test files to new definition of divenge2009-08-212-861/+860
* div: modified as followsenge2009-08-202-182/+182
* tests/tset.c: Add test for mpc_set_nan.thevenyp2009-08-071-0/+4
* tests/mpc-tests.h: Use MPFR_RND_MAX instead of GMP_RND_MAX when compiled agai...thevenyp2009-07-291-0/+7
* src/pow.c: set sign of the zero imaginary part as determined in the proof in ...thevenyp2009-07-291-132/+210
* src/mpc-impl.h: Add a C++ iterator on mpfr_rnd_t enum (g++ 4.3.2 refuses to i...thevenyp2009-07-292-14/+15
* doc/algorithms.tex: Analyse cases where Re(x^y)>0 and Im(x^y) = 0.thevenyp2009-07-161-8/+134
* [pow.c] more work on sign of zerozimmerma2009-06-271-0/+10
* [pow.c] more work on cases with sign of zero as input/outputzimmerma2009-06-262-2/+12
* [pow.c] fixed hang in underflow case + fixed problem with mpc_pow_exact forzimmerma2009-06-241-0/+6
* [pow.c] improved sign of result for x^0zimmerma2009-06-231-0/+2
* [pow.c] save/restore the exponent range in mpc_pow_exactzimmerma2009-06-221-0/+2
* [pow.c] fixed two more bugs found by Kaveh Ghazizimmerma2009-06-191-0/+2
* [pow.c] new loop fix (previous one was not general enough)zimmerma2009-06-181-0/+1
* [pow.c] fixed two bugs: one where the exponent was wrong, and one case wherezimmerma2009-06-181-0/+2
* tests/Makefile.am: Files in tests/ directory can now be computed using make.thevenyp2009-06-111-0/+1
* src/pow.c: Add special values (same results as gnu libc's cpow)thevenyp2009-06-111-0/+141
* log.data: added tests for log (+- 1 +- 0*i)enge2009-06-091-1/+9
* read_data.c: Fix bug in reading zeros and infinities signs.thevenyp2009-06-091-3/+5
* [pow.c] fixed two more bugszimmerma2009-06-081-0/+13
* norm: corrected return value to + in case of overflowenge2009-06-051-1/+1
* log.c: fake bug fix for infinite loop when intermediate overflow occursenge2009-06-041-1/+4
* fixed norm computation: returns inf in case of overflowenge2009-06-041-0/+2
* corrected typoenge2009-06-041-1/+1
* First version of mpc_pow. Seems to run ok, but we have problems with largezimmerma2009-06-043-4/+63
* [log.dat] added huge values (the last one makes mpc_log hang)zimmerma2009-06-041-0/+42
* removed need for underscore in types plugged into MPC_SET_X_Yenge2009-06-041-3/+3
* upgraded version requirement to gmp 4.2 and removed workarounds for olderenge2009-06-042-47/+9
* tests/tset.c: Add _fr prefix in macro call (see r537).thevenyp2009-04-231-2/+2
* configure.ac: Add check for localeconv and setlocalethevenyp2009-04-221-2/+2
* NEWS src/log.c: Fix bug: on real negative axis, take the sign of the zero ima...thevenyp2009-04-221-9/+18
* [configure.ac] removed double quotes to enhance portability asenge2009-04-081-5/+5
* [acinclude.m4] added option -D_FORTIFY_SOURCE=2 in development modeenge2009-04-061-3/+11
* [norm.c] fixed memory leak (found by valgrind)zimmerma2009-04-022-8/+9
* README.dev: Disabling of error flags in releases is now down automaticallyenge2009-03-301-16/+16
* src/mem.c tests/read_data.c tests/tstrtoc.c: Code simplification (sizeof (cha...thevenyp2009-03-302-4/+3
* src/mpc.h src/set_x.c: New functions mpc_set_ui and mpc_set_sj.thevenyp2009-03-301-0/+16
* [tset.c] the previous commit did fail on 32-bit machines, because INTMAX_MAXzimmerma2009-03-291-3/+6
* [set_x_x.c] fixed bug found by Sisyphuszimmerma2009-03-281-0/+6
* tests/tio_str.c: Fix bug.thevenyp2009-03-271-3/+5
* [configure.ac] minimal GMP version is now 4.1.3 instead of 4.2zimmerma2009-03-273-10/+48
* tests/inp_str.dat: Add one test data with very long suffix to reach 100% cove...thevenyp2009-03-241-0/+1
* src/inp_str.c: Read sequence of adjacent alphanumerical char through new func...thevenyp2009-03-242-109/+110
* tests/tio_str.c: remove unused variable.thevenyp2009-03-231-11/+0
* tgeneric.c tsqr.c: Add missing mpc_clear.thevenyp2009-03-232-2/+12
* correct printing of size_t in 32 bit modeenge2009-03-232-2/+2
* tests/inp_str.dat tests/tio_str.c tests/tset.c: Increase test coverage up to ...thevenyp2009-03-233-104/+109
* src/inp_str.c: Accept just two levels of parenthesesthevenyp2009-03-232-108/+131
* [treimref.c] test file for mpc_realref and mpc_imagrefzimmerma2009-03-202-1/+50