~ubuntu-branches/ubuntu/trusty/khronos-opencl-man/trusty

« back to all changes in this revision

Viewing changes to isnormal.xml

  • Committer: Package Import Robot
  • Author(s): Mathieu Malaterre
  • Date: 2013-05-21 18:06:15 UTC
  • Revision ID: package-import@ubuntu.com-20130521180615-6e0s2n3pai95ip2f
Tags: upstream-1.0~svn21772
ImportĀ upstreamĀ versionĀ 1.0~svn21772

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook MathML Module V1.1b1//EN"
 
3
              "http://www.oasis-open.org/docbook/xml/mathml/1.1CR1/dbmathml.dtd" [
 
4
<!ENTITY relationalFunctionsInc1 SYSTEM "relationalFunctionsInc1.xml">
 
5
<!ENTITY relationalFunctionsInc2 SYSTEM "relationalFunctionsInc2.xml">
 
6
]>
 
7
 
 
8
<refentry>
 
9
    <refentryinfo>
 
10
        <keywordset>
 
11
            <keyword>isnormal</keyword>
 
12
        </keywordset>
 
13
    </refentryinfo>
 
14
 
 
15
    <refmeta>
 
16
        <refentrytitle>isnormal</refentrytitle>
 
17
 
 
18
        <refmiscinfo>
 
19
            <copyright>
 
20
                <year>2007-2011</year>
 
21
                <holder>The Khronos Group Inc.
 
22
 Permission is hereby granted, free of charge, to any person obtaining a
 
23
copy of this software and/or associated documentation files (the
 
24
"Materials"), to deal in the Materials without restriction, including
 
25
without limitation the rights to use, copy, modify, merge, publish,
 
26
distribute, sublicense, and/or sell copies of the Materials, and to
 
27
permit persons to whom the Materials are furnished to do so, subject to
 
28
the condition that this copyright notice and permission notice shall be included
 
29
in all copies or substantial portions of the Materials.</holder>
 
30
            </copyright>
 
31
        </refmiscinfo>
 
32
        <manvolnum>3</manvolnum>
 
33
    </refmeta>
 
34
 
 
35
<!-- ================================ SYNOPSIS -->
 
36
 
 
37
    <refnamediv id="isnormal">
 
38
        <refname>isnormal</refname>
 
39
 
 
40
        <refpurpose>
 
41
            Test for a normal value.
 
42
        </refpurpose>
 
43
    </refnamediv>
 
44
 
 
45
    <refsynopsisdiv xmlns:xlink="http://www.w3.org/1999/xlink"><title></title>
 
46
        <funcsynopsis>
 
47
            <funcprototype>
 
48
                <funcdef>
 
49
                    <link xlink:href="scalarDataTypes.html">int</link>
 
50
                    <function>
 
51
                        isnormal
 
52
                    </function>
 
53
                </funcdef>
 
54
                <paramdef><link xlink:href="scalarDataTypes.html">float</link><parameter></parameter></paramdef>
 
55
            </funcprototype>
 
56
        </funcsynopsis>
 
57
 
 
58
        <funcsynopsis>
 
59
            <funcprototype>
 
60
                <funcdef>
 
61
                    <link xlink:href="vectorDataTypes.html">int<replaceable>n</replaceable></link>
 
62
                    <function>
 
63
                        isnormal
 
64
                    </function>
 
65
                </funcdef>
 
66
                <paramdef><link xlink:href="vectorDataTypes.html">float<replaceable>n</replaceable></link><parameter></parameter></paramdef>
 
67
            </funcprototype>
 
68
        </funcsynopsis>
 
69
 
 
70
        <funcsynopsis>
 
71
            <funcprototype>
 
72
                <funcdef>
 
73
                    <link xlink:href="scalarDataTypes.html">int</link>
 
74
                    <function>
 
75
                        isnormal
 
76
                    </function>
 
77
                </funcdef>
 
78
                <paramdef><link xlink:href="scalarDataTypes.html">double</link><parameter></parameter></paramdef>
 
79
            </funcprototype>
 
80
        </funcsynopsis>
 
81
 
 
82
        <funcsynopsis>
 
83
            <funcprototype>
 
84
                <funcdef>
 
85
                    <link xlink:href="vectorDataTypes.html">long<replaceable>n</replaceable></link>
 
86
                    <function>
 
87
                        isnormal
 
88
                    </function>
 
89
                </funcdef>
 
90
                <paramdef><link xlink:href="vectorDataTypes.html">double<replaceable>n</replaceable></link><parameter></parameter></paramdef>
 
91
            </funcprototype>
 
92
        </funcsynopsis>
 
93
    </refsynopsisdiv>
 
94
 
 
95
<!-- Optional Half prototypes -->
 
96
 
 
97
    <refsect2 xmlns:xlink="http://www.w3.org/1999/xlink" id="double">
 
98
        <title></title>
 
99
        <informaltable frame="none">
 
100
            <tgroup cols="1" align="left" colsep="0" rowsep="0">
 
101
                <colspec colname="col1" colnum="1" />
 
102
                <tbody>
 
103
                    <row>
 
104
                        <entry>
 
105
<type><link xlink:href="scalarDataTypes.html">int</link></type> <function>isnormal</function> (<type><link xlink:href="scalarDataTypes.html">half</link></type>)      // if half extension enabled
 
106
 
 
107
<type><link xlink:href="vectorDataTypes.html">short<replaceable>n</replaceable></link></type> <function>isnormal</function> (<type><link xlink:href="vectorDataTypes.html">half<replaceable>n</replaceable></link></type>)      // if half extension enabled
 
108
</entry>
 
109
                    </row>
 
110
                </tbody>
 
111
            </tgroup>
 
112
        </informaltable>
 
113
    </refsect2>
 
114
 
 
115
<!-- ================================ DESCRIPTION  -->
 
116
 
 
117
    <refsect1 id="description"><title>Description</title>
 
118
        <para>
 
119
          Test for a normal value.
 
120
        </para>
 
121
 
 
122
        <para>
 
123
        </para>
 
124
 
 
125
    </refsect1>
 
126
 
 
127
<!-- ================================ NOTES  -->
 
128
 
 
129
     <refsect1 id="notes"><title>Notes</title>
 
130
 
 
131
        &relationalFunctionsInc1;
 
132
 
 
133
        &relationalFunctionsInc2;
 
134
 
 
135
    </refsect1>
 
136
 
 
137
<!-- ================================ EXAMPLE  -->
 
138
<!-- DO NOT DELETE IN CASE AN EXAMPLE IS ADDED IN THE FUTURE -->
 
139
<!--
 
140
    <refsect2 id="example1">
 
141
        <title>
 
142
            Example
 
143
        </title>
 
144
 
 
145
        <informaltable frame="none">
 
146
            <tgroup cols="1" align="left" colsep="0" rowsep="0">
 
147
                <colspec colname="col1" colnum="1" />
 
148
                <tbody>
 
149
                    <row>
 
150
                        <entry>
 
151
                            Example goes here - it will be set in "code" type with white space preserved.
 
152
                        </entry>
 
153
                    </row>
 
154
                </tbody>
 
155
            </tgroup>
 
156
        </informaltable>
 
157
    </refsect2>
 
158
-->
 
159
 
 
160
<!-- ================================ SPECIFICATION  -->
 
161
<!-- Set the "uri" attribute in the <olink /> element to the "named destination" for the PDF page
 
162
-->
 
163
    <refsect1 id="specification"><title>Specification</title>
 
164
        <para>
 
165
            <imageobject>
 
166
                <imagedata fileref="pdficon_small1.gif" format="gif" />
 
167
            </imageobject>
 
168
 
 
169
            <olink uri="relationalFunctions">OpenCL Specification</olink>
 
170
        </para>
 
171
    </refsect1>
 
172
 
 
173
<!-- ================================ ALSO SEE  -->
 
174
 
 
175
    <refsect1 id="seealso"><title>Also see</title>
 
176
        <para>
 
177
            <citerefentry href="relationalFunctions"><refentrytitle>Relational Functions</refentrytitle></citerefentry>
 
178
        </para>
 
179
    </refsect1>
 
180
 
 
181
<!-- ============================== COPYRIGHT -->
 
182
<!-- Content included from copyright.inc.xsl -->
 
183
 
 
184
    <refsect3 id="Copyright"><title></title>
 
185
        <imageobject>
 
186
                <imagedata fileref="KhronosLogo.jpg" format="jpg" />
 
187
        </imageobject>
 
188
        <para />
 
189
    </refsect3>
 
190
 
 
191
<!-- 16-Oct-2011 -->
 
192
</refentry>
 
193