summaryrefslogtreecommitdiffstats
path: root/llvm/docs/LangRef.html
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-11-09 19:33:56 +0000
committerBill Wendling <isanbard@gmail.com>2011-11-09 19:33:56 +0000
commit302d7ce0ab04c778b33e75a035dedfccc41a026b (patch)
tree8e11454c79ab2fe9ac46662b3bf1e2a80be21173 /llvm/docs/LangRef.html
parent0730e9c992963c4f880f31ab6d014a2107809a40 (diff)
downloadbcm5719-llvm-302d7ce0ab04c778b33e75a035dedfccc41a026b.tar.gz
bcm5719-llvm-302d7ce0ab04c778b33e75a035dedfccc41a026b.zip
Reformat the quote and tag the math stuff with <tt> tags.
llvm-svn: 144204
Diffstat (limited to 'llvm/docs/LangRef.html')
-rw-r--r--llvm/docs/LangRef.html15
1 files changed, 9 insertions, 6 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html
index 71a0a7d6c63..a9ec80069ae 100644
--- a/llvm/docs/LangRef.html
+++ b/llvm/docs/LangRef.html
@@ -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
that instruction, in ULPs. ULP is defined as follows:</p>
-<blockquote><p>
-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|,
-otherwise ulp(x) is the distance between the two non-equal finite
-floating-point numbers nearest x. Moreover, ulp(NaN) is NaN.
-</p></blockquote>
+<blockquote>
+
+<p>If <tt>x</tt> is a real number that lies between two finite consecutive
+ floating-point numbers <tt>a</tt> and <tt>b</tt>, without being equal to one
+ of them, then <tt>ulp(x) = |b - a|</tt>, otherwise <tt>ulp(x)</tt> is the
+ 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
shall consist of a pair of unsigned integers respectively representing
OpenPOWER on IntegriCloud