summaryrefslogtreecommitdiff
path: root/tests/tpow.c
Commit message (Expand)AuthorAgeFilesLines
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-11/+11
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-3/+3
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* tpow.c: added an overflow test.vlefevre2009-10-211-35/+43
* tpow.c: added an overflow test in RNDZ.vlefevre2009-10-211-5/+28
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-10/+10
* Move mpfr_random2 to tests directory, remove it from API.thevenyp2009-03-241-2/+2
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-208/+208
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* added round to away (still experimental)zimmerma2009-02-261-1/+1
* Added missing void's.vlefevre2009-01-201-2/+2
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* Fixed remaining printf format strings.vlefevre2009-01-141-1/+2
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* Remove obsolete mpfr_random function and replace it by mpfr_urandomb in tests.thevenyp2008-09-181-1/+1
* tests/tpow.c: updated comment for bug20080820().vlefevre2008-08-201-1/+1
* tests/tpow.c: added testcase for bug mentioned in r5552.vlefevre2008-08-201-0/+37
* tests/tpow.c: completed test bug20080721.vlefevre2008-07-211-10/+36
* tests/tpow.c: added comment for bug20080721.vlefevre2008-07-211-0/+5
* tests/tpow.c: found another bug in mpfr_pow with large integers.vlefevre2008-07-211-0/+25
* Clean-up and various changes to be able to build MPFR with g++.vlefevre2008-06-091-1/+1
* For the terminating null pointer of the functions mpfr_inits,vlefevre2008-02-151-14/+14
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* tpow.c: enable testcase bug20071218.vlefevre2007-12-201-18/+34
* tpow.c: formatting.vlefevre2007-12-191-0/+1
* tpow.c: added testcase for another bug found by Kevin P. Rauch.vlefevre2007-12-191-1/+30
* Fixed bug in mpfr_pow_ui (introduced in r3214): if x = y (same mpfr_tvlefevre2007-12-181-0/+15
* tests/tpow.c: fixed indentation.vlefevre2007-12-161-3/+3
* 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