summaryrefslogtreecommitdiff
path: root/tests/tui_div.c
Commit message (Expand)AuthorAgeFilesLines
* use AC_CHECK_HEADERS to check for fenv.hzimmerma2002-04-051-2/+2
* - use mpfr_test_init to initialize harware floatszimmerma2002-03-261-19/+18
* Patch by Kevin Ryde + misc fixes.vlefevre2002-03-261-5/+41
* replaced getpid() by time(NULL)zimmerma2002-03-251-1/+1
* Missing #include.vlefevre2002-03-221-0/+1
* replaced rand/lrand48, drand48, srand/srand48 by macroszimmerma2002-03-211-4/+4
* now use macros DBL_NAN, DBL_POS_INF, DBL_NEG_INF,zimmerma2002-03-191-4/+5
* #include changes.vlefevre2002-03-111-2/+0
* Copyright line changed.vlefevre2002-03-041-1/+1
* Patches by Kevin Ryde for K&R compilersvlefevre2002-01-121-3/+4
* start tests with precision 2 instead of 1zimmerma2001-11-301-2/+2
* mpfr_print_raw -> mpfr_print_binaryzimmerma2001-11-161-3/+3
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added year 2001 in copyright linezimmerma2001-11-161-1/+1
* added test for inexact flagzimmerma2001-10-261-1/+56
* changed "int main(..)" to two lineszimmerma2001-02-181-2/+3
* unsigned char (or int) -> mp_rnd_tzimmerma2000-12-211-1/+1
* removed isnan(), ...zimmerma2000-12-211-4/+1
* Added prototypes for all test files.hanrot2000-12-201-1/+1
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-3/+2
* Take into account Inf, Nans ; clear the flags of the return variablehanrot2000-12-131-0/+4
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* ifdef IRIX64 -> ifdef __mipszimmerma2000-08-141-2/+2
* added #ifdef TEST to disable comparison with machine arithmeticzimmerma2000-05-291-12/+23
* new test fileszimmerma2000-05-241-0/+87