Commit Graph

6 Commits

Author SHA1 Message Date
florian
ad7a3b2dbf * explicitly type cast constants so the compiler does not use smaller types if an fpu instruction set is selected which does not support the highest precision type
git-svn-id: trunk@26775 -
2014-02-14 21:26:54 +00:00
Jonas Maebe
21eeec9981 + re-implementation of real->string and string->real conversion routines
based on the Grisu1 algorithm. This corrects several precision issues
    with the previous code used to perform such conversions (patch by
    Max Nazhalov, mantis #25241)
   o adaptation of several tests to deal with the better precision of these
     routines compared to the previous version
  Please don't remove the real2str.inc file yet, it's still used by the
  JVM target for now

git-svn-id: trunk@25888 -
2013-10-31 12:39:27 +00:00
pierre
40d9ef1196 * range and overflow checks explicitly disabled
git-svn-id: trunk@6538 -
2007-02-18 00:40:28 +00:00
Jonas Maebe
f9152c2c6b * fixed for extended = double 2004-01-01 15:49:21 +00:00
florian
2afce8bbaa * fixed test to work with FPC 2003-09-06 17:07:31 +00:00
peter
7468b80f43 * new bugs from the web 2002-04-18 13:23:47 +00:00