summaryrefslogtreecommitdiff
path: root/tests/tagm.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* got rid of mpfr_init_gmp_rand/MPFR_TEST_USE_RANDS and not-reentrant gmpzimmerma2007-11-171-1/+0
* Generic tests: adjust the proportion of negative numbers returnedvlefevre2007-08-301-0/+2
* Corrected mpfr_inits, mpfr_inits2 and mpfr_clears calls with NULLvlefevre2007-06-211-2/+2
* 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
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-3/+3
* Converted tabs to spaces with expand.vlefevre2005-08-181-1/+1
* Updated copyright line.vlefevre2005-08-181-1/+1
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Improve test suite by adding new random values.pelissip2005-04-071-19/+24
* Fix a bug when both op are < 0 (It seems it was my fault).pelissip2004-04-201-0/+6
* improved coverage testzimmerma2004-02-131-0/+40
* added new tests for agm and hypot (+ fixed bugs)zimmerma2004-01-301-0/+19
* Better supports of non IEEE-754 floats (don't use anymore ieee_double_extract...pelissip2004-01-281-6/+6
* Continue to port tests so that they don't use double.pelissip2004-01-141-47/+24
* + Optimize a few div.cpelissip2003-12-151-4/+1
* now uses #include "tgeneric.c" everywherezimmerma2003-10-141-51/+0
* Updated documentation. In particular, mpfr_set_str_raw renamedvlefevre2003-10-021-2/+2
* Changed the remaining stderr to stdout.vlefevre2003-09-251-6/+6
* fixed pb found by Damien Fisherzimmerma2003-08-041-9/+26
* removed randseed() stuff [obsolete now we use the GMP mechanism]zimmerma2003-06-191-2/+0
* Replaced misc random functions by GMP ones.vlefevre2003-06-121-13/+18
* Fixed prototypes (use static...).vlefevre2003-01-241-11/+5
* Use mpfr_set_nan and mpfr_set_inf for NaN and Inf tests,ryde2003-01-221-7/+43
* removed unused function dagm(), and get rid of math.hzimmerma2003-01-171-56/+43
* added back math.h (for sqrt)zimmerma2003-01-161-9/+9
* removed math.hzimmerma2003-01-161-2/+1
* replaced isnan() by Isnan()zimmerma2003-01-161-3/+3
* removed all tests that compare to libmzimmerma2002-11-251-12/+9
* 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
* HAVE_FESETROUND renamed to MPFR_HAVE_FESETROUND to avoid possiblevlefevre2002-04-101-1/+1
* Check for fenv.h -> check for fesetround.vlefevre2002-04-091-1/+1
* 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-1/+1
* - use mpfr_test_init to initialize harware floatszimmerma2002-03-261-1/+1
* Patch by Kevin Ryde + misc fixes.vlefevre2002-03-261-2/+1
* replaced getpid() by time(NULL)zimmerma2002-03-251-2/+2
* replaced rand/lrand48, drand48, srand/srand48 by macroszimmerma2002-03-211-11/+9
* Copyright line changed.vlefevre2002-03-041-1/+1
* Patches by Kevin Ryde for K&R compilersvlefevre2002-01-121-6/+12
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added year 2001 in copyright linezimmerma2001-11-161-1/+1
* changed "int main(..)" to two lineszimmerma2001-02-181-1/+4
* unsigned char -> mp_rnd_tzimmerma2000-12-211-1/+1
* max, min -> macroszimmerma2000-12-211-23/+8