mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 23:31:37 +00:00
Reformat the quote and tag the math stuff with <tt> tags.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144204 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4cb5fff50b
commit
0656e254a7
@ -2976,12 +2976,15 @@ call void @llvm.dbg.value(metadata !24, i64 0, metadata !25)
|
|||||||
point type. It expresses the maximum relative error of the result of
|
point type. It expresses the maximum relative error of the result of
|
||||||
that instruction, in ULPs. ULP is defined as follows:</p>
|
that instruction, in ULPs. ULP is defined as follows:</p>
|
||||||
|
|
||||||
<blockquote><p>
|
<blockquote>
|
||||||
If x is a real number that lies between two finite consecutive floating-point
|
|
||||||
numbers a and b, without being equal to one of them, then ulp(x) = |b - a|,
|
<p>If <tt>x</tt> is a real number that lies between two finite consecutive
|
||||||
otherwise ulp(x) is the distance between the two non-equal finite
|
floating-point numbers <tt>a</tt> and <tt>b</tt>, without being equal to one
|
||||||
floating-point numbers nearest x. Moreover, ulp(NaN) is NaN.
|
of them, then <tt>ulp(x) = |b - a|</tt>, otherwise <tt>ulp(x)</tt> is the
|
||||||
</p></blockquote>
|
distance between the two non-equal finite floating-point numbers nearest
|
||||||
|
<tt>x</tt>. Moreover, <tt>ulp(NaN)</tt> is <tt>NaN</tt>.</p>
|
||||||
|
|
||||||
|
</blockquote>
|
||||||
|
|
||||||
<p>The maximum relative error may be any rational number. The metadata node
|
<p>The maximum relative error may be any rational number. The metadata node
|
||||||
shall consist of a pair of unsigned integers respectively representing
|
shall consist of a pair of unsigned integers respectively representing
|
||||||
|
Loading…
x
Reference in New Issue
Block a user