This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: real.c implementation


Here is a recently developed set of IEEE test vectors that includes
the set from the thesis of Coonen, some values from ucbtest, and extensions
to quad precision.  Unfortunately the program was written for C++
version n-1 and I have C++ version n, a hopeless situation.  It might
be useful for a C++ enthusiast to work on the program.
   http://win-www.uia.ac.be/u/cant/ieeecc754.html

Testing the decimal constants extracted from the 80-bit and 128-bit
series of these vectors seemed to generate no errors that were outside the
IEEE spec limits.  I also extracted and checked all of the decimal
constants from the quad precision glibc math library, about 1700 numbers;
they all come out correctly rounded now.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]