summaryrefslogtreecommitdiff
path: root/tests/tpow.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed another bug reported by Kevin Rauch (__gmpfr_emin was set smallerzimmerma2007-11-291-4/+35
* fixed bug reported by Kevin Rauch (wrong sign in case of underflow forzimmerma2007-11-291-0/+55
* got rid of mpfr_init_gmp_rand/MPFR_TEST_USE_RANDS and not-reentrant gmpzimmerma2007-11-171-1/+0
* tpow.c, tpow_z.c: removed a printf that was left by mistake.vlefevre2007-11-041-1/+0
* tpow.c: added testcase for new bug found by Kevin P. Rauch; removed avlefevre2007-11-041-1/+43
* tpow.c: added testcase for new bug found by Kevin P. Rauch. The problemvlefevre2007-11-031-0/+28
* Fixed several bugs in mpfr_pow (from rev 3592 and 4932); added testcase.vlefevre2007-11-021-0/+43
* tpow.c: added an overflow test in reduced exponent rangevlefevre2007-11-021-0/+44
* Untabified and removed trailing spaces.vlefevre2007-10-311-2/+2
* pow.c, tpow.c: fixed bugs reported by Kevin Rauchzimmerma2007-10-301-0/+48
* Improved generic tests by limiting the exponent range of the randomvlefevre2007-08-311-0/+1
* Generic tests: adjust the proportion of negative numbers returnedvlefevre2007-08-301-0/+1
* tpow.c: added a test where x is close to 1.vlefevre2007-08-091-0/+25
* 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