summaryrefslogtreecommitdiff
path: root/tests/tadd1sp.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix an overflow bug in add1sp.pelissip2004-05-041-0/+23
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2887 280ebfd0-de03-0410-8827-d642c229c3f4
* Remove use of abort (They can create core dump on some systems).pelissip2004-03-121-2/+2
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2839 280ebfd0-de03-0410-8827-d642c229c3f4
* Fix a bug in taddsp (Forget to check if random does not generate zero).pelissip2004-02-131-11/+14
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2708 280ebfd0-de03-0410-8827-d642c229c3f4
* + Add mpfr_add1sp which provides addition when all the operands have the ↵pelissip2004-02-121-0/+135
same precision. + Add new test files for mpfr_copysign and mpfr_min and mpfr_max. + Add test for mpfr_exp10 in tests/texp.c + Improve coverage of div_2ui.c and mul_2ui.c + Add a forgotten ASSERT in mpfr_sqrt git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2686 280ebfd0-de03-0410-8827-d642c229c3f4