summaryrefslogtreecommitdiff
path: root/tests/tcmp2.c
Commit message (Expand)AuthorAgeFilesLines
...
* Replaced misc random functions by GMP ones.vlefevre2003-06-121-1/+2
* Patch by Torbjorn: use puts not putchar, to avoid GNUPro compiler bug.ryde2003-06-091-12/+12
* Prototypes: use static. Some code reformatting.vlefevre2003-01-241-9/+4
* now use __gmpfr_floor_log2 instead of floor/log to get rid of math.hzimmerma2003-01-171-21/+34
* put back math.hzimmerma2003-01-161-0/+1
* removed math.hzimmerma2003-01-161-2/+1
* Patch by Kevin Ryde for memory leak checking + misc declaration fixes.vlefevre2002-05-271-0/+2
* 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-7/+2
* replaced rand/lrand48, drand48, srand/srand48 by macroszimmerma2002-03-211-2/+2
* Copyright line changed.vlefevre2002-03-041-1/+1
* Patches by Kevin Ryde for K&R compilersvlefevre2002-01-121-7/+8
* Optimization: mpfr_cmp2 now accepts any combination of real argumentsvlefevre2002-01-041-26/+47
* mpfr_print_raw -> mpfr_print_binaryzimmerma2001-11-161-12/+12
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* 0 -> GMP_RNDNzimmerma2001-04-051-3/+3
* added new test for worst cases: 1 - 1/2^i and (1 + 1/2^i) - 1/2^izimmerma2001-04-031-1/+35
* added several tests, and a routine that generates worst caseszimmerma2001-04-031-3/+129
* added new testzimmerma2001-03-211-0/+17
* changed "int main(..)" to two lineszimmerma2001-02-181-2/+3
* added mpfr-test.h for MIPSzimmerma2000-12-221-0/+1
* added one testzimmerma2000-12-221-7/+31
* k2r -> ansi stylezimmerma2000-12-211-9/+6
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* ifdef IRIX64 -> ifdef __mipszimmerma2000-08-141-2/+2
* added one testzimmerma2000-04-191-1/+3
* added one testzimmerma1999-12-161-0/+10
* put back test for x=yzimmerma1999-10-201-1/+4
* modified to avoid y=-0.0zimmerma1999-10-201-6/+3
* modified test procedure to return 53 when x=yzimmerma1999-10-201-1/+4
* removed *rand48 prototypes (pb under Cygwin)zimmerma1999-10-201-1/+0
* added copyright noticezimmerma1999-07-301-0/+21
* use now drand48 instead of drandzimmerma1999-07-071-16/+6
* long -> int in drandzimmerma1999-07-051-2/+2
* adapted to IRIX64 (enable denormalized numbers) and removed warningszimmerma1999-07-021-1/+14
* mpfr_cmp -> mpfr_cmp2zimmerma1999-06-231-1/+1
* Initial revisionhanrot1999-06-091-0/+52