diff options
| author | fche <fche> | 2021-03-02 02:06:31 +0000 |
|---|---|---|
| committer | fche <fche> | 2021-03-02 02:06:31 +0000 |
| commit | 99e6309d6ecef1f95d453e127563464835eb9a6f (patch) | |
| tree | ef17c27bf7a2693f4afee6637d4333bb8c7ccee5 /tapsets/API-fp-sub.html | |
| parent | add new tutorial/* (diff) | |
removed man pages
Diffstat (limited to 'tapsets/API-fp-sub.html')
| -rw-r--r-- | tapsets/API-fp-sub.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tapsets/API-fp-sub.html b/tapsets/API-fp-sub.html index 6e042008..fbf875ae 100644 --- a/tapsets/API-fp-sub.html +++ b/tapsets/API-fp-sub.html | |||
| @@ -2,10 +2,10 @@ | |||
| 2 | Subtraction between floating points | 2 | Subtraction between floating points |
| 3 | </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting"> | 3 | </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting"> |
| 4 | fp_sub:long(sub1:long,sub2:long) | 4 | fp_sub:long(sub1:long,sub2:long) |
| 5 | </pre></div><div class="refsect1"><a name="idp71424424954688"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>sub1</code></em></span></dt><dd><p> | 5 | </pre></div><div class="refsect1"><a name="idp72313407106816"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>sub1</code></em></span></dt><dd><p> |
| 6 | the 64 bit floating point minuend | 6 | the 64 bit floating point minuend |
| 7 | </p></dd><dt><span class="term"><em class="parameter"><code>sub2</code></em></span></dt><dd><p> | 7 | </p></dd><dt><span class="term"><em class="parameter"><code>sub2</code></em></span></dt><dd><p> |
| 8 | 64 bit floating point subtrahend | 8 | 64 bit floating point subtrahend |
| 9 | </p></dd></dl></div></div><div class="refsect1"><a name="idp71424424959936"></a><h2>Description</h2><p> | 9 | </p></dd></dl></div></div><div class="refsect1"><a name="idp72313407112064"></a><h2>Description</h2><p> |
| 10 | result would be minuend minus subtrahend | 10 | result would be minuend minus subtrahend |
| 11 | </p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-fp-sqrt.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="floatingpoint.stp.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-fp-to-long.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">function::fp_sqrt</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> <span class="phrase">function::fp_to_long</span></td></tr></table></div></body></html> | 11 | </p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-fp-sqrt.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="floatingpoint.stp.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-fp-to-long.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">function::fp_sqrt</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> <span class="phrase">function::fp_to_long</span></td></tr></table></div></body></html> |
