summaryrefslogtreecommitdiff
path: root/tests/tdiv.c
Commit message (Expand)AuthorAgeFilesLines
...
* added new testzimmerma2005-03-231-1/+16
* more changes for interface with NTLzimmerma2005-02-181-30/+55
* Updated copyright lines.vlefevre2005-01-281-1/+1
* casts to allow compilation with g++zimmerma2005-01-271-6/+6
* added new tests for corner caseszimmerma2004-11-291-20/+142
* Replaced mpfr_set_emin/emax by set_emin/emax in tests to checkvlefevre2004-10-261-4/+4
* Add ICC detection && support.pelissip2004-09-201-1/+1
* use GMP_RND_MAX instead of hard-coded constantzimmerma2004-02-231-4/+5
* simplified the code of div.c and improved coveragezimmerma2004-02-231-0/+49
* + Better support of non IEEE doubles.pelissip2004-02-061-1/+1
* Better supports of non IEEE-754 floats (don't use anymore ieee_double_extract...pelissip2004-01-281-14/+14
* Update it to remove the use of float/double.pelissip2004-01-161-116/+134
* + Optimize a few div.cpelissip2003-12-151-4/+1
* + Add new internal function: mpfr_check.pelissip2003-11-211-2/+2
* reduced test timezimmerma2003-10-071-4/+4
* Updated documentation. In particular, mpfr_set_str_raw renamedvlefevre2003-10-021-10/+10
* Changed the remaining stderr to stdout.vlefevre2003-09-251-124/+128
* changed since mpfr_random now can return 0zimmerma2003-06-201-10/+30
* added new test from Parkszimmerma2003-06-191-1/+7
* reduced time of testzimmerma2003-06-101-4/+6
* Patch by Torbjorn: use puts not putchar, to avoid GNUPro compiler bug.ryde2003-06-091-20/+20
* Prototypes: use static. Some code reformatting.vlefevre2003-01-241-15/+7
* Use tests_start_mpfr / tests_end_mpfr.ryde2003-01-221-0/+3
* added year 2003 in copyright linezimmerma2003-01-161-1/+1
* replaced isnan() by Isnan()zimmerma2003-01-161-2/+2
* removed all tests that compare to libmzimmerma2002-11-251-36/+3
* changed to distinguish mpfr failures from libm failureszimmerma2002-11-251-12/+29
* added 3 tests that make libm fail under HP-PAzimmerma2002-11-251-0/+7
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* HAVE_FESETROUND renamed to MPFR_HAVE_FESETROUND to avoid possiblevlefevre2002-04-101-3/+3
* Check for fenv.h -> check for fesetround.vlefevre2002-04-091-3/+3
* mpfr_get_d -> mpfr_get_d1 and mpfr_get_d2 -> mpfr_get_d.vlefevre2002-04-071-2/+2
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* use AC_CHECK_HEADERS to check for fenv.hzimmerma2002-04-051-3/+3
* - use mpfr_test_init to initialize harware floatszimmerma2002-03-261-16/+13
* Patch by Kevin Ryde + misc fixes.vlefevre2002-03-261-7/+64
* replaced getpid() by time(NULL)zimmerma2002-03-251-1/+1
* replaced rand/lrand48, drand48, srand/srand48 by macroszimmerma2002-03-211-2/+2
* now use macros DBL_NAN, DBL_POS_INF, DBL_NEG_INF,zimmerma2002-03-191-8/+7
* moved code under #ifdefzimmerma2002-03-191-3/+3
* Copyright line changed.vlefevre2002-03-041-1/+1
* Removed some <math.h> dependencies.vlefevre2002-02-281-6/+7
* Patches by Kevin Ryde for K&R compilersvlefevre2002-01-121-7/+12
* start tests with precision 2 instead of 1zimmerma2001-11-301-4/+4
* mpfr_add_one_ulp and mpfr_sub_one_ulp changed.vlefevre2001-11-211-3/+3
* mpfr_print_raw -> mpfr_print_binaryzimmerma2001-11-161-20/+20
* added one testzimmerma2001-11-161-7/+2
* Beuh ?hanrot2001-11-161-0/+18
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added year 2001 in copyright linezimmerma2001-11-161-1/+1