summaryrefslogtreecommitdiff
path: root/tests/tadd.c
Commit message (Expand)AuthorAgeFilesLines
...
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-8/+8
* Suppressed MPFR_CLEAR_FLAGS (no longer did anything).vlefevre2009-06-261-1/+0
* Move mpfr_random2 to tests directory, remove it from API.thevenyp2009-03-241-1/+1
* tests/tadd.c: changed GMP_RND* (from r6071) into MPFR_RND*; this shouldvlefevre2009-03-161-5/+5
* tests/tadd.c: completed the code coverage (case bk == 0 in add1.c).vlefevre2009-03-051-0/+37
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-176/+176
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* Remove obsolete mpfr_random function and replace it by mpfr_urandomb in tests.thevenyp2008-09-181-2/+2
* Clean-up and various changes to be able to build MPFR with g++.vlefevre2008-06-091-3/+3
* For the terminating null pointer of the functions mpfr_inits,vlefevre2008-02-151-1/+1
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* got rid of mpfr_init_gmp_rand/MPFR_TEST_USE_RANDS and not-reentrant gmpzimmerma2007-11-171-2/+0
* Corrected mpfr_inits, mpfr_inits2 and mpfr_clears calls with NULLvlefevre2007-06-211-1/+1
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-0/+1
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Added ', Inc.' when missing after 'Free Software Foundation'.vlefevre2006-01-051-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* Converted tabs to spaces with expand.vlefevre2005-08-181-89/+89
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Add random tests (tgeneric + random2).pelissip2005-04-071-3/+10
* more changes for interface with NTLzimmerma2005-02-181-62/+0
* added interface for NTLzimmerma2005-02-181-9/+95
* Updated copyright lines.vlefevre2005-01-281-1/+1
* casts to allow compilation with g++zimmerma2005-01-271-12/+12
* Fixed a bug in check2b and added a test; add1.c coverage is nowvlefevre2004-02-261-7/+11
* Improved coverage.vlefevre2004-02-251-0/+10
* Improved coverage.vlefevre2004-02-251-7/+14
* Bugs fixed in a test function -> improved coverage.vlefevre2004-02-251-2/+2
* Remove a warning.pelissip2004-02-231-1/+1
* Added tests.vlefevre2004-02-221-6/+78
* Added more tests (improved tadd1.c coverage).vlefevre2004-02-161-2/+10
* Added tests (improved tadd1.c coverage).vlefevre2004-02-161-1/+67
* When the precisions are the same, test both mpfr_add1sp and mpfr_add1.vlefevre2004-02-161-36/+62
* Added overflow check.vlefevre2004-02-161-0/+28
* + Better support of non IEEE doubles.pelissip2004-02-061-2/+2
* Better supports of non IEEE-754 floats (don't use anymore ieee_double_extract...pelissip2004-01-281-9/+9
* Continue to port tests so that they don't use double.pelissip2004-01-141-206/+255
* Update the tests to reduce the use of floats.pelissip2004-01-091-1/+0
* removed test using denormszimmerma2004-01-051-6/+0
* + Optimize a few div.cpelissip2003-12-151-4/+10
* + Add function mpfr_print_mantissa_binary, for debugging reason.pelissip2003-12-091-2/+2
* + Add new internal function: mpfr_check.pelissip2003-11-211-5/+5
* reduced test timezimmerma2003-10-071-5/+5
* fixed bug in allocation for in-place operationzimmerma2003-10-061-0/+16
* Updated documentation. In particular, mpfr_set_str_raw renamedvlefevre2003-10-021-50/+50
* Changed the remaining stderr to stdout.vlefevre2003-09-251-114/+137
* correction to previous patch: problem was that x and u can be 0,zimmerma2003-06-241-6/+13