• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

build/H17-Jan-2019-

doc/H03-May-2022-

source/H17-Jan-2019-

.gitignoreH A D17-Jan-201938

README.mdH A D17-Jan-20191.7 KiB

README.md

1
2Package Overview for Berkeley TestFloat Release 3e
3==================================================
4
5John R. Hauser<br>
62018 January 20
7
8
9Berkeley TestFloat is a small collection of programs for testing that an
10implementation of binary floating-point conforms to the IEEE Standard for
11Floating-Point Arithmetic.  TestFloat is distributed in the form of C source
12code.
13
14
15The TestFloat package is documented in the following files in the `doc`
16subdirectory:
17
18* [TestFloat-general.html](http://www.jhauser.us/arithmetic/TestFloat-3/doc/TestFloat-general.html) General documentation for understanding and using the TestFloat programs.
19* [testfloat_gen.html](http://www.jhauser.us/arithmetic/TestFloat-3/doc/testfloat_gen.html) Specific documentation for the `testfloat_gen` program.
20* [testfloat_ver.html](http://www.jhauser.us/arithmetic/TestFloat-3/doc/testfloat_ver.html) Specific documentation for the `testfloat_ver` program.
21* [testfloat.html](http://www.jhauser.us/arithmetic/TestFloat-3/doc/testfloat.html) Specific documentation for the all-in-one `testfloat` program.
22* [testsoftfloat.html](http://www.jhauser.us/arithmetic/TestFloat-3/doc/testsoftfloat.html) Specific documentation for the `testsoftfloat` program.
23* [timesoftfloat.html](http://www.jhauser.us/arithmetic/TestFloat-3/doc/timesoftfloat.html) Specific documentation for the `timesoftfloat` program.
24* [TestFloat-source.html](http://www.jhauser.us/arithmetic/TestFloat-3/doc/TestFloat-source.html) Documentation for building TestFloat.
25* [TestFloat-history.html](http://www.jhauser.us/arithmetic/TestFloat-3/doc/TestFloat-history.html) History of the major changes to TestFloat.
26
27Other files in the package comprise the source code for TestFloat.
28
29