summaryrefslogtreecommitdiff
path: root/tests/tcmp2.c
Commit message (Expand)AuthorAgeFilesLines
* Use copyright year ranges, followingvlefevre2013-05-301-1/+1
* Copyright notice update: added 2013 withvlefevre2013-03-081-1/+1
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* Fixed printf's calls: support the case where mpfr_prec_t is not a longvlefevre2011-05-121-11/+13
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* Replacedvlefevre2010-07-301-1/+1
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-3/+3
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* Replaced GMP_LIMB_BITS by GMP_NUMB_BITS to use only one of these macros.vlefevre2010-01-081-4/+4
* BITS_PER_MP_LIMB -> GMP_LIMB_BITSzimmerma2010-01-081-4/+4
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* [cmp2.c] added commentszimmerma2009-03-051-0/+12
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-20/+20
* 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
* tests/tcmp2.c: fixed printf format strings.vlefevre2009-01-141-2/+2
* 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
* some other changes suggested by Patrick Pelissier for 16-bit portabilityzimmerma2008-04-061-5/+6
* 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
* Replaced -0.0 by a new macro DBL_NEG_ZERO. With MSVC, the negative zerovlefevre2006-01-191-2/+2
* 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
* improved coverage testzimmerma2004-02-131-3/+15
* + Optimize a few div.cpelissip2003-12-151-6/+3
* Updated documentation. In particular, mpfr_set_str_raw renamedvlefevre2003-10-021-11/+11
* Changed the remaining stderr to stdout.vlefevre2003-09-251-117/+122
* Replaced misc random functions by GMP ones.vlefevre2003-06-121-1/+2
* Patch by Torbjorn: use puts not putchar, to avoid GNUPro compiler bug.ryde2003-06-091-12/+12
* Prototypes: use static. Some code reformatting.vlefevre2003-01-241-9/+4
* now use __gmpfr_floor_log2 instead of floor/log to get rid of math.hzimmerma2003-01-171-21/+34
* put back math.hzimmerma2003-01-161-0/+1
* removed math.hzimmerma2003-01-161-2/+1
* Patch by Kevin Ryde for memory leak checking + misc declaration fixes.vlefevre2002-05-271-0/+2
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* - use mpfr_test_init to initialize harware floatszimmerma2002-03-261-7/+2
* replaced rand/lrand48, drand48, srand/srand48 by macroszimmerma2002-03-211-2/+2
* Copyright line changed.vlefevre2002-03-041-1/+1
* Patches by Kevin Ryde for K&R compilersvlefevre2002-01-121-7/+8
* Optimization: mpfr_cmp2 now accepts any combination of real argumentsvlefevre2002-01-041-26/+47
* mpfr_print_raw -> mpfr_print_binaryzimmerma2001-11-161-12/+12
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* 0 -> GMP_RNDNzimmerma2001-04-051-3/+3