summaryrefslogtreecommitdiff
path: root/mpfr-test.h
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-1/+1
* Updated copyright line.vlefevre2005-08-181-1/+1
* Change the address of the FSF.pelissip2005-06-021-2/+2
* mpfr_cmp_str checks for NAN.pelissip2005-05-021-0/+2
* more changes for interface with NTLzimmerma2005-02-181-0/+62
* Add support for Shared Library in MPFR (both Unix and Windows) by using libtool.pelissip2005-02-081-0/+1
* Remove useless assembly code.pelissip2004-12-141-6/+0
* Replaced mpfr_set_emin/emax by set_emin/emax in tests to checkvlefevre2004-10-261-4/+5
* Fix bug when you build MPFR outside source directory.pelissip2004-10-201-0/+3
* Update memory allocations scheme without gmp-impl.h.pelissip2004-04-081-0/+4
* Remove some warnings.pelissip2004-02-241-5/+13
* 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