summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tsin_cos.c: file not included in previous commitenge2011-01-181-0/+36
* sin_cos: bug fix to allow overlap in argument and resultenge2011-01-183-40/+173
* add_si: replaced macro by function, since the macro evaluated its argumentenge2011-01-182-1/+70
* and yet another file...zimmerma2011-01-141-0/+29
* forgot to add some fileszimmerma2011-01-141-0/+37
* added mpc_fma (request from Mickael Gastineau)zimmerma2011-01-144-4/+257
* mpc-impl.h and test files: replaced macro OUT by MPC_OUTenge2011-01-1310-143/+143
* sqrt.c: bug #11421 fixed for all rounding modesenge2010-11-181-1/+17
* sqrt.c: functionally equivalent reformulation that seems easier toenge2010-11-181-1/+1
* [sqrt.dat] added hard case from Emmanuel Thome (loops with the current version)zimmerma2010-10-221-1/+3
* increased minimal version requirements to gmp 4.3.2 and mpfr 2.4.2enge2010-10-041-3/+1
* mul.dat: correcting the test file according to the previous fix for sqrenge2010-09-161-1/+1
* sqr.c: bug fix: when an under- or overflow occurred during Karatsuba squaring,enge2010-09-161-1/+1
* tgeneric.c: collapsed two tests into oneenge2010-09-161-3/+1
* mul.c, mul.dat: if both arguments are the same, call sqrenge2010-09-161-0/+8
* tmul.c: moved special values to mul.datenge2010-09-024-36/+8
* tsqr.c: moved old hard-coded tests into data file sqr.datenge2010-09-022-70/+11
* moved declaration of set_pi_over_2 from acos.c/asin.c to header file mpc-impl.henge2010-09-024-32/+32
* mpc.m4: added more warning flags for the development cycleenge2010-09-023-5/+5
* renamed mpc_[s|g]et_[c|lc] to mpc_[s|g]et_[dc|ldc]enge2010-09-021-6/+6
* explicit casts in test/ to avoid warnings with '-Wconversion'enge2010-08-318-41/+45
* new functions mpc_set_c, mpc_set_lc, mpc_get_c, mpc_get_lcenge2010-08-311-2/+31
* fixed integer undefined behaviors reported by John Regehr (#10838)zimmerma2010-08-311-6/+2
* code cleanup:enge2010-07-303-22/+22
* exp: closed bug http://lists.gforge.inria.fr/pipermail/mpc-discuss/2010-July/...enge2010-07-301-1/+2
* [exp.dat] added new testcase (don't know how to compute inexact flags, thuszimmerma2010-07-261-0/+1
* [div.c] fixed overflow/underflow (reported by Emmanuel Thome)zimmerma2010-07-201-1/+4
* [norm.c] fixed infinite loop (underflow) reported by Emmanuel Thomezimmerma2010-07-201-1/+4
* tan.c: reverted r795 and r796 and implemented simple fixenge2010-07-151-2/+6
* exp.c: fixed ternary return value in case of overflowenge2010-07-151-1/+4
* back to the default MPFR exponent rangezimmerma2010-06-283-6/+0
* changed test files for default MPFR exponent rangezimmerma2010-06-283-6/+6
* [tcos.c] back to default exponent rangezimmerma2010-06-282-4/+2
* partial fix for problems with huge exponents reported by Chris Saunderszimmerma2010-06-289-7/+33
* tgeneric.c: return a value of type mpfr_rnd_t in next_rnd_mode().thevenyp2010-06-181-1/+6
* tgeneric.c: Simplify next_rnd_mode().thevenyp2010-06-181-6/+1
* tpow_si.c: copied comparison with pow from tpow_ui.cenge2010-06-173-15/+61
* tpow_ui.c: removed particular test that seems to be left over from firstenge2010-06-171-14/+0
* mpc-test.h, read_data.c: fixed calls of functions with "char *" parameterenge2010-06-172-5/+5
* mpc-impl.h, tgeneric.c: replaced for loop over enum (C) and iterator (C++)enge2010-06-171-11/+51
* tget_version.c: patch by Brian Gladman to recognise mpirenge2010-06-141-1/+7
* replaced mp_prec_t and mp_exp_p in test directoryenge2010-06-1110-19/+19
* pow_si: trivial speed-up for positive exponentenge2010-05-151-2/+5
* [tests/Makefile.am] fixed LOADLIBES so that "make foo" works againzimmerma2010-05-151-1/+4
* moving on to version 0.8.3-devenge2010-05-141-1/+1
* preparing release of 0.8.2-rc1enge2010-05-051-1/+1
* Remove definition of GMP_RND_MAX in tests, since the corresponding mpfr symbo...thevenyp2010-05-032-17/+10
* tests/Makefile.am: added pow_ui_dat to the distributionenge2010-04-301-1/+1
* tpow_ui.c: fixed warning when in C90 modeenge2010-04-131-1/+2
* pow_ui.c: added code for a second binary trial in certain casesenge2010-04-112-2/+4