summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Update.pelissip2004-03-121-1/+0
* Fix bug about forgotten MPFR_INVERT_RND.pelissip2004-03-111-0/+19
* Add mpfr_set_si_2exp and mpfr_set_ui_2exp and their tests.pelissip2004-03-091-0/+37
* Add mpfr_cmp_f and its test.pelissip2004-03-091-0/+40
* Add mpfr_cmp_ld and its testpelissip2004-03-093-3/+77
* Add mpfr_add_si, mpfr_sub_si, mpfr_si_sub, mpfr_mul_si, mpfr_div_si andpelissip2004-03-092-1/+93
* Add `mpfr_cmp_q` and `mpfr_cmp_z`.pelissip2004-03-091-13/+93
* Fixed a bug in check2b and added a test; add1.c coverage is nowvlefevre2004-02-261-7/+11
* Improved coverage.vlefevre2004-02-251-0/+10
* Improved coverage.vlefevre2004-02-251-7/+14
* Bugs fixed in a test function -> improved coverage.vlefevre2004-02-251-2/+2
* Avoid integer overflow.vlefevre2004-02-241-2/+4
* Ported code clean-up to trunk.vlefevre2004-02-241-70/+74
* Remove some warnings.pelissip2004-02-241-1/+1
* Improve test coverage.pelissip2004-02-243-2/+21
* use GMP_RND_MAX instead of hard-coded constantzimmerma2004-02-2312-20/+21
* simplified the code of div.c and improved coveragezimmerma2004-02-231-0/+49
* Add mpfr_free_cache.pelissip2004-02-231-13/+2
* Add mpfr_free_str function.pelissip2004-02-231-33/+33
* Remove a warning.pelissip2004-02-231-1/+1
* Improve coverage tests.pelissip2004-02-234-0/+59
* Added tests.vlefevre2004-02-221-6/+78
* Changed mpfr_sum to use unsigned long instead of unsigned int. More tests.fousse2004-02-201-12/+37
* mpfr_neg (b, b, r) for b=NAN didnt' set NAN flag.pelissip2004-02-201-0/+19
* Fix bug with exact rationnal arguments (0.5+3/2 freezes).pelissip2004-02-191-0/+13
* Fixed a bug in mpfr_set_f for 0 (wrong sign) and added the test.vlefevre2004-02-181-7/+13
* Simplify the random code.pelissip2004-02-171-6/+2
* fixed 2 bugs and added testzimmerma2004-02-171-0/+13
* improved error messagezimmerma2004-02-161-3/+17
* Added more tests (improved tadd1.c coverage).vlefevre2004-02-161-2/+10
* added cancellation test for add_qzimmerma2004-02-161-0/+9
* Added tests (improved tadd1.c coverage).vlefevre2004-02-161-1/+67
* Fix bug of add_q and sub_q with special values (NAN, INF and ZERO).pelissip2004-02-161-0/+1
* added hard-coded testszimmerma2004-02-161-2/+34
* When the precisions are the same, test both mpfr_add1sp and mpfr_add1.vlefevre2004-02-161-36/+62
* Added overflow check.vlefevre2004-02-161-0/+28
* Optimize add1sp, sub1sp and div.pelissip2004-02-161-0/+62
* Removed unused label.vlefevre2004-02-161-1/+1
* Code clean-up and fix to avoid warnings.vlefevre2004-02-162-16/+16
* changed back to C99 standard for special values of x^yzimmerma2004-02-161-4/+7
* added test for *function* mpfr_roundzimmerma2004-02-161-0/+3
* check return value of fopenzimmerma2004-02-162-0/+11
* improved coverage testszimmerma2004-02-162-5/+45
* new coverage testszimmerma2004-02-1417-33/+401
* improved coverage testzimmerma2004-02-1418-21/+557
* improved coverage testzimmerma2004-02-132-9/+39
* improved test coveragezimmerma2004-02-131-0/+33
* improved test coveragezimmerma2004-02-131-0/+6
* improved test coveragezimmerma2004-02-131-45/+7
* Fix a bug in taddsp (Forget to check if random does not generate zero).pelissip2004-02-131-11/+14