summaryrefslogtreecommitdiff
path: root/tests/tset_q.c
Commit message (Expand)AuthorAgeFilesLines
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* a few patches suggested by Patrick Pelissier to ease porting to 16-bitzimmerma2008-04-061-1/+0
* 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
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-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-9/+9
* Add ICC detection && support.pelissip2004-09-201-1/+1
* + Better support of non IEEE doubles.pelissip2004-02-061-2/+4
* Continue to port tests so that they don't use double.pelissip2004-01-141-15/+14
* 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-0/+25
* + Optimize a few div.cpelissip2003-12-151-2/+1
* Changed some stderr to stdout.vlefevre2003-09-241-7/+7
* Prototypes: use static. Some code reformatting.vlefevre2003-01-241-9/+7
* removed all tests that compare to libmzimmerma2002-11-251-25/+2
* added one test (bug in mpfr-2.0.1 found by Gerardo Ballabio)zimmerma2002-06-141-0/+1
* Patch by Kevin Ryde for memory leak checking + misc declaration fixes.vlefevre2002-05-271-0/+5
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* HAVE_FESETROUND renamed to MPFR_HAVE_FESETROUND to avoid possiblevlefevre2002-04-101-2/+2
* Check for fenv.h -> check for fesetround.vlefevre2002-04-091-2/+2
* mpfr_get_d -> mpfr_get_d1 and mpfr_get_d2 -> mpfr_get_d.vlefevre2002-04-071-1/+1
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* use AC_CHECK_HEADERS to check for fenv.hzimmerma2002-04-051-2/+2
* - use mpfr_test_init to initialize harware floatszimmerma2002-03-261-2/+5
* added 2002 in copyright linezimmerma2002-03-261-1/+1
* #include <unistd.h> removed. Redefined macros ABS removed.vlefevre2002-03-261-1/+0
* 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/+5
* Copyright line changed.vlefevre2002-03-041-1/+1
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added year 2001 in copyright linezimmerma2001-11-161-1/+1
* added stdio.hzimmerma2001-11-161-0/+1
* added test for inexact flagzimmerma2001-10-261-15/+42
* changed "int main(..)" to two lineszimmerma2001-02-181-1/+3
* Added prototypes for all test files.hanrot2000-12-201-0/+2
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* added #ifdef TEST to disable comparison with machine arithmeticzimmerma2000-05-291-18/+37
* new test fileszimmerma2000-05-241-0/+57