summaryrefslogtreecommitdiff
path: root/tests/tmul.c
Commit message (Expand)AuthorAgeFilesLines
* 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-12/+12
* Converted tabs to spaces with expand.vlefevre2005-08-181-39/+39
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Improve coveragepelissip2005-05-171-0/+14
* Fix bug due to wrong assertion.pelissip2005-05-111-0/+17
* Fix a bug in the product of 2limbs per 2 limbs.pelissip2005-05-101-2/+20
* Add random tests (tgeneric + random2).pelissip2005-04-071-0/+8
* Undo previous change (I was wrong).pelissip2005-03-251-1/+27
* Add case where bn == 1 and bn == 2 by using longlong.h.pelissip2005-03-211-0/+35
* Improve checkingpelissip2005-03-091-0/+87
* more changes for interface with NTLzimmerma2005-02-181-18/+43
* Updated copyright lines.vlefevre2005-01-281-1/+1
* casts to allow compilation with g++zimmerma2005-01-271-1/+1
* Replaced mpfr_set_emin/emax by set_emin/emax in tests to checkvlefevre2004-10-261-4/+4
* improved coverage testzimmerma2004-02-141-0/+23
* + 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-7/+7
* Continue to port tests so that they don't use double.pelissip2004-01-141-119/+129
* + Optimize a few div.cpelissip2003-12-151-4/+1
* + Add function mpfr_print_mantissa_binary, for debugging reason.pelissip2003-12-091-1/+1
* + Add new internal function: mpfr_check.pelissip2003-11-211-8/+8
* Updated documentation. In particular, mpfr_set_str_raw renamedvlefevre2003-10-021-2/+2
* Changed the remaining stderr to stdout.vlefevre2003-09-251-43/+47
* Replaced misc random functions by GMP ones.vlefevre2003-06-121-1/+1
* Fixed prototypes (use static...).vlefevre2003-01-241-18/+9
* Use mpfr_set_nan and mpfr_set_inf for NaN and Inf tests,ryde2003-01-221-7/+48
* added year 2003 in copyright linezimmerma2003-01-161-1/+1
* replaced isnan() by Isnan()zimmerma2003-01-161-8/+12
* Bug fixed.vlefevre2002-11-251-3/+4
* removed all tests that compare to libmzimmerma2002-11-251-32/+4
* check: Apply a hack to the parameter order to make sparc gcc 2.95.2vlefevre2002-06-081-5/+7
* 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-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-5/+5
* 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-12/+26
* #include <unistd.h> removed. Redefined macros ABS removed.vlefevre2002-03-261-1/+0
* replaced getpid() by time(NULL)zimmerma2002-03-251-1/+1
* replaced rand/lrand48, drand48, srand/srand48 by macroszimmerma2002-03-211-3/+3
* now use macros DBL_NAN, DBL_POS_INF, DBL_NEG_INF,zimmerma2002-03-191-5/+5
* Copyright line changed.vlefevre2002-03-041-1/+1
* Patches by Kevin Ryde for K&R compilersvlefevre2002-01-121-10/+17
* Test check_min added.vlefevre2002-01-101-3/+52
* Test check_max added.vlefevre2002-01-101-0/+48
* start tests with precision 2 instead of 1zimmerma2001-11-301-20/+21