summaryrefslogtreecommitdiff
path: root/tests/tmul.c
Commit message (Expand)AuthorAgeFilesLines
* + 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
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added year 2001 in copyright linezimmerma2001-11-161-1/+1
* added tests for inexact return valuezimmerma2001-03-131-7/+80
* changed "int main(..)" to two lineszimmerma2001-02-181-2/+3
* unsigned char (or int) -> mp_rnd_tzimmerma2000-12-211-3/+3
* MINNORM -> mpfr-test.hzimmerma2000-12-211-10/+6
* Added prototypes for all test files.hanrot2000-12-201-0/+7
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-2/+4
* Take into account Inf, Nans ; clear the flags of the return variablehanrot2000-12-131-1/+6
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* added #ifdef TEST to disable comparison with machine arithmeticzimmerma2000-05-291-58/+90
* now distinguish between true mpfr errors and possible errors from libm.azimmerma2000-02-041-9/+23
* added boundary cases from paper from Michael Parkszimmerma1999-10-151-0/+43
* added copyright noticezimmerma1999-07-301-0/+21
* removed mpf stuff in checkzimmerma1999-07-051-10/+2
* moved drand to mpfr-impl and removed warningszimmerma1999-07-051-27/+5
* added two testszimmerma1999-06-231-0/+2
* Rajoute le bug report de Fabrice.hanrot1999-06-221-0/+2
* added test to check sign of resultzimmerma1999-06-221-0/+16
* Initial revisionhanrot1999-06-091-0/+107