summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [tests/log.dat] added more tests with x, y normal and different numberszimmerma2012-04-041-0/+10
* [TODO] removed mpc_log10zimmerma2012-04-031-3/+4
* added new function mpc_log10zimmerma2012-04-034-4/+214
* redoing previous task seriouslyenge2012-03-141-1/+1
* solved problems left by r1144 (visibly not tested)zimmerma2012-03-141-2/+2
* sqr.c: simplification of Karatsuba; call naive function for real part in caseenge2012-03-071-3/+0
* mpc-impl.h, mul.c: made mpfr_fmma static againenge2012-03-021-1/+1
* mul.c: reverted previous, too hasty commit; needs more thoughtenge2012-03-021-0/+4
* sqr: copied code for imaginary part from naive computation also to theenge2012-03-011-0/+4
* sqr: rewrite of naive multiplication, reusing mpfr_fmma function from mulenge2012-03-011-0/+4
* [read_data.c] added random tests to check that MPC does not *clear* MPFR flagszimmerma2012-02-292-4/+106
* sqr.dat: activated other test case, where current code still failsenge2012-02-291-4/+2
* sqr.dat: added test cases with intermediate overflow in Karatsuba squarings,enge2012-02-231-1/+8
* define 0^0 as (1,+0), since the sign of the imaginary part cannot be determinedenge2012-01-232-12/+12
* tgeneric.c: removed unnecessary include; stdlib.c gets included through mpc-t...enge2012-01-231-2/+0
* changed result for 0^0, according to the discussion onzimmerma2012-01-092-2/+17
* mpc-tests.h: reorganisation of commentenge2011-11-045-21/+14
* removed inclusion of mpc-impl.h from mpc-tests.h, required to copy some lines...enge2011-11-041-1/+40
* replaced MPC_RE by mpc_realref and MPC_IM by mpc_imagref everywhereenge2011-11-0419-284/+284
* mpc-impl.h, random.c: include config.h as first include fileenge2011-11-041-2/+1
* mpc.h. mpc-tests.h, mpc-impl.h: handle __MPC_DECLSPEC as for mpfr;enge2011-11-031-3/+3
* [src/pow.c] fixed further overlapping bugzimmerma2011-10-251-19/+23
* tpow.c: lowered precision for reuse_bug, makes it reappearenge2011-10-251-3/+1
* tgeneric.c, tpow.c: revert r1100 by moving reuse bug from tgeneric to tpowenge2011-10-253-12/+34
* fixed bug found by the automatic builds onzimmerma2011-10-241-0/+5
* mpc-tests.h: removed declaration of unused memory functionsenge2011-10-241-2/+0
* [tests/tgeneric.c] added test case which fails, found by automatic buildszimmerma2011-10-231-1/+8
* memory.c, random.c: remove internal memory checks since we rely on valgrindenge2011-10-183-210/+2
* [tests/memory.c] removed debug code introduced for hydra testszimmerma2011-10-041-17/+0
* [tests/memory.c] more debug in tests_free()zimmerma2011-10-031-0/+5
* [tests/memory.c] added debug test to isolate a bug on x86_64-darwinzimmerma2011-09-261-0/+12
* [tests/tio_str.c] improved error messagezimmerma2011-09-151-4/+2
* tnorm.c: used GMP_RNDN instead of MPFR_RNDN etc. for compatibility with mpfr-...enge2011-09-131-8/+8
* tio_str.c: define _POSIX_C_SOURCE with a value (found on solaris)enge2011-09-081-1/+1
* [tests/tpow_fr.c] added test case exposing reuse bug (I don't know how to enterzimmerma2011-09-082-1/+29
* [src/pow.c] implement coherent algorithm for the sign of 0 in the outputzimmerma2011-09-071-0/+52
* norm.c: new underflow handlingenge2011-09-061-0/+7
* norm.dat: example showing failure in current underflow handlingenge2011-09-061-0/+2
* [tests/norm.dat] corrected two wrong test caseszimmerma2011-09-051-2/+2
* [tests/tnorm.c] added test exposing bug in underflow casezimmerma2011-09-021-1/+75
* div.c: fixed bad application of mpfr_can_round trick - do not put in the sameenge2011-09-021-0/+3
* div.c: some heuristics for intermediate under-/overflowsenge2011-09-021-3/+27