summaryrefslogtreecommitdiff
path: root/tests/tmul_ui.c
Commit message (Expand)AuthorAgeFilesLines
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Improve test suite by adding new random values.pelissip2005-04-071-1/+10
* Updated copyright lines.vlefevre2005-01-281-1/+1
* casts to allow compilation with g++zimmerma2005-01-271-3/+3
* Replaced mpfr_set_emin/emax by set_emin/emax in tests to checkvlefevre2004-10-261-2/+2
* use GMP_RND_MAX instead of hard-coded constantzimmerma2004-02-231-2/+2
* improved coverage testzimmerma2004-02-141-1/+17
* + Optimize a few div.cpelissip2003-12-151-4/+1
* + Add function mpfr_print_mantissa_binary, for debugging reason.pelissip2003-12-091-2/+2
* + Add new internal function: mpfr_check.pelissip2003-11-211-5/+6
* Updated documentation. In particular, mpfr_set_str_raw renamedvlefevre2003-10-021-9/+9
* Changed the remaining stderr to stdout.vlefevre2003-09-251-36/+37
* 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-9/+9
* Prototypes: use static. Some code reformatting.vlefevre2003-01-241-15/+14
* removed math.hzimmerma2003-01-161-2/+1
* Patch by Kevin Ryde for memory leak checking + misc declaration fixes.vlefevre2002-05-271-0/+3
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* mpfr_get_d -> mpfr_get_d1 and mpfr_get_d2 -> mpfr_get_d.vlefevre2002-04-071-2/+2
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* - use mpfr_test_init to initialize harware floatszimmerma2002-03-261-3/+3
* 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-7/+7
* MP_LIMB_T_HIGHBIT -> ULONG_HIGHBITzimmerma2002-03-191-3/+3
* Copyright line changed.vlefevre2002-03-041-1/+1
* Example with high bit set.vlefevre2002-01-221-0/+14
* start tests with precision 2 instead of 1zimmerma2001-11-301-6/+7
* mpfr_print_raw -> mpfr_print_binaryzimmerma2001-11-161-9/+9
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added one testzimmerma2001-10-251-0/+9
* added test for inexact flagzimmerma2001-10-121-42/+102
* Prototype changes.vlefevre2001-09-131-0/+1
* another test from Norbertzimmerma2001-08-291-0/+14
* added one more test (from Norbert)zimmerma2001-08-281-0/+11
* added multiple tests for 53 <= xprec, yprec <= 128zimmerma2001-08-271-1/+20
* added new test from Norbert Muellerzimmerma2001-08-231-0/+5
* changed "int main(..)" to two lineszimmerma2001-02-181-2/+3
* k2r -> ansi stylezimmerma2000-12-211-2/+1
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-1/+1
* Take into account Inf, Nans ; clear the flags of the return variablehanrot2000-12-131-0/+19
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* protected macros: xxx -> MPFR_xxxzimmerma2000-10-261-1/+1
* added 2 more testszimmerma2000-04-131-1/+25
* use mpfr_cmp_ui instead of SIGNzimmerma2000-02-111-1/+1
* added test to check sign is correctly setzimmerma1999-10-141-1/+9
* added copyright noticezimmerma1999-07-301-0/+21
* added one test to check that 1*y = yzimmerma1999-07-011-5/+11
* removed printf'szimmerma1999-06-231-5/+3
* added one testzimmerma1999-06-211-0/+10
* Initial revisionhanrot1999-06-091-0/+23