summaryrefslogtreecommitdiff
path: root/tests/tui_pow.c
Commit message (Expand)AuthorAgeFilesLines
* Converted tabs to spaces with expand.vlefevre2005-08-181-5/+5
* Improve coveragepelissip2005-06-061-1/+11
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Updated copyright lines.vlefevre2005-01-281-1/+1
* casts to allow compilation with g++zimmerma2005-01-271-1/+1
* Fix bug for mpfr_ui_pow_ui (Wrong inexact flag).pelissip2004-11-191-1/+18
* new coverage testszimmerma2004-02-141-2/+5
* + Better support of non IEEE doubles.pelissip2004-02-061-1/+1
* + Optimize a few div.cpelissip2003-12-151-7/+3
* + Add function mpfr_print_mantissa_binary, for debugging reason.pelissip2003-12-091-4/+2
* + Add new internal function: mpfr_check.pelissip2003-11-211-4/+5
* use integers instead of double'szimmerma2003-11-211-1/+2
* added new testszimmerma2003-11-181-2/+30
* added new test to check for bug fix (output precision > input precisions)zimmerma2003-11-141-0/+14
* + Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS.pelissip2003-11-041-1/+0
* reduced test timezimmerma2003-10-071-1/+1
* Updated documentation. In particular, mpfr_set_str_raw renamedvlefevre2003-10-021-2/+2
* Changed some stderr to stdout.vlefevre2003-09-241-3/+2
* Added a test that makes MPFR crash (coming from the mpfr_zeta crash).vlefevre2003-09-091-0/+15
* Code clean-up and reindented. Replaced a 8 by CHAR_BIT,vlefevre2003-09-091-10/+11
* Added a test to reproduce a bug (to be fixed later) on all 64-bitvlefevre2003-09-081-51/+72
* Replaced misc random functions by GMP ones.vlefevre2003-06-121-4/+5
* Patch by Torbjorn: use puts not putchar, to avoid GNUPro compiler bug.ryde2003-06-091-6/+6
* fixed bug (infinite loop) for exact powerszimmerma2002-11-221-2/+6
* Patch by Kevin Ryde for memory leak checking + misc declaration fixes.vlefevre2002-05-271-0/+3
* Copyright line updated.vlefevre2002-05-141-1/+1
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* Copyright line changed.vlefevre2002-03-041-1/+1
* #include fixes (Torbjorn Granlund).vlefevre2002-01-171-2/+3
* start tests with precision 2 instead of 1zimmerma2001-11-301-4/+5
* mpfr_print_raw -> mpfr_print_binaryzimmerma2001-11-161-4/+4
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* fixed missing mpfr_clear'szimmerma2001-11-011-4/+4
* add test of ui_powdaney2001-10-181-0/+149