testLoops: add testLoops_trueFlagsFunction

Instead of using *trueFlagsPtr. This will allow us to test
code paths that depend on certain flags already being set.

Signed-off-by: Emilio G. Cota <cota@braap.org>
108 files changed
tree: 314b3f11308378d73f0d16debb295fe48ba53502
  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 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 the doc subdirectory:

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