summaryrefslogtreecommitdiff
path: root/mpn_exp.c
Commit message (Collapse)AuthorAgeFilesLines
* Updated copyright lines.vlefevre2005-01-281-1/+1
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3231 280ebfd0-de03-0410-8827-d642c229c3f4
* fixed problems in get_str for huge exponentzimmerma2005-01-201-1/+1
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3194 280ebfd0-de03-0410-8827-d642c229c3f4
* Fix how to detect overflow so that it can be build with GCC -ftrapvpelissip2004-09-281-10/+12
| | | | | | | | | option without any bugs (In the previous code, the overflow was detected afterwards, whereas, now, it is detected before). Fix also another real problem of overflow (Addition of two signed integers). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3002 280ebfd0-de03-0410-8827-d642c229c3f4
* fixed problem when overflow in destination exponent happenszimmerma2004-04-071-2/+15
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2862 280ebfd0-de03-0410-8827-d642c229c3f4
* improved coverage testzimmerma2004-02-141-21/+23
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2713 280ebfd0-de03-0410-8827-d642c229c3f4
* + Better support of non IEEE doubles.pelissip2004-02-061-4/+2
| | | | | | | + You can compile MPFR without gmp internal files (ie gmp-impl.h, gmp-mparam.h, and config.h). You only need gmp.h and libgmp.a. But you can still compile with GMP internal files (configure detects them). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2665 280ebfd0-de03-0410-8827-d642c229c3f4
* Moved the mpfr_mpn_exp function to a new file "mpn_exp.c" as it isvlefevre2004-01-191-0/+158
used by both "get_str.c" and "set_str.c". git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2631 280ebfd0-de03-0410-8827-d642c229c3f4