Modified `testsoftfloat' to accept zero as the result of converting
a negative floating-point value to an unsigned integer format.  (Also
renamed `shiftCount' to `shiftDist' inside "slowfloat.c".)
1 file changed
tree: 1ec2c42c8daa1b5b0eb5b66272b158eab4bd9993
  1. build/
  2. doc/
  3. source/
  4. .gitignore
  5. COPYING.txt
  6. README.html
  7. README.md
  8. README.txt
README.md

Package Overview for Berkeley TestFloat Release 3a

John R. Hauser
2015 October 23

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 the doc subdirectory:

Other files in the package comprise the source code for TestFloat.