1 |
|
---|
2 | <HTML>
|
---|
3 |
|
---|
4 | <HEAD>
|
---|
5 | <TITLE>Berkeley TestFloat Package Overview</TITLE>
|
---|
6 | </HEAD>
|
---|
7 |
|
---|
8 | <BODY>
|
---|
9 |
|
---|
10 | <H1>Package Overview for Berkeley TestFloat Release 3e</H1>
|
---|
11 |
|
---|
12 | <P>
|
---|
13 | John R. Hauser<BR>
|
---|
14 | 2018 January 20<BR>
|
---|
15 | </P>
|
---|
16 |
|
---|
17 | <P>
|
---|
18 | Berkeley TestFloat is a small collection of programs for testing that an
|
---|
19 | implementation of binary floating-point conforms to the IEEE Standard for
|
---|
20 | Floating-Point Arithmetic.
|
---|
21 | TestFloat is distributed in the form of C source code.
|
---|
22 | </P>
|
---|
23 |
|
---|
24 | <P>
|
---|
25 | The TestFloat package is documented in the following files in the
|
---|
26 | <CODE>doc</CODE> subdirectory:
|
---|
27 | <BLOCKQUOTE>
|
---|
28 | <TABLE>
|
---|
29 | <TR>
|
---|
30 | <TD><A HREF="doc/TestFloat-general.html"><NOBR><CODE>TestFloat-general.html</CODE></NOBR></A></TD>
|
---|
31 | <TD>
|
---|
32 | General documentation for understanding and using the TestFloat programs.
|
---|
33 | </TD>
|
---|
34 | </TR>
|
---|
35 | <TD><A HREF="doc/testfloat_gen.html"><NOBR><CODE>testfloat_gen.html</CODE></NOBR></A></TD>
|
---|
36 | <TD>
|
---|
37 | Specific documentation for the <CODE>testfloat_gen</CODE> program.
|
---|
38 | </TD>
|
---|
39 | </TR>
|
---|
40 | <TR>
|
---|
41 | <TD><A HREF="doc/testfloat_ver.html"><NOBR><CODE>testfloat_ver.html</CODE></NOBR></A></TD>
|
---|
42 | <TD>
|
---|
43 | Specific documentation for the <CODE>testfloat_ver</CODE> program.
|
---|
44 | </TD>
|
---|
45 | </TR>
|
---|
46 | <TR>
|
---|
47 | <TD><A HREF="doc/testfloat.html"><NOBR><CODE>testfloat.html</CODE></NOBR></A></TD>
|
---|
48 | <TD>
|
---|
49 | Specific documentation for the all-in-one <CODE>testfloat</CODE> program.
|
---|
50 | </TD>
|
---|
51 | </TR>
|
---|
52 | <TR>
|
---|
53 | <TD><A HREF="doc/testsoftfloat.html"><NOBR><CODE>testsoftfloat.html</CODE></NOBR></A></TD>
|
---|
54 | <TD>
|
---|
55 | Specific documentation for the <CODE>testsoftfloat</CODE> program.
|
---|
56 | </TD>
|
---|
57 | </TR>
|
---|
58 | <TR>
|
---|
59 | <TD><A HREF="doc/timesoftfloat.html"><NOBR><CODE>timesoftfloat.html</CODE></NOBR></A></TD>
|
---|
60 | <TD>
|
---|
61 | Specific documentation for the <CODE>timesoftfloat</CODE> program.
|
---|
62 | </TD>
|
---|
63 | </TR>
|
---|
64 | <TR>
|
---|
65 | <TD><A HREF="doc/TestFloat-source.html"><NOBR><CODE>TestFloat-source.html</CODE></NOBR></A></TD>
|
---|
66 | <TD>
|
---|
67 | Documentation for building TestFloat.
|
---|
68 | </TD>
|
---|
69 | </TR>
|
---|
70 | <TR>
|
---|
71 | <TD><A HREF="doc/TestFloat-history.html"><NOBR><CODE>TestFloat-history.html</CODE></NOBR></A><CODE> </CODE></TD>
|
---|
72 | <TD>
|
---|
73 | History of the major changes to TestFloat.
|
---|
74 | </TD>
|
---|
75 | </TR>
|
---|
76 | </TABLE>
|
---|
77 | </BLOCKQUOTE>
|
---|
78 | Other files in the package comprise the source code for TestFloat.
|
---|
79 | </P>
|
---|
80 |
|
---|
81 | </BODY>
|
---|
82 |
|
---|