summaryrefslogtreecommitdiff
path: root/tests/tsqrt.c
Commit message (Expand)AuthorAgeFilesLines
* 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-4/+4
* Disable "8093416094703476*2^(-1075)" because mips64ryde2003-06-081-0/+7
* changed new test in 'check4' stylezimmerma2003-03-181-57/+60
* added one testzimmerma2003-02-211-0/+3
* Prototypes: use static. Some code reformatting.vlefevre2003-01-241-21/+15
* Use tests_start_mpfr / tests_end_mpfr.ryde2003-01-221-0/+3
* Remove tests involving "double" nans and infs, covered by check_nan.ryde2003-01-221-6/+1
* added year 2003 in copyright linezimmerma2003-01-161-2/+1
* replaced isnan() by Isnan()zimmerma2003-01-161-13/+16
* removed all tests that compare to libmzimmerma2002-11-251-56/+6
* Suppress tests if sqrt is not affected by mpfr_set_machine_rnd_modevlefevre2002-06-081-0/+19
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* HAVE_FESETROUND renamed to MPFR_HAVE_FESETROUND to avoid possiblevlefevre2002-04-101-2/+2
* Check for fenv.h -> check for fesetround.vlefevre2002-04-091-2/+2
* mpfr_get_d -> mpfr_get_d1 and mpfr_get_d2 -> mpfr_get_d.vlefevre2002-04-071-4/+4
* 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-15/+12
* #include <unistd.h> removed. Redefined macros ABS removed.vlefevre2002-03-261-1/+0
* replaced getpid() by time(NULL)zimmerma2002-03-251-1/+1
* added check_nan (from Kevin)zimmerma2002-03-251-1/+51
* Missing #include.vlefevre2002-03-221-0/+1
* replaced rand/lrand48, drand48, srand/srand48 by macroszimmerma2002-03-211-3/+3
* now use macros DBL_NAN, DBL_POS_INF, DBL_NEG_INF,zimmerma2002-03-191-4/+5
* Copyright line changed.vlefevre2002-03-041-1/+1
* Patches by Kevin Ryde for K&R compilersvlefevre2002-01-121-5/+9
* start tests with precision 2 instead of 1zimmerma2001-11-301-8/+8
* mpfr_add_one_ulp and mpfr_sub_one_ulp changed.vlefevre2001-11-211-1/+1
* mpfr_print_raw -> mpfr_print_binaryzimmerma2001-11-161-5/+5
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added year 2001 in copyright linezimmerma2001-11-161-2/+3
* added random tests for inexact flagzimmerma2001-10-111-3/+83
* changed "int main(..)" to two lineszimmerma2001-02-181-1/+3
* unsigned char (or int) -> mp_rnd_tzimmerma2000-12-211-4/+4
* removed gmp-impl, isnan(), ...zimmerma2000-12-211-7/+4
* Added prototypes for all test files.hanrot2000-12-201-0/+6
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-5/+2
* Take into account Inf, Nans ; clear the flags of the return variablehanrot2000-12-131-1/+6
* added one more test from N. Muellerzimmerma2000-12-041-0/+7
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* added test to check sign of square rootzimmerma2000-12-011-0/+21
* ifdef IRIX64 -> ifdef __mipszimmerma2000-08-141-2/+2
* ensures random numbers given to sqrt() are positivezimmerma2000-06-211-0/+1
* Suppressed memory leaks.hanrot2000-06-191-0/+4
* removed debug linezimmerma2000-05-261-1/+0
* added ifdef TESTzimmerma2000-05-261-53/+142
* added two testszimmerma2000-05-051-0/+9
* added one testzimmerma1999-10-201-1/+2
* added one testzimmerma1999-10-151-1/+3