Correction to eliminate spaces before <superscript> tags.

Signed-off-by: Jeff Scheel <scheel@us.ibm.com>
master
Jeff Scheel 8 years ago
parent 5eba3e1cb1
commit 6e67597494

@ -7790,7 +7790,8 @@ xml:id="dbdoclet.50655245_pgfId-1138128">
<para>Result value:</para> <para>Result value:</para>
<para>The value of each element is set to the value of an input <para>The value of each element is set to the value of an input
element of the concatenated vectors ARG1 and ARG2, with the word element of the concatenated vectors ARG1 and ARG2, with the word
offset to its right<superscript><xref linkend="vec_sldw_fn1" xrefstyle="select: labelnumber nopage"/></superscript> specified by ARG3, which should be in the offset to its right<superscript><xref linkend="vec_sldw_fn1" xrefstyle="select: labelnumber nopage"/></superscript>
specified by ARG3, which should be in the
range 0 - 3.</para> range 0 - 3.</para>
<orderedlist> <orderedlist>
<listitem xml:id="vec_sldw_fn1"> <listitem xml:id="vec_sldw_fn1">
@ -7980,9 +7981,9 @@ xml:id="dbdoclet.50655245_pgfId-1138128">
<para>Result value:</para> <para>Result value:</para>
<para>The result is the contents of ARG1, shifted left by the <para>The result is the contents of ARG1, shifted left by the
number of bytes specified by the most-significant nibble of the number of bytes specified by the most-significant nibble of the
least-significant byte least-significant
<superscript><xref linkend="vec_slo_fn1" xrefstyle="select: labelnumber nopage" /></superscript> of ARG2. The bits that are shifted out are byte<superscript><xref linkend="vec_slo_fn1" xrefstyle="select: labelnumber nopage" /></superscript>
replaced by zeros.</para> of ARG2. The bits that are shifted out are replaced by zeros.</para>
<orderedlist> <orderedlist>
<listitem xml:id="vec_slo_fn1"> <listitem xml:id="vec_slo_fn1">
<para>That is, by little-endian bits 7 - 5 or big-endian bits <para>That is, by little-endian bits 7 - 5 or big-endian bits

@ -2545,8 +2545,8 @@ xml:id="dbdoclet.50655240_pgfId-1156194">
<para>Quadword</para> <para>Quadword</para>
</entry> </entry>
<entry> <entry>
<para>Vector of 16 bytes with a value of either 0 or 2 <para>Vector of 16 bytes with a value of either 0 or
<superscript>8</superscript>- 1.</para> 2<superscript>8</superscript>- 1.</para>
</entry> </entry>
</row> </row>
<row> <row>
@ -2597,8 +2597,8 @@ xml:id="dbdoclet.50655240_pgfId-1156194">
<para>Quadword</para> <para>Quadword</para>
</entry> </entry>
<entry> <entry>
<para>Vector of 8 halfwords with a value of either 0 or 2 <para>Vector of 8 halfwords with a value of either 0 or
<superscript>16</superscript>- 1.</para> 2<superscript>16</superscript>- 1.</para>
</entry> </entry>
</row> </row>
<row> <row>
@ -2649,8 +2649,8 @@ xml:id="dbdoclet.50655240_pgfId-1156194">
<para>Quadword</para> <para>Quadword</para>
</entry> </entry>
<entry> <entry>
<para>Vector of 4 words with a value of either 0 or 2 <para>Vector of 4 words with a value of either 0 or
<superscript>32</superscript>- 1.</para> 2<superscript>32</superscript>- 1.</para>
</entry> </entry>
</row> </row>
<row> <row>
@ -2708,8 +2708,8 @@ xml:id="dbdoclet.50655240_pgfId-1156194">
<para>Quadword</para> <para>Quadword</para>
</entry> </entry>
<entry> <entry>
<para>Vector of 2 doublewords with a value of either 0 or 2 <para>Vector of 2 doublewords with a value of either 0 or
<superscript>64</superscript>- 1.</para> 2<superscript>64</superscript>- 1.</para>
</entry> </entry>
</row> </row>
<row revisionflag="changed"> <row revisionflag="changed">
@ -3135,9 +3135,8 @@ xml:id="dbdoclet.50655240_pgfId-1156194">
</listitem> </listitem>
<listitem> <listitem>
<para>IBM EXTENDED PRECISION form provides the same range as double <para>IBM EXTENDED PRECISION form provides the same range as double
precision (about 10 precision (about 10<superscript>-308</superscript> to
<superscript>-308</superscript> to 10 10<superscript>308</superscript>) but more precision (a variable amount,
<superscript>308</superscript>) but more precision (a variable amount,
about 31 decimal digits or more).</para> about 31 decimal digits or more).</para>
</listitem> </listitem>
<listitem> <listitem>
@ -3316,10 +3315,10 @@ xml:id="dbdoclet.50655240_pgfId-1156194">
unions. These bit fields define whole objects within the structure or unions. These bit fields define whole objects within the structure or
union where the number of bits in the bit field is specified.</para> union where the number of bits in the bit field is specified.</para>
<para>In <para>In
<xref linkend="dbdoclet.50655240_47126" />, a signed range goes from -2 <xref linkend="dbdoclet.50655240_47126" />, a signed range goes from
<superscript>w - 1</superscript> to 2 -2<superscript>w - 1</superscript> to
<superscript>w - 1</superscript>- 1 and an unsigned range goes from 0 to 2 2<superscript>w - 1</superscript>- 1 and an unsigned range goes from 0 to
<superscript>w</superscript>- 1.</para> 2<superscript>w</superscript>- 1.</para>


<table frame="all" pgwide="1" xml:id="dbdoclet.50655240_47126"> <table frame="all" pgwide="1" xml:id="dbdoclet.50655240_47126">
<title>Bit Field Types</title> <title>Bit Field Types</title>

Loading…
Cancel
Save