summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-07125-20/+126
* tests/tget_f.c: fixed a test that had an integer overflow (detectedvlefevre2007-01-191-2/+3
* tests/tpow.c: added a test which fails (undetected integer overflow).vlefevre2007-01-191-0/+16
* tests/tpow.c: new test was wrong; fixed.vlefevre2007-01-191-1/+1
* tests/tpow.c: corrected tests and added another test.vlefevre2007-01-191-5/+16
* tests/tpow.c: added tests.vlefevre2007-01-191-0/+22
* Replaced some computations using the type double by computations usingvlefevre2007-01-171-0/+18
* Copyright notice update: added 2007.vlefevre2007-01-10127-127/+127
* * tests/tests.c: under Linux/x86, the FPU precision can be set beforevlefevre2007-01-101-1/+35
* tests/tpow.c: added worst cases.vlefevre2006-11-261-0/+27
* tests/troot.c: two more worst cases.vlefevre2006-11-261-0/+27
* tests/troot.c: added a worst case.vlefevre2006-11-251-0/+17
* added worst casezimmerma2006-11-251-0/+17
* test timeout is now a configure option (e.g. --with-tests-timeout=60)zimmerma2006-11-231-1/+5
* Added version suffix support (useful for dev and rc versions).vlefevre2006-11-201-1/+6
* added cpu time limit of 60 seconds in testszimmerma2006-11-201-0/+13
* tests/tgamma.c: restore emin and emax to their default values.vlefevre2006-11-201-6/+9
* fixed bug in overflow testzimmerma2006-11-201-0/+14
* fixed bug in mpfr_gamma for exact resultzimmerma2006-11-201-0/+11
* tests/texp2.c: fixed a problem with a value that is not necessarilyvlefevre2006-11-201-1/+3
* added more testszimmerma2006-11-191-0/+38
* fixed bug in pow (isodd -> assertion failed)zimmerma2006-11-198-16/+56
* added asymptotic expansion for mpfr_eint (don't need MPFR_WARNING any more)zimmerma2006-11-191-0/+67
* Added a mpfr_erfc test that shows a bug and updated BUGS file.vlefevre2006-11-181-0/+25
* Merged the new generic tests.vlefevre2006-11-173-11/+123
* tests/tpow_z.c: various corrections.vlefevre2006-11-171-38/+50
* Partially fixed another bug in mpfr_pow_z (overflow/underflow detectionvlefevre2006-11-171-0/+34
* Fixed a bug in mpfr_pow_z concerning the underflow flag and added thevlefevre2006-11-171-0/+22
* implemented asymptotic formula for erfc (fixed both slowness for largezimmerma2006-11-161-0/+23
* added new testzimmerma2006-11-161-0/+7
* fixed problem for large negative inputzimmerma2006-11-141-3/+1
* tests/terf.c: added a test that yields a segfault (execute "terf 1").vlefevre2006-11-131-0/+16
* added more checks with native formatzimmerma2006-11-091-0/+28
* added detection of decimal format in configure (DPD or BID)zimmerma2006-11-091-1/+9
* modified to work on 64-bit machines toozimmerma2006-11-091-5/+0
* complete rewrite of mpfr_set_decimal64 and mpfr_get_decimal64: now usezimmerma2006-11-091-3/+2
* added new configure option --enable-decimal-float to build mpfr_set_decimal64zimmerma2006-11-081-8/+10
* added --enable-decimal-float in configure, and corresponding macrozimmerma2006-11-071-3/+3
* tests/tversion.c: improved error message and added gmp.h/libgmp test.vlefevre2006-11-071-11/+35
* Fixed a small bug in tests/tversion.c (should never occur anyway).vlefevre2006-11-071-2/+4
* added new (preliminary) conversions functions to/from decimal64zimmerma2006-11-052-1/+217
* tgamma.c: avoid useless mpfr_get_d.vlefevre2006-11-031-4/+10
* tpow.c: replaced a mpfr_cmp_d by a mpfr_cmp_str1.vlefevre2006-11-031-1/+1
* tlngamma.c: avoid useless mpfr_get_d.vlefevre2006-11-031-4/+10
* tzeta.c patch 4166 should have been committed to the trunk. Fixing...vlefevre2006-10-271-0/+15
* added test for eint()zimmerma2006-10-261-0/+13
* fixed overflow/underflow problems in csch and sechzimmerma2006-10-253-0/+60
* tests/tests.c: typo.vlefevre2006-08-311-1/+1
* Fixed texp2 overflow tests on 64-bit machines.vlefevre2006-08-281-11/+18
* tests/reuse.c: avoid a warning; code reformatted (GNU style).vlefevre2006-08-281-75/+76