summaryrefslogtreecommitdiff
path: root/mpfr-test.h
Commit message (Expand)AuthorAgeFilesLines
* Add forgotten copyright 2004 line.pelissip2004-02-061-1/+1
* + Better support of non IEEE doubles.pelissip2004-02-061-4/+1
* Update the tests to reduce the use of floats.pelissip2004-01-091-0/+12
* Add RND_RANDpelissip2004-01-091-0/+6
* + Optimize a few div.cpelissip2003-12-151-4/+1
* + Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS.pelissip2003-11-041-18/+18
* (ld_trace): New function.ryde2003-08-301-0/+1
* (d_trace): New function.ryde2003-07-191-0/+1
* Removed drand48/lrand48/srand48 prototypes.vlefevre2003-06-191-3/+0
* Replaced misc random functions by GMP ones.vlefevre2003-06-121-20/+2
* Added function randlimb().vlefevre2003-06-121-1/+1
* (random): Remove prototype, since it conflicts withryde2003-06-081-1/+0
* Added prototypes of non-standard functions that weren't always defined.vlefevre2003-05-281-4/+7
* (LONGDOUBLE_ISNAN): Remove.ryde2003-01-251-1/+1
* now always define Isnanzimmerma2003-01-161-3/+1
* #Add a copyright year.ryde2003-01-081-1/+1
* (__setfpucw, _FPU_EXTENDED, etc): Remove these setups.ryde2003-01-081-18/+6
* (<sys/fpu.h>) [__mips]: Move from mpfr-test.h to tests/tests.c,ryde2003-01-031-3/+0
* (HAVE_DENORMS) [__mips]: Remove this, let the configure test decide.ryde2003-01-031-1/+0
* Fix rnd_mode.c (again).vlefevre2002-12-021-1/+1
* (mpfr_set_machine_rnd_mode): Move prototype to mpfr-test.h.ryde2002-11-291-0/+1
* Check for isnan.vlefevre2002-06-051-0/+5
* Patch by Kevin Ryde for memory leak checking + misc declaration fixes.vlefevre2002-05-271-110/+9
* RAND_MAX defined if not already defined (as it should be).vlefevre2002-04-191-0/+6
* Include config.h, for the benefit of test programs not usingvlefevre2002-04-191-0/+4
* added tests in mpfr_test_init for denorms and extended precisionzimmerma2002-04-191-0/+22
* 2147483647 -> INT_MAXzimmerma2002-04-181-2/+6
* improved ulp() to deal with infinitieszimmerma2002-04-181-7/+9
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* removed _FPU_RC_NEAREST ... for x86 (not used any more, now use fenv.h)zimmerma2002-04-051-4/+0
* use AC_CHECK_HEADERS to check for fenv.hzimmerma2002-04-051-1/+1
* added check for fpu_control.hzimmerma2002-04-031-1/+5
* added function mpfr_test_init to initialize full IEEE behaviourzimmerma2002-03-261-0/+38
* added test in configure for checking rand48 functions (HAVE_RAND48)zimmerma2002-03-221-6/+12
* added macros LONG_RAND, DBL_RAND, SEED_RANDzimmerma2002-03-211-6/+16
* Copyright line changed.vlefevre2002-03-041-1/+1
* MAX, MIN, ABS macros undefined before being redefined.vlefevre2002-01-231-1/+8
* Test "__hpux", not "hpux". Mask off mrand48 return value to 31 bitsvlefevre2002-01-171-2/+2
* Patches by Kevin Ryde for K&R compilersvlefevre2002-01-121-5/+9
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added year 2001 in copyright linezimmerma2001-11-161-1/+1
* added prototype for Ulpzimmerma2001-02-151-3/+4
* fixed ulp computationzimmerma2001-01-231-6/+20
* added MINNORM, MAXNORM, MIN, MAX, ABSzimmerma2000-12-211-4/+10
* Patch for wrong prototype.hanrot2000-12-201-2/+2
* Added prototypes for all test files.hanrot2000-12-201-0/+5
* auxiliary test fileszimmerma2000-12-181-0/+71