summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* worked on problems for windows reported by MGenge2008-11-281-2/+4
* configure.ac: put extra warning flags in WARNINGCFLAGS instead of CFLAGS.thevenyp2008-11-271-1/+2
* tests/test.c: Improve code coverage.thevenyp2008-11-271-1/+1
* Add forgotten initializations.thevenyp2008-11-261-0/+3
* src/sqrt.c, src/tan.c, tests/tgeneric.c: Fix mistakes in rounding mode types.thevenyp2008-11-261-2/+2
* some more EOF handlingenge2008-11-201-1/+1
* data reading rewritten; implemented look-ahead characterenge2008-11-201-158/+126
* newline at the end of the files, to help diagnostic anenge2008-11-2023-2/+22
* tests/mpc-tests.h: declare global random seed variables as extern (they are d...thevenyp2008-11-191-2/+2
* configure.ac: Check if we can redirect standard input/output to a file.thevenyp2008-11-171-7/+2
* [inp_str.c] allow i for imaginary part (in addition to I)zimmerma2008-11-171-0/+22
* [tan.dat] added one more corner case, which should give a 100% coveragezimmerma2008-11-171-0/+3
* [mul.c] simplified the Karatsuba code (no double loop any more)zimmerma2008-11-151-1/+5
* added corner test cases for tanenge2008-11-141-0/+7
* some more test cases to get close to a coverage of 100%enge2008-11-142-2/+17
* tests/test.c: Improve code coverage, use mpc_inp_str with stdin, mpc_out_str ...thevenyp2008-11-141-0/+43
* tests/tmul.c: Reduce exponent range for random number and increase maximum pr...thevenyp2008-11-142-1/+4
* [mul.c] fixed bug found by Philippe (20081114)zimmerma2008-11-141-0/+5
* [test.c] improved coverage of mpc_inp_str (remains only case stream == NULL)zimmerma2008-11-141-5/+61
* tests/Makefile.am: Add arg.dat.thevenyp2008-11-141-4/+4
* tests/tmul.c: Add bug for wrong inexact value returned by mpc_mul_karatsuba.thevenyp2008-11-141-2/+12
* data file for testing fr_subenge2008-11-143-3/+373
* data file for sub_frenge2008-11-143-1/+381
* adaptation to generic macroenge2008-11-134-8/+8
* - added data files for norm, div, div_fr, fr_div, mul_frenge2008-11-1339-285/+3749
* tests/tgeneric.c: Simplification, all directed rounding mode are equivalent f...thevenyp2008-11-131-3/+2
* tests/tlog.c: Start exp(log(z))==z from prec=4 instead of prec=2 because the ...thevenyp2008-11-131-1/+1
* tgeneric.c, tadd_ui.c, tsqr.c: Avoid some sign/unsign implicit conversions.thevenyp2008-11-133-4/+4
* tests/tgeneric.c: Fix macro MPFR_CAN_ROUND so as to avoid double rounding err...thevenyp2008-11-121-1/+1
* tests/tgeneric.c: Fix wrong rounding mode type in some tgeneric_cxx functions.thevenyp2008-11-121-14/+28
* src/set_fr_fr.c: new function.thevenyp2008-11-121-0/+3
* tests/test.c: Remove unused variable, speed up test allocating variable to th...thevenyp2008-11-121-6/+3
* src/arg.c: Compute the argument of a complex.thevenyp2008-11-123-4/+116
* src/proj.c: new fonction for projection onto the Riemann sphere.thevenyp2008-11-123-4/+116
* src/real.c, src/imag.c: New functions to access each parts of an mpc_t variable.thevenyp2008-11-123-3/+75
* tests/tnorm.c: Fix typo.thevenyp2008-11-121-1/+1
* tests/tgeneric.c: Add some special test cases (pure real/imaginary parameters...thevenyp2008-11-121-10/+133
* tests/tgeneric.c: Cosmetic changes: trailing whitespaces removed, some line i...thevenyp2008-11-121-9/+9
* tests/mpc-tests.h, tests/tgeneric.c: Add new fonction type CCI for mpc_mul_i.thevenyp2008-11-074-8/+184
* random.c: Add new parameter zero_probability to test_default_random in order ...thevenyp2008-11-075-32/+52
* [log.dat] added tests with real xor imaginary part zerozimmerma2008-11-051-0/+6
* tests/tmul.dat: Remove unused file.thevenyp2008-10-314-22/+116
* mpc-tests.h: Add a new field for function properties to struct mpc_function; ...thevenyp2008-10-313-11/+63
* Makefile.am, add_fr.dat, tadd_fr.c: Add data set for mpc_add_fr.thevenyp2008-10-283-4/+116
* tests/read_data.c: Fix bugs.thevenyp2008-10-281-4/+4
* tests/test.c: Improve code coverage for inp_str/out_str.thevenyp2008-10-271-2/+53
* Makefile.am, sub.dat, tsub.c: Add data set for mpc_sub.thevenyp2008-10-273-1/+97
* add.dat, tadd.c, Makefile.am: Add data set for mpc_add.thevenyp2008-10-273-2/+113
* [tmul.dat] new file, currently no test, but contains rules from ISO/IEC 9899zimmerma2008-10-231-0/+20
* tests/read_data.c: Fix bug (now read mpc_rnd_t instead of mp_rnd_t in read_cc...thevenyp2008-10-211-2/+2