diff options
| author | John Hauser <jhauser@eecs.berkeley.edu> | 2014-12-17 19:09:39 -0800 |
|---|---|---|
| committer | John Hauser <jhauser@eecs.berkeley.edu> | 2014-12-17 19:09:39 -0800 |
| commit | cec54960bbbfa351cab7dab75eb1418585e4fe64 (patch) | |
| tree | 8c606f0c513bc0ef9582795bd159be8dcffaf565 /doc/testsoftfloat.html | |
| parent | 86cdc156a7c1bb471c11b14d65b9d2b48b714935 (diff) | |
| download | berkeley-testfloat-3-cec54960bbbfa351cab7dab75eb1418585e4fe64.tar.gz berkeley-testfloat-3-cec54960bbbfa351cab7dab75eb1418585e4fe64.tar.bz2 berkeley-testfloat-3-cec54960bbbfa351cab7dab75eb1418585e4fe64.zip | |
Finalized documentation for TestFloat Release 3.
Diffstat (limited to 'doc/testsoftfloat.html')
| -rw-r--r-- | doc/testsoftfloat.html | 22 |
1 files changed, 7 insertions, 15 deletions
diff --git a/doc/testsoftfloat.html b/doc/testsoftfloat.html index 49215de..306f221 100644 --- a/doc/testsoftfloat.html +++ b/doc/testsoftfloat.html @@ -11,19 +11,7 @@ <P> John R. Hauser<BR> -2014 ______<BR> -</P> - -<P> -*** CONTENT DONE. -</P> - -<P> -*** REPLACE QUOTATION MARKS. -<BR> -*** REPLACE APOSTROPHES. -<BR> -*** REPLACE EM DASH. +2014 Dec 17<BR> </P> @@ -70,9 +58,11 @@ and/or a single rounding precision with appropriate command-line options. <P> The <CODE>testsoftfloat</CODE> program is executed as a command with this syntax: +<BLOCKQUOTE> <PRE> - testsoftfloat [<option>...] <function> +testsoftfloat [<option>...] <function> </PRE> +</BLOCKQUOTE> Square brackets (<CODE>[ ]</CODE>) denote optional arguments, <CODE><option></CODE> is a supported option, and <CODE><function></CODE> is the name of either a testable function or a @@ -208,9 +198,11 @@ The set <CODE>-all1</CODE> comprises all one-operand operations, while <CODE>-all2</CODE> is all two-operand operations. A function set is used in place of a function name in the <CODE>testsoftfloat</CODE> command line, such as +<BLOCKQUOTE> <PRE> - testsoftfloat [<option>...] -all1 +testsoftfloat [<option>...] -all1 </PRE> +</BLOCKQUOTE> </P> <P> |
