Fixes #13
diff --git a/sdk/1.0/docs/man/vloada_halfn.xml b/sdk/1.0/docs/man/vloada_halfn.xml index 516dc77..121ecf5 100644 --- a/sdk/1.0/docs/man/vloada_halfn.xml +++ b/sdk/1.0/docs/man/vloada_halfn.xml
@@ -4,19 +4,19 @@ <refentry> <refentryinfo> <keywordset> - <keyword> + <keyword> vloada_halfn </keyword> </keywordset> </refentryinfo> - <refmeta> + <refmeta> <refentrytitle>vloada_halfn</refentrytitle> <refmiscinfo> <copyright> <year>2007-2009</year> - <holder>The Khronos Group Inc. + <holder>The Khronos Group Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and/or associated documentation files (the "Materials"), to deal in the Materials without restriction, including @@ -32,89 +32,88 @@ <!-- ================================ SYNOPSIS --> - <refnamediv id="vloada_halfn>"> - <refname>vloada_half<replaceable>n</replaceable></refname> + <refnamediv id="vloada_halfn>"> + <refname>vloada_half<replaceable>n</replaceable></refname> <refpurpose> - Read half float vector from a pointer to memory. + Read a half float vector from a pointer to memory. </refpurpose> </refnamediv> - - <refsynopsisdiv xmlns:xlink="http://www.w3.org/1999/xlink"><title></title> + <refsynopsisdiv xmlns:xlink="http://www.w3.org/1999/xlink"><title></title> <funcsynopsis> <funcprototype> <funcdef> float<replaceable>n</replaceable> - <function> + <function> vloada_half<replaceable>n</replaceable> </function> - </funcdef> + </funcdef> <paramdef><link xlink:href="scalarDataTypes.html">size_t</link><parameter>offset</parameter></paramdef> -<paramdef><link xlink:href="global.html">__global</link> half<parameter>*p</parameter></paramdef> +<paramdef>const <link xlink:href="global.html">__global</link> half<parameter>*p</parameter></paramdef> </funcprototype> - </funcsynopsis> - <funcsynopsis> + </funcsynopsis> + <funcsynopsis> <funcprototype> <funcdef> float<replaceable>n</replaceable> - <function> - vloada_half<replaceable>n</replaceable>_rte + <function> + vloada_half<replaceable>n</replaceable> </function> - </funcdef> + </funcdef> <paramdef><link xlink:href="scalarDataTypes.html">size_t</link><parameter>offset</parameter></paramdef> -<paramdef><link xlink:href="local.html">__local</link> half<parameter>*p</parameter></paramdef> +<paramdef>const <link xlink:href="local.html">__local</link> half<parameter>*p</parameter></paramdef> </funcprototype> - </funcsynopsis> - <funcsynopsis> + </funcsynopsis> + <funcsynopsis> <funcprototype> <funcdef> float<replaceable>n</replaceable> - <function> - vloada_half<replaceable>n</replaceable>_rtz + <function> + vloada_half<replaceable>n</replaceable> </function> - </funcdef> + </funcdef> <paramdef><link xlink:href="scalarDataTypes.html">size_t</link><parameter>offset</parameter></paramdef> -<paramdef><link xlink:href="constant.html">__constant</link> half<parameter>*p</parameter></paramdef> +<paramdef>const <link xlink:href="constant.html">__constant</link> half<parameter>*p</parameter></paramdef> </funcprototype> - </funcsynopsis> - <funcsynopsis> + </funcsynopsis> + <funcsynopsis> <funcprototype> <funcdef> float<replaceable>n</replaceable> - <function> - vloada_half<replaceable>n</replaceable>_rtp + <function> + vloada_half<replaceable>n</replaceable> </function> - </funcdef> + </funcdef> <paramdef><link xlink:href="scalarDataTypes.html">size_t</link><parameter>offset</parameter></paramdef> -<paramdef><link xlink:href="private.html">__private</link> half<parameter>*p</parameter></paramdef> - +<paramdef>const <link xlink:href="private.html">__private</link> half<parameter>*p</parameter></paramdef> + </funcprototype> - </funcsynopsis> - </refsynopsisdiv> + </funcsynopsis> + </refsynopsisdiv> <!-- ================================ DESCRIPTION --> <refsect1 id="description"><title>Description</title> <para> - Return <constant>sizeof(<type>float<replaceable>n</replaceable></type>)</constant> bytes of data read from location (<emphasis>p</emphasis> + (<varname>offset</varname> * <varname>n</varname>)). - </para> + Return <constant>sizeof(<type>float<replaceable>n</replaceable></type>)</constant> bytes of data read from location (<emphasis>p</emphasis> + (<varname>offset</varname> * <varname>n</varname>)). + </para> <para> The <type>half<replaceable>n</replaceable></type> values are read from location (<varname>p</varname> + (<varname>offset</varname> * <varname>n</varname>)) and then converted to single precision floating point. -The read address computed as (<varname>p</varname> + (<varname>offset</varname> * <varname>n</varname>)) must be aligned to <constant>sizeof(<type>half</type>)</constant> * number of <type>half</type> elements being read (given by <varname>n</varname>) bytes. - </para> +The read address computed as (<varname>p</varname> + (<varname>offset</varname> * <varname>n</varname>)) must be aligned to <constant>sizeof(<type>half</type>)</constant> * number of <type>half</type> elements being read (given by <varname>n</varname>) bytes. + </para> </refsect1> -<!-- ================================ NOTES +<!-- ================================ NOTES <refsect1 id="notes"><title>Notes</title> - <para> + <para> - </para> + </para> </refsect1>--> - - + + <!-- ================================ EXAMPLE --> -<!-- DO NOT DELETE IN CASE AN EXAMPLE IS ADDED IN THE FUTURE --> +<!-- DO NOT DELETE IN CASE AN EXAMPLE IS ADDED IN THE FUTURE --> <!-- <refsect2 id="example1"> <title> @@ -127,7 +126,7 @@ <tbody> <row> <entry> - Example goes here - it will be set in "code" type with white space preserved. + Example goes here - it will be set in "code" type with white space preserved. </entry> </row> </tbody> @@ -145,7 +144,7 @@ <imageobject> <imagedata fileref="pdficon_small1.gif" format="gif" /> </imageobject> - + <olink uri="vectorDataLoadandStoreFunctions">OpenCL Specification</olink> </para> </refsect1> @@ -155,7 +154,7 @@ <refsect1 id="seealso"><title>Also see</title> <para> - <citerefentry href="vectorDataLoadandStoreFunctions"><refentrytitle>Vector Data Load and Store Functions</refentrytitle></citerefentry> + <citerefentry href="vectorDataLoadandStoreFunctions"><refentrytitle>Vector Data Load and Store Functions</refentrytitle></citerefentry> </para> </refsect1> @@ -165,10 +164,10 @@ <!-- Content included from copyright.inc.xsl --> <refsect3 id="Copyright"><title></title> - <imageobject> + <imageobject> <imagedata fileref="KhronosLogo.jpg" format="jpg" /> </imageobject> - <para /> + <para /> </refsect3> </refentry>
diff --git a/sdk/1.0/docs/man/xhtml/vloada_halfn.html b/sdk/1.0/docs/man/xhtml/vloada_halfn.html index e626225..321a2b8 100644 --- a/sdk/1.0/docs/man/xhtml/vloada_halfn.html +++ b/sdk/1.0/docs/man/xhtml/vloada_halfn.html
@@ -215,7 +215,7 @@ </style> <title>vloada_halfn</title> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1" /> - <meta name="keywords" content=" vloada_halfn " /> + <meta name="keywords" content=" vloada_halfn " /> </head> <body> <div class="refentry"> @@ -225,7 +225,7 @@ <a xmlns="http://www.w3.org/1999/xhtml" id="vloada_halfn>"></a> <h1>vloada_halfn</h1> <p> - Read half float vector from a pointer to memory. + Read a half float vector from a pointer to memory. </p> </div> <div class="refsynopsisdiv"> @@ -236,7 +236,7 @@ <td> <code xmlns="http://www.w3.org/1999/xhtml" class="funcdef"> float<em class="replaceable">n</em> - <strong class="fsfunc"> + <strong class="fsfunc"> vloada_half<em class="replaceable">n</em> </strong> (</code> @@ -245,7 +245,7 @@ </tr> <tr valign="top"> <td> </td> - <td><a xmlns="http://www.w3.org/1999/xhtml" class="link" href="global.html" target="_top">__global</a> half <var xmlns="http://www.w3.org/1999/xhtml" class="pdparam">*p</var><code>)</code></td> + <td>const <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="global.html" target="_top">__global</a> half <var xmlns="http://www.w3.org/1999/xhtml" class="pdparam">*p</var><code>)</code></td> </tr> </table> </div> @@ -255,8 +255,8 @@ <td> <code xmlns="http://www.w3.org/1999/xhtml" class="funcdef"> float<em class="replaceable">n</em> - <strong class="fsfunc"> - vloada_half<em class="replaceable">n</em>_rte + <strong class="fsfunc"> + vloada_half<em class="replaceable">n</em> </strong> (</code> <td><a xmlns="http://www.w3.org/1999/xhtml" class="link" href="scalarDataTypes.html" target="_top">size_t</a> <var xmlns="http://www.w3.org/1999/xhtml" class="pdparam">offset</var>, </td> @@ -264,7 +264,7 @@ </tr> <tr valign="top"> <td> </td> - <td><a xmlns="http://www.w3.org/1999/xhtml" class="link" href="local.html" target="_top">__local</a> half <var xmlns="http://www.w3.org/1999/xhtml" class="pdparam">*p</var><code>)</code></td> + <td>const <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="local.html" target="_top">__local</a> half <var xmlns="http://www.w3.org/1999/xhtml" class="pdparam">*p</var><code>)</code></td> </tr> </table> </div> @@ -274,8 +274,8 @@ <td> <code xmlns="http://www.w3.org/1999/xhtml" class="funcdef"> float<em class="replaceable">n</em> - <strong class="fsfunc"> - vloada_half<em class="replaceable">n</em>_rtz + <strong class="fsfunc"> + vloada_half<em class="replaceable">n</em> </strong> (</code> <td><a xmlns="http://www.w3.org/1999/xhtml" class="link" href="scalarDataTypes.html" target="_top">size_t</a> <var xmlns="http://www.w3.org/1999/xhtml" class="pdparam">offset</var>, </td> @@ -283,7 +283,7 @@ </tr> <tr valign="top"> <td> </td> - <td><a xmlns="http://www.w3.org/1999/xhtml" class="link" href="constant.html" target="_top">__constant</a> half <var xmlns="http://www.w3.org/1999/xhtml" class="pdparam">*p</var><code>)</code></td> + <td>const <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="constant.html" target="_top">__constant</a> half <var xmlns="http://www.w3.org/1999/xhtml" class="pdparam">*p</var><code>)</code></td> </tr> </table> </div> @@ -293,8 +293,8 @@ <td> <code xmlns="http://www.w3.org/1999/xhtml" class="funcdef"> float<em class="replaceable">n</em> - <strong class="fsfunc"> - vloada_half<em class="replaceable">n</em>_rtp + <strong class="fsfunc"> + vloada_half<em class="replaceable">n</em> </strong> (</code> <td><a xmlns="http://www.w3.org/1999/xhtml" class="link" href="scalarDataTypes.html" target="_top">size_t</a> <var xmlns="http://www.w3.org/1999/xhtml" class="pdparam">offset</var>, </td> @@ -302,7 +302,7 @@ </tr> <tr valign="top"> <td> </td> - <td><a xmlns="http://www.w3.org/1999/xhtml" class="link" href="private.html" target="_top">__private</a> half <var xmlns="http://www.w3.org/1999/xhtml" class="pdparam">*p</var><code>)</code></td> + <td>const <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="private.html" target="_top">__private</a> half <var xmlns="http://www.w3.org/1999/xhtml" class="pdparam">*p</var><code>)</code></td> </tr> </table> </div> @@ -311,19 +311,19 @@ <a id="description"></a> <h2>Description</h2> <p> - Return <code class="constant">sizeof(<span class="type">float<em class="replaceable"><code>n</code></em></span>)</code> bytes of data read from location (<span class="emphasis"><em>p</em></span> + (<code class="varname">offset</code> * <code class="varname">n</code>)). - </p> + Return <code class="constant">sizeof(<span class="type">float<em class="replaceable"><code>n</code></em></span>)</code> bytes of data read from location (<span class="emphasis"><em>p</em></span> + (<code class="varname">offset</code> * <code class="varname">n</code>)). + </p> <p> The <span class="type">half<em class="replaceable"><code>n</code></em></span> values are read from location (<code class="varname">p</code> + (<code class="varname">offset</code> * <code class="varname">n</code>)) and then converted to single precision floating point. -The read address computed as (<code class="varname">p</code> + (<code class="varname">offset</code> * <code class="varname">n</code>)) must be aligned to <code class="constant">sizeof(<span class="type">half</span>)</code> * number of <span class="type">half</span> elements being read (given by <code class="varname">n</code>) bytes. - </p> +The read address computed as (<code class="varname">p</code> + (<code class="varname">offset</code> * <code class="varname">n</code>)) must be aligned to <code class="constant">sizeof(<span class="type">half</span>)</code> * number of <span class="type">half</span> elements being read (given by <code class="varname">n</code>) bytes. + </p> </div> <div class="refsect1"> <a id="specification"></a> <h2>Specification</h2> <p> <img src="pdficon_small1.gif" /> - + <a href="http://www.khronos.org/registry/cl/specs/opencl-1.0.pdf#page=186" target="OpenCL Spec">OpenCL Specification</a> </p> </div> @@ -331,7 +331,7 @@ <a id="seealso"></a> <h2>Also see</h2> <p> - <a class="citerefentry" href="vectorDataLoadandStoreFunctions.html"><span class="citerefentry"><span class="refentrytitle">Vector Data Load and Store Functions</span></span></a> + <a class="citerefentry" href="vectorDataLoadandStoreFunctions.html"><span class="citerefentry"><span class="refentrytitle">Vector Data Load and Store Functions</span></span></a> </p> </div> <div xmlns="" class="refsect3" lang="en" xml:lang="en"><a xmlns="http://www.w3.org/1999/xhtml" id="Copyright"></a><h4 xmlns="http://www.w3.org/1999/xhtml"></h4><img xmlns="http://www.w3.org/1999/xhtml" src="KhronosLogo.jpg" /><p xmlns="http://www.w3.org/1999/xhtml"></p>Copyright © 2007-2009 The Khronos Group Inc.