summaryrefslogtreecommitdiff
path: root/tests/tset.c
Commit message (Expand)AuthorAgeFilesLines
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-1/+1
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* [tset.c] removed unused variableszimmerma2009-08-261-2/+0
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* tests/tset.c: With revision 6339, some tests were moved and added in the func...thevenyp2009-07-301-0/+1
* Makefile.am mpfr.h mpfr.texi set_zero.c: New function mpfr_set_zero.thevenyp2009-07-201-51/+98
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-1/+1
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-18/+18
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* Added missing void's.vlefevre2009-01-201-1/+1
* 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-1/+1
* add generic teststhevenyp2008-02-151-0/+5
* Copyright notice update: added 2008 withvlefevre2008-01-011-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-1/+1
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Updated copyright lines.vlefevre2005-01-281-1/+1
* casts to allow compilation with g++zimmerma2005-01-271-2/+2
* Optimize mpfr_set4.pelissip2004-12-091-1/+10
* Improve coverage tests.pelissip2004-11-191-1/+1
* Replaced mpfr_set_emin/emax by set_emin/emax in tests to checkvlefevre2004-10-261-2/+2
* use GMP_RND_MAX instead of hard-coded constantzimmerma2004-02-231-1/+1
* mpfr_neg (b, b, r) for b=NAN didnt' set NAN flag.pelissip2004-02-201-0/+19
* improved coverage testzimmerma2004-02-141-1/+32
* + Optimize a few div.cpelissip2003-12-151-4/+1
* Updated documentation. In particular, mpfr_set_str_raw renamedvlefevre2003-10-021-2/+4
* Changed some stderr to stdout.vlefevre2003-09-241-17/+18
* Replaced misc random functions by GMP ones.vlefevre2003-06-121-1/+1
* removed math.hzimmerma2003-01-161-2/+1
* Patch by Kevin Ryde for memory leak checking + misc declaration fixes.vlefevre2002-05-271-0/+4
* Copyright line updated.vlefevre2002-05-141-1/+1
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* replaced rand/lrand48, drand48, srand/srand48 by macroszimmerma2002-03-211-1/+2
* Copyright line changed.vlefevre2002-03-041-1/+1
* Patches by Kevin Ryde for K&R compilersvlefevre2002-01-121-1/+1
* start tests with precision 2 instead of 1zimmerma2001-11-301-4/+4
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added one testzimmerma2001-10-261-0/+11
* now also try with negative numberszimmerma2001-10-151-1/+3
* test file for mpfr_set, initial versionzimmerma2001-10-121-0/+69