Skip to content

Commit

Permalink
Deploying to gh-pages from @ fc894e9 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
mfasi committed Jun 1, 2024
1 parent cfdbf02 commit 2060d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpfloat/structoptstruct.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ <h2>Struct Documentation<a class="headerlink" href="#struct-documentation" title
<dt class="sig sig-object cpp" id="_CPPv4N9optstruct10saturationE">
<span id="_CPPv3N9optstruct10saturationE"></span><span id="_CPPv2N9optstruct10saturationE"></span><span id="optstruct::saturation__cpfloat_saturation_t"></span><span class="target" id="structoptstruct_1a40aa4925fda0a07a39434ce48c94b25d"></span><a class="reference internal" href="enum_cpfloat__definitions_8h_1a695c0a76ec919b7c08971122176a67b3.html#_CPPv420cpfloat_saturation_t" title="cpfloat_saturation_t"><span class="n"><span class="pre">cpfloat_saturation_t</span></span></a><span class="w"> </span><span class="sig-name descname"><span class="n"><span class="pre">saturation</span></span></span><a class="headerlink" href="#_CPPv4N9optstruct10saturationE" title="Link to this definition"></a><br /></dt>
<dd><p>Support for saturation arithmetic in target format. </p>
<p>If this field is set to <code class="docutils literal notranslate"><span class="pre">CPFLOAT_SAT_USE</span></code>, numbers too large to be represented in the target format are clamped to the largest floating-point number of appropriate sign. I this field is set to <code class="docutils literal notranslate"><span class="pre">CPFLOAT_SAT_NO</span></code>, numbers that are too large to be represented are rounded to either the largest normal value of appropriate sign or the closest infinity according to the current rounding mode. </p>
<p>If this field is set to <code class="docutils literal notranslate"><span class="pre">CPFLOAT_SAT_USE</span></code>, numbers too large to be represented in the target format are clamped to the largest floating-point number of appropriate sign. If this field is set to <code class="docutils literal notranslate"><span class="pre">CPFLOAT_SAT_NO</span></code>, numbers that are too large to be represented are rounded to either the largest normal value of appropriate sign or the closest infinity according to the current rounding mode. </p>
</dd></dl>

<dl class="cpp var">
Expand Down

0 comments on commit 2060d4f

Please sign in to comment.