summaryrefslogtreecommitdiff
path: root/tests/tabs.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagmpfr-2-1-1-rel(no author)2005-02-231-4/+4
* use GMP_RND_MAX instead of hard-coded constantzimmerma2004-02-231-1/+1
* Update test.pelissip2004-01-091-33/+45
* + Optimize a few div.cpelissip2003-12-151-4/+1
* + Add function mpfr_print_mantissa_binary, for debugging reason.pelissip2003-12-091-2/+2
* + Add new internal function: mpfr_check.pelissip2003-11-211-3/+3
* reduced test timezimmerma2003-10-071-1/+1
* Changed the remaining stderr to stdout.vlefevre2003-09-251-85/+89
* Replaced misc random functions by GMP ones.vlefevre2003-06-121-3/+5
* Patch by Torbjorn: use puts not putchar, to avoid GNUPro compiler bug.ryde2003-06-091-4/+4
* Prototypes: use static. Some code reformatting.vlefevre2003-01-241-3/+1
* added 2003zimmerma2003-01-161-1/+1
* replaced isnan() by Isnan()zimmerma2003-01-161-2/+1
* Patch by Kevin Ryde for memory leak checking + misc declaration fixes.vlefevre2002-05-271-0/+3
* replaced 2.2e-307 by DBL_MINzimmerma2002-04-151-1/+2
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* mpfr_get_d -> mpfr_get_d1 and mpfr_get_d2 -> mpfr_get_d.vlefevre2002-04-071-3/+3
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* - use mpfr_test_init to initialize harware floatszimmerma2002-03-261-17/+25
* 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-13/+14
* Copyright line changed.vlefevre2002-03-041-1/+1
* Removed some <math.h> dependencies.vlefevre2002-02-281-3/+2
* Patches by Kevin Ryde for K&R compilersvlefevre2002-01-121-1/+1
* start from precision 2zimmerma2001-11-301-2/+2
* mpfr_print_raw -> mpfr_print_binaryzimmerma2001-11-161-4/+4
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added year 2001 in copyright linezimmerma2001-11-161-1/+1
* added test for inexact flagzimmerma2001-10-151-5/+59
* Prototype changes.vlefevre2001-09-131-2/+1
* changed "int main(..)" to two lineszimmerma2001-02-181-1/+3
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-5/+3
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* Infinis, premiere tentative (tests)hanrot2000-11-211-16/+30
* ifdef IRIX64 -> ifdef __mipszimmerma2000-08-141-2/+2
* added patch to get denorms on IRIX64zimmerma2000-06-161-0/+10
* added #ifdef TEST to disable comparison with machine arithmeticzimmerma2000-05-291-0/+2
* improved testszimmerma2000-05-241-4/+44
* test file for mpfr_abszimmerma2000-05-111-0/+25