summaryrefslogtreecommitdiff
path: root/tests/tsqr.c
Commit message (Expand)AuthorAgeFilesLines
* New test framework, merged from test branch.thevenyp2014-01-201-4/+12
* changed GMP_RND? to MPFR_RND?enge2012-07-231-4/+4
* mpc-tests.h: reorganisation of commentenge2011-11-041-1/+0
* replaced MPC_RE by mpc_realref and MPC_IM by mpc_imagref everywhereenge2011-11-041-5/+5
* tsqr.c: added missing test_end (reported by Brian Gladman)enge2011-09-011-0/+2
* random.c, mpc-tests.h: made variables staticenge2011-08-301-1/+2
* license change:enge2011-08-291-12/+11
* finished change of copyright line into "Copyright (C) INRIA, year1, year2, ..."zimmerma2011-01-251-1/+1
* mpc-impl.h and test files: replaced macro OUT by MPC_OUTenge2011-01-131-2/+2
* tsqr.c: moved old hard-coded tests into data file sqr.datenge2010-09-021-70/+2
* moved declaration of set_pi_over_2 from acos.c/asin.c to header file mpc-impl.henge2010-09-021-10/+10
* replaced mp_prec_t and mp_exp_p in test directoryenge2010-06-111-2/+2
* [sqr.c] fixed another infinite loop problem (underflow case)zimmerma2009-10-021-0/+16
* [tlog.c] disabled test for exp(log(z)) = z, since it gives false positiveszimmerma2009-10-011-0/+17
* tgeneric.c tsqr.c: Add missing mpc_clear.thevenyp2009-03-231-0/+1
* Remove all #include "mpc-impl.h" in test files (mpc-impl.h is now included by...thevenyp2009-03-171-1/+0
* default precision removed, as well as init and all init_setenge2009-01-071-4/+2
* - added data files for norm, div, div_fr, fr_div, mul_frenge2008-11-131-2/+2
* tgeneric.c, tadd_ui.c, tsqr.c: Avoid some sign/unsign implicit conversions.thevenyp2008-11-131-1/+1
* src/sqr.c: Fix bug when reusing parameter and parameter value is pure real or...thevenyp2008-10-211-0/+25
* tests/tgeneric_ccc.c, tests/tgeneric_ccs.c, tests/tgeneric_ccu.c, tests/tgene...thevenyp2008-10-171-12/+4
* Add data file for mpc_sqr.thevenyp2008-10-031-0/+3
* Update changes dates and authors in copyright line.thevenyp2008-09-241-1/+1
* tests/tgeneric_cc.c: random tests for complex functions of one complex variab...thevenyp2008-09-191-20/+7
* Add void in empty prototype (remove warnings with gcc option '-Wold-style-def...thevenyp2008-07-311-2/+2
* Use the new mpc_urandom function in the test suite so that the tests are repr...thevenyp2008-07-101-6/+0
* Add random seed setting (with environmnent variable GMP_CHECK_RANDOMIZE) forthevenyp2008-05-301-0/+6
* eliminated comparisons between signed and unsignedenge2008-04-111-2/+2
* Cosmetic changes: no tab, no trailing white spaces, and new indentation.thevenyp2008-04-101-57/+57
* File reorganisation into three new directories: src, tests and doc.thevenyp2008-04-091-0/+220