summaryrefslogtreecommitdiff
path: root/tests/tpow.c
Commit message (Expand)AuthorAgeFilesLines
* + 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
* Changed the remaining stderr to stdout.vlefevre2003-09-251-48/+48
* 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-6/+6
* (main): Comment out underflows(), until it works.ryde2003-03-171-1/+1
* Added underflow test showing a bug in mpfr_pow.vlefevre2003-03-141-0/+34
* The infinite loop concerning 1^0.5 was probably due to a bug in thevlefevre2003-03-141-10/+0
* fixed sign problem in particular_cases()zimmerma2003-03-131-1/+5
* Test of mpfr_pow: particular cases. Bugs.vlefevre2003-03-131-0/+70
* Prototypes: use static. Some code reformatting.vlefevre2003-01-241-11/+8
* # Add a copyright year.ryde2003-01-101-1/+1
* added one testzimmerma2003-01-091-1/+20
* pow.c: bug fixed (in the call to mpfr_can_round).vlefevre2002-07-221-0/+1
* Modified the two tests to make the bug appear.vlefevre2002-07-221-5/+5
* added two testszimmerma2002-07-221-0/+31
* added special caseszimmerma2002-06-271-0/+26
* Patch by Kevin Ryde for memory leak checking + misc declaration fixes.vlefevre2002-05-271-0/+3
* fixed problem (infinite loop) in mpfr_pow for exact powerszimmerma2002-04-301-1/+10
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* - use mpfr_test_init to initialize harware floatszimmerma2002-03-261-6/+10
* replaced rand/lrand48, drand48, srand/srand48 by macroszimmerma2002-03-211-1/+2
* now use macros DBL_NAN, DBL_POS_INF, DBL_NEG_INF,zimmerma2002-03-191-6/+7
* Copyright line changed.vlefevre2002-03-041-1/+1
* Patches by Kevin Ryde for K&R compilersvlefevre2002-01-121-7/+8
* start tests with precision 2 instead of 1zimmerma2001-11-301-2/+2
* mpfr_print_raw -> mpfr_print_binaryzimmerma2001-11-161-6/+6
* 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
* Added prototype.vlefevre2001-11-011-0/+1
* added test for inexact flagzimmerma2001-10-261-0/+60
* #include added/removed.vlefevre2001-09-131-0/+1
* changed "int main(..)" to two lineszimmerma2001-02-181-1/+3
* added one testzimmerma2000-12-221-0/+6
* added one testzimmerma2000-12-221-0/+6
* test file for power functionszimmerma2000-12-211-0/+54