summaryrefslogtreecommitdiff
path: root/tests/tdiv_ui.c
Commit message (Expand)AuthorAgeFilesLines
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* use AC_CHECK_HEADERS to check for fenv.hzimmerma2002-04-051-2/+2
* - use mpfr_test_init to initialize harware floatszimmerma2002-03-261-8/+14
* #include <unistd.h> removed. Redefined macros ABS removed.vlefevre2002-03-261-1/+0
* replaced getpid() by time(NULL)zimmerma2002-03-251-1/+1
* replaced rand/lrand48, drand48, srand/srand48 by macroszimmerma2002-03-211-4/+4
* Copyright line changed.vlefevre2002-03-041-1/+1
* Removed some <math.h> dependencies.vlefevre2002-02-281-2/+1
* Patches by Kevin Ryde for K&R compilersvlefevre2002-01-121-3/+4
* improved test (avoid mpfr_get_d)zimmerma2001-12-051-3/+9
* 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 test for inexact flagzimmerma2001-10-261-2/+64
* added test for 53 <= xprec, yprec <= 128zimmerma2001-08-271-1/+21
* added one testzimmerma2001-08-211-1/+14
* fixed bug when dividend is 0zimmerma2001-06-291-0/+23
* changed "int main(..)" to two lineszimmerma2001-02-181-1/+1
* unsigned char (or int) -> mp_rnd_tzimmerma2000-12-211-1/+1
* removed isnan() declarationzimmerma2000-12-211-2/+1
* Added prototypes for all test files.hanrot2000-12-201-0/+1
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-3/+2
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* added new test for overlapping x, yzimmerma2000-09-191-0/+14
* Various patches for leaks, UMR and (one) BUS.hanrot2000-06-201-1/+1
* added #ifdef TEST to disable comparison with machine arithmeticzimmerma2000-05-291-13/+18
* added copyright noticezimmerma1999-07-301-0/+21
* moved drand and ulp to mpfr-implzimmerma1999-07-051-19/+1
* removed warningszimmerma1999-07-051-2/+5
* test file for div_ui, initial revisionzimmerma1999-06-251-0/+62