diff options
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> |