https://github.com/ucb-bar/berkeley-testfloat-3
TestFloat release 3
https://github.com/ucb-bar/berkeley-testfloat-3
Last synced: 2 months ago
JSON representation
TestFloat release 3
- Host: GitHub
- URL: https://github.com/ucb-bar/berkeley-testfloat-3
- Owner: ucb-bar
- License: other
- Created: 2014-11-29T03:56:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-07T23:44:48.000Z (3 months ago)
- Last Synced: 2025-03-31T18:18:30.863Z (2 months ago)
- Language: C
- Homepage: http://www.jhauser.us/arithmetic/TestFloat.html
- Size: 396 KB
- Stars: 58
- Watchers: 39
- Forks: 36
- Open Issues: 1
-
Metadata Files:
- Readme: README.html
- License: COPYING.txt
Awesome Lists containing this project
README
Berkeley TestFloat Package Overview
Package Overview for Berkeley TestFloat Release 3e
John R. Hauser
2018 January 20
Berkeley TestFloat is a small collection of programs for testing that an
implementation of binary floating-point conforms to the IEEE Standard for
Floating-Point Arithmetic.
TestFloat is distributed in the form of C source code.
The TestFloat package is documented in the following files in thedoc
subdirectory:General documentation for understanding and using the TestFloat programs.
Specific documentation for the
testfloat_gen
program.Specific documentation for the
testfloat_ver
program.Specific documentation for the all-in-one
testfloat
program.Specific documentation for the
testsoftfloat
program.Specific documentation for the
timesoftfloat
program.Documentation for building TestFloat.
History of the major changes to TestFloat.
Other files in the package comprise the source code for TestFloat.