summaryrefslogtreecommitdiff
path: root/tests/tpow.c
Commit message (Expand)AuthorAgeFilesLines
* No longer use MPFR_CHECK_ALL in tests. In '-dev' versions, assumevlefevre2007-07-251-2/+1
* Added code to check mpfr against Gonnet's tables when the environment variablezimmerma2007-07-201-0/+16
* tests/tpow.c: removed comment since there are other <limits.h> macrosvlefevre2007-02-101-1/+1
* added missing includezimmerma2007-02-101-0/+1
* Fixed an integer overflow in pow_si.c (detected with -ftrapv) andvlefevre2007-02-091-0/+30
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-0/+1
* tests/tpow.c: added a test which fails (undetected integer overflow).vlefevre2007-01-191-0/+16
* tests/tpow.c: new test was wrong; fixed.vlefevre2007-01-191-1/+1
* tests/tpow.c: corrected tests and added another test.vlefevre2007-01-191-5/+16
* tests/tpow.c: added tests.vlefevre2007-01-191-0/+22
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* tests/tpow.c: added worst cases.vlefevre2006-11-261-0/+27
* added worst casezimmerma2006-11-251-0/+17
* Partially fixed another bug in mpfr_pow_z (overflow/underflow detectionvlefevre2006-11-171-0/+34
* Fixed a bug in mpfr_pow_z concerning the underflow flag and added thevlefevre2006-11-171-0/+22
* tpow.c: replaced a mpfr_cmp_d by a mpfr_cmp_str1.vlefevre2006-11-031-1/+1
* Fixed several problems in pow.c concerning underflows, overflows andvlefevre2006-08-201-3/+52
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Tests: added new worst case for x^(3/2).vlefevre2006-03-141-0/+29
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* One of the tests was using the fabs function, but -lm isn't given whenvlefevre2005-10-061-1/+2
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Improve coverage test.pelissip2005-05-171-0/+8
* improved const_euler and eintzimmerma2005-05-041-0/+13
* Remove useless function f.pelissip2005-05-021-9/+0
* Improve test suite by adding new random values.pelissip2005-04-071-1/+0
* Added a testcase (the one added to the 2.1 branch).vlefevre2005-03-301-0/+16
* Use random2 instead of random.pelissip2005-03-301-0/+4
* Add generic test for functions which lookspelissip2005-03-301-7/+11
* Added a test (corresp. to the one added on 2005-03-25 in tpow_z.c).vlefevre2005-03-301-6/+17
* added generic tests in tpowzimmerma2005-02-191-19/+51
* Reenable underflow tests.pelissip2005-02-161-4/+2
* Updated copyright lines.vlefevre2005-01-281-1/+1
* casts to allow compilation with g++zimmerma2005-01-271-7/+7
* Fix overflows problems.pelissip2005-01-241-0/+29
* Improve coverage tests.pelissip2004-11-191-0/+9
* Fix an overflow bug.pelissip2004-11-181-0/+15
* Fix a bug on 64-bits introduced due to huger MPFR_EMAX_MAX.pelissip2004-08-191-2/+2
* Fix a bug in case of pow(2E1000000,-10);pelissip2004-04-071-0/+22
* use GMP_RND_MAX instead of hard-coded constantzimmerma2004-02-231-2/+2
* Improve coverage tests.pelissip2004-02-231-0/+20
* changed back to C99 standard for special values of x^yzimmerma2004-02-161-4/+7
* improved coverage testzimmerma2004-02-141-3/+83
* + Optimize a few div.cpelissip2003-12-151-5/+7
* + Add function mpfr_print_mantissa_binary, for debugging reason.pelissip2003-12-091-3/+3
* + Add new internal function: mpfr_check.pelissip2003-11-211-8/+8
* fixed bug in pow_si (exact result, case z = x)zimmerma2003-11-141-0/+16
* Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...pelissip2003-10-281-2/+12
* fixed bug in mpfr_pow found by Ming J. Tsai (overflow)zimmerma2003-10-101-1/+27
* Updated documentation. In particular, mpfr_set_str_raw renamedvlefevre2003-10-021-3/+3