summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagmpfr-2-0-1-rel(no author)2002-04-151-920/+0
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-1572-72/+72
* Support for NaN and Inf (case insensitive) in mpfr_set_str. Tests.vlefevre2002-04-131-0/+27
* Code clean-up.vlefevre2002-04-122-3/+4
* New tests.vlefevre2002-04-121-3/+3
* Type fixed.vlefevre2002-04-111-1/+1
* Subnormal test in different rounding modes + fix.vlefevre2002-04-111-20/+33
* Tests added.vlefevre2002-04-111-96/+108
* HAVE_FESETROUND renamed to MPFR_HAVE_FESETROUND to avoid possiblevlefevre2002-04-1016-35/+35
* Check for fenv.h -> check for fesetround.vlefevre2002-04-0916-35/+35
* mpfr_get_d -> mpfr_get_d1 and mpfr_get_d2 -> mpfr_get_d.vlefevre2002-04-0740-166/+166
* COPYING.LIB -> COPYING.vlefevre2002-04-0572-72/+72
* use AC_CHECK_HEADERS to check for fenv.hzimmerma2002-04-0516-35/+35
* added check for denormalized numberszimmerma2002-04-041-0/+32
* added missing cast to doublezimmerma2002-04-031-1/+1
* added test for denormszimmerma2002-03-281-1/+19
* added check for asin(-1)zimmerma2002-03-271-2/+15
* added one testzimmerma2002-03-271-3/+14
* - use mpfr_test_init to initialize harware floatszimmerma2002-03-2627-232/+1193
* added 2002 in copyright linezimmerma2002-03-263-3/+3
* fixed problem on x86 (set precision to double to avoid double rounding)zimmerma2002-03-261-5/+29
* New-style comment removed.vlefevre2002-03-261-2/+0
* #include <unistd.h> removed. Redefined macros ABS removed.vlefevre2002-03-2611-15/+0
* Patch by Kevin Ryde + misc fixes.vlefevre2002-03-2612-23/+115
* replaced getpid() by time(NULL)zimmerma2002-03-2523-25/+25
* added check_nan (from Kevin)zimmerma2002-03-251-1/+51
* Error message now copes with extended precision.vlefevre2002-03-221-2/+4
* added test in configure for checking rand48 functions (HAVE_RAND48)zimmerma2002-03-221-12/+8
* Missing #include.vlefevre2002-03-2214-0/+14
* replaced rand/lrand48, drand48, srand/srand48 by macroszimmerma2002-03-2131-131/+125
* now use macros DBL_NAN, DBL_POS_INF, DBL_NEG_INF,zimmerma2002-03-1918-146/+158
* Macros MPFR_DBL_NAN, MPFR_DBL_INFP and MPFR_DBL_INFM.vlefevre2002-03-191-1/+1
* MP_LIMB_T_HIGHBIT -> ULONG_HIGHBITzimmerma2002-03-191-3/+3
* moved code under #ifdefzimmerma2002-03-191-3/+3
* moved code under #ifdef TESTzimmerma2002-03-191-3/+3
* added tests for tan(3*Pi/4) and tan(7*Pi/4)zimmerma2002-03-171-1/+37
* added test for log(10^n)zimmerma2002-03-171-1/+23
* Fix (patch by Kevin Ryde).vlefevre2002-03-131-4/+3
* mpfr_get_d3 partially rewritten (to follow the new specifications).vlefevre2002-03-111-4/+4
* stupid typo in previous commitzimmerma2002-03-111-1/+0
* fixed typo (ai [potentially unsigned] replaced by i)zimmerma2002-03-111-0/+19
* New mpfr_get_d, mpfr_get_d2, mpfr_get_d3.vlefevre2002-03-111-1/+10
* #include changes.vlefevre2002-03-115-7/+5
* simplified test4()zimmerma2002-03-071-68/+14
* Casts fixed.vlefevre2002-03-051-41/+42
* Copyright line changed.vlefevre2002-03-0472-72/+72
* Removed some <math.h> dependencies.vlefevre2002-02-284-12/+10
* Fixed.vlefevre2002-02-281-11/+14
* mpfr_get_d2 tested.vlefevre2002-02-271-3/+16
* New tests.vlefevre2002-02-272-21/+84