summaryrefslogtreecommitdiff
path: root/tests/tset_f.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* Replacedvlefevre2010-07-301-1/+1
* 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
* Replaced GMP_LIMB_BITS by GMP_NUMB_BITS to use only one of these macros.vlefevre2010-01-081-2/+2
* BITS_PER_MP_LIMB -> GMP_LIMB_BITSzimmerma2010-01-081-2/+2
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-2/+2
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-26/+26
* 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-1/+1
* Clean-up and various changes to be able to build MPFR with g++.vlefevre2008-06-091-1/+1
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* Untabified and removed trailing spaces.vlefevre2007-11-241-21/+21
* use of RANDS instead of __gmp_randsthevenyp2007-11-201-7/+32
* tli2.c: fix wrong assertion in copyright moticethevenyp2007-11-191-6/+2
* got rid of mpfr_init_gmp_rand/MPFR_TEST_USE_RANDS and not-reentrant gmpzimmerma2007-11-171-3/+6
* 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
* More reliable tests for mpfr_set_f (x, y, GMP_RNDN) forvlefevre2006-01-121-13/+26
* Use mpfr_get_emax() instead of obsolete __mpfr_emax.vlefevre2006-01-121-5/+5
* More reliable test for mpfr_set_f (x, y, GMP_RNDN) for y=2^ULONG_MAX.vlefevre2006-01-121-3/+4
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* fixed bug in mpfr_set_f for huge argumentzimmerma2005-12-291-0/+28
* avoid . in mpf_set_str (locale-sensitive)zimmerma2005-09-091-4/+6
* 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-5/+5
* Update memory allocations scheme without gmp-impl.h.pelissip2004-04-081-0/+1
* Fixed a bug in mpfr_set_f for 0 (wrong sign) and added the test.vlefevre2004-02-181-7/+13
* fixed 2 bugs and added testzimmerma2004-02-171-0/+13
* new coverage testszimmerma2004-02-141-19/+31
* + Better support of non IEEE doubles.pelissip2004-02-061-2/+2
* Update the copyright line of the source files to 2004.pelissip2004-01-061-1/+1
* Add the tests to check if 0 for signed class with unsigned 0 is set to 0+.pelissip2004-01-061-3/+19
* + Optimize a few div.cpelissip2003-12-151-2/+1
* Changed some stderr to stdout.vlefevre2003-09-241-9/+13
* removed randseed() stuff [obsolete now we use the GMP mechanism]zimmerma2003-06-191-1/+0
* Replaced misc random functions by GMP ones.vlefevre2003-06-121-4/+4
* Patch by Kevin Ryde for memory leak checking + misc declaration fixes.vlefevre2002-05-271-0/+3
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* Patch by Kevin Ryde + misc fixes.vlefevre2002-03-261-1/+1
* replaced getpid() by time(NULL)zimmerma2002-03-251-1/+1
* Missing #include.vlefevre2002-03-221-0/+1
* replaced rand/lrand48, drand48, srand/srand48 by macroszimmerma2002-03-211-5/+4
* Copyright line changed.vlefevre2002-03-041-1/+1