about summary refs log tree commit diff stats
path: root/html/412render-float-decimal.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/412render-float-decimal.mu.html')
-rw-r--r--html/412render-float-decimal.mu.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/html/412render-float-decimal.mu.html b/html/412render-float-decimal.mu.html
index 89183c1a..d006069c 100644
--- a/html/412render-float-decimal.mu.html
+++ b/html/412render-float-decimal.mu.html
@@ -212,14 +212,14 @@ if ('onhashchange' in window) {
 <span id="L148" class="LineNr">148 </span>  <a href='109stream-equal.subx.html#L194'>check-stream-equal</a> s, <span class="Constant">&quot;NaN&quot;</span>, <span class="Constant">&quot;F - test-write-float-decimal-approximate-not-a-number&quot;</span>
 <span id="L149" class="LineNr">149 </span><span class="Delimiter">}</span>
 <span id="L150" class="LineNr">150 </span>
-<span id="L151" class="LineNr">151 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='412render-float-decimal.mu.html#L151'>render-float-decimal</a></span> <a href='500fake-screen.mu.html#L14'>screen</a>: (addr <a href='500fake-screen.mu.html#L14'>screen</a>), in: float, precision: int, x: int, y: int, color: int, background-color: int<span class="PreProc"> -&gt; </span>_/eax: int <span class="Delimiter">{</span>
+<span id="L151" class="LineNr">151 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='412render-float-decimal.mu.html#L151'>render-float-decimal</a></span> <a href='500fake-screen.mu.html#L16'>screen</a>: (addr <a href='500fake-screen.mu.html#L16'>screen</a>), in: float, precision: int, x: int, y: int, color: int, background-color: int<span class="PreProc"> -&gt; </span>_/eax: int <span class="Delimiter">{</span>
 <span id="L152" class="LineNr">152 </span>  <span class="PreProc">var</span> s-storage: (stream byte <span class="Constant">0x10</span>)
 <span id="L153" class="LineNr">153 </span>  <span class="PreProc">var</span> s/<span class="muRegEsi">esi</span>: (addr stream byte) <span class="Special">&lt;-</span> address s-storage
 <span id="L154" class="LineNr">154 </span>  <a href='412render-float-decimal.mu.html#L163'>write-float-decimal-approximate</a> s, in, precision
 <span id="L155" class="LineNr">155 </span>  <span class="PreProc">var</span> width/eax: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
 <span id="L156" class="LineNr">156 </span>  <span class="PreProc">var</span> height/<span class="muRegEcx">ecx</span>: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
-<span id="L157" class="LineNr">157 </span>  width, height <span class="Special">&lt;-</span> <a href='500fake-screen.mu.html#L73'>screen-size</a> <a href='500fake-screen.mu.html#L14'>screen</a>
-<span id="L158" class="LineNr">158 </span>  <span class="PreProc">var</span> result/eax: int <span class="Special">&lt;-</span> <a href='501draw-text.mu.html#L124'>draw-stream-rightward</a> <a href='500fake-screen.mu.html#L14'>screen</a>, s, x, width, y, color, background-color
+<span id="L157" class="LineNr">157 </span>  width, height <span class="Special">&lt;-</span> <a href='500fake-screen.mu.html#L75'>screen-size</a> <a href='500fake-screen.mu.html#L16'>screen</a>
+<span id="L158" class="LineNr">158 </span>  <span class="PreProc">var</span> result/eax: int <span class="Special">&lt;-</span> <a href='501draw-text.mu.html#L124'>draw-stream-rightward</a> <a href='500fake-screen.mu.html#L16'>screen</a>, s, x, width, y, color, background-color
 <span id="L159" class="LineNr">159 </span>  <span class="PreProc">return</span> result
 <span id="L160" class="LineNr">160 </span><span class="Delimiter">}</span>
 <span id="L161" class="LineNr">161 </span>