commit | ca9fa2ba05625ba929958f163b01747e07dd39cc | [log] [tgz] |
---|---|---|
author | Emilio G. Cota <cota@braap.org> | Sat Sep 08 16:59:37 2018 -0400 |
committer | Emilio G. Cota <cota@braap.org> | Sat Sep 08 16:59:44 2018 -0400 |
tree | 314b3f11308378d73f0d16debb295fe48ba53502 | |
parent | 06b20075dd3c1a5d0dd007a93643282832221612 [diff] |
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>
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:
testfloat_gen
program.testfloat_ver
program.testfloat
program.testsoftfloat
program.timesoftfloat
program.Other files in the package comprise the source code for TestFloat.