summaryrefslogtreecommitdiff
path: root/tests/texp.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid string literals longer than 509 characters (ISO C89 limit).vlefevre2003-09-221-1/+1
* mpfr_round_prec is now obsoletezimmerma2003-09-191-1/+1
* added more information in case of failurezimmerma2003-06-191-1/+6
* Replaced misc random functions by GMP ones.vlefevre2003-06-121-1/+1
* Patch by Torbjorn: use puts not putchar, to avoid GNUPro compiler bug.ryde2003-06-091-5/+5
* added test for bug found by Franky Backeljauwzimmerma2003-04-011-22/+58
* Prototypes: use static. Some code reformatting.vlefevre2003-01-241-35/+38
* added year 2003 in copyright linezimmerma2003-01-161-2/+1
* replaced isnan() by Isnan()zimmerma2003-01-161-17/+26
* removed all tests that compare to libmzimmerma2002-11-251-37/+5
* 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
* Code clean-up.vlefevre2002-04-121-2/+2
* 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-3/+3
* 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-6/+10
* #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-5/+4
* Copyright line changed.vlefevre2002-03-041-1/+1
* Patches by Kevin Ryde for K&R compilersvlefevre2002-01-121-6/+11
* start tests with precision 2 instead of 1zimmerma2001-11-301-17/+30
* mpfr_add_one_ulp and mpfr_sub_one_ulp changed.vlefevre2001-11-211-1/+1
* 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 stdio.hzimmerma2001-11-161-0/+1
* now use tgeneric.czimmerma2001-10-151-1/+8
* does not call compare_exp2_exp3 when argc=4zimmerma2001-09-281-2/+6
* mpfr_exp2 -> mpfr_exp_2zimmerma2001-04-051-5/+5
* changed "int main(..)" to two lineszimmerma2001-02-181-1/+2
* added one test (exp2 vs exp3)zimmerma2000-12-221-3/+18
* unsigned char (or int) -> mp_rnd_tzimmerma2000-12-211-2/+2
* ulp -> mpfr-test.hzimmerma2000-12-211-25/+8
* A few basic patches.hanrot2000-12-201-1/+1
* Added prototypes for all test files.hanrot2000-12-201-0/+6
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* added comparison between exp2 and exp3zimmerma2000-09-291-1/+26
* added #ifdef TEST to disable comparison with machine arithmeticzimmerma2000-05-291-51/+37
* fixed computation of ulpszimmerma2000-04-131-4/+10
* mpfr_pi -> mpfr_const_pizimmerma2000-02-111-1/+1
* now use print_rnd_modezimmerma2000-02-041-3/+3
* added further examples from V. Lefe`vrezimmerma2000-01-311-6/+13
* added new test (bug found by V. Lefe`vre)zimmerma1999-12-081-5/+2
* removed *rand48 prototypes (pb under Cygwin)zimmerma1999-10-201-2/+0
* added worst case for arg. reductionzimmerma1999-10-141-0/+7
* added copyright noticezimmerma1999-07-301-0/+21