summaryrefslogtreecommitdiff
path: root/tests/texp.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some problems when you define mpfr_prec_t to be an unsigned short.pelissip2005-05-131-26/+28
* Fix typos.pelissip2005-05-121-2/+2
* Same patch for exp_3.pelissip2005-05-111-0/+25
* Fix bug when exp(x) is near the limit of an overflow or anpelissip2005-05-111-0/+39
* Improve an error message.pelissip2005-03-141-1/+1
* Fix bug due to wrong estimation of (get_d (x) / LOG2).pelissip2005-03-041-0/+15
* added generic tests in tpowzimmerma2005-02-191-18/+41
* Fixed a sign bug in mpfr_exp (found by Mark J Watkins).vlefevre2005-01-291-3/+7
* 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-8/+8
* Add a new test to check overflow.pelissip2004-08-261-0/+6
* fixed bug in mpfr_exp_3 (wrong assert)zimmerma2004-06-081-0/+10
* Fix overflow problems.pelissip2004-05-061-0/+20
* Rename mpfr_exp3 in mpfr_exp_3.pelissip2004-03-171-9/+9
* Removed unused label.vlefevre2004-02-161-1/+1
* improved test coveragezimmerma2004-02-131-45/+7
* fixed tiny bugs for corner caseszimmerma2004-02-121-3/+101
* + Add mpfr_add1sp which provides addition when all the operands have the same...pelissip2004-02-121-1/+25
* + Better support of non IEEE doubles.pelissip2004-02-061-1/+1
* Continue to port tests so that they don't use double.pelissip2004-01-141-104/+76
* + Optimize a few div.cpelissip2003-12-151-4/+1
* + Add new internal function: mpfr_check.pelissip2003-11-211-2/+2
* now uses #include "tgeneric.c" everywherezimmerma2003-10-141-0/+24
* Updated documentation. In particular, mpfr_set_str_raw renamedvlefevre2003-10-021-2/+2
* Changed the remaining stderr to stdout.vlefevre2003-09-251-20/+20
* 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