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

« back to all changes in this revision

Viewing changes to isless.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
<!ENTITY relationalFunctionsInc3 SYSTEM "relationalFunctionsInc3.xml">
 
7
]>
 
8
<refentry>
 
9
    <refentryinfo>
 
10
        <keywordset>
 
11
            <keyword>isless</keyword>
 
12
        </keywordset>
 
13
    </refentryinfo>
 
14
 
 
15
    <refmeta>                                    
 
16
        <refentrytitle>isless</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="isless">             
 
38
        <refname>isless</refname>
 
39
 
 
40
        <refpurpose>
 
41
            Compare of <varname>x</varname> &lt; <varname>y</varname>.
 
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
                        isless
 
52
                    </function>
 
53
                </funcdef>
 
54
                <paramdef><link xlink:href="scalarDataTypes.html">float</link><parameter>x</parameter></paramdef>
 
55
                <paramdef><link xlink:href="scalarDataTypes.html">float</link><parameter>y</parameter></paramdef>
 
56
            </funcprototype>
 
57
        </funcsynopsis>   
 
58
  
 
59
        <funcsynopsis>
 
60
            <funcprototype>
 
61
                <funcdef>
 
62
                    <link xlink:href="vectorDataTypes.html">int<replaceable>n</replaceable></link>
 
63
                    <function>                   
 
64
                        isless
 
65
                    </function>
 
66
                </funcdef>
 
67
                <paramdef><link xlink:href="vectorDataTypes.html">float<replaceable>n</replaceable></link><parameter>x</parameter></paramdef>
 
68
                <paramdef><link xlink:href="vectorDataTypes.html">float<replaceable>n</replaceable></link><parameter>y</parameter></paramdef>
 
69
            </funcprototype>
 
70
        </funcsynopsis>     
 
71
 
 
72
        <funcsynopsis>
 
73
            <funcprototype>
 
74
                <funcdef>
 
75
                    <link xlink:href="scalarDataTypes.html">int</link>
 
76
                    <function>                   
 
77
                        isless
 
78
                    </function>
 
79
                </funcdef>
 
80
                <paramdef><link xlink:href="scalarDataTypes.html">double</link><parameter>x</parameter></paramdef>
 
81
                <paramdef><link xlink:href="scalarDataTypes.html">double</link><parameter>y</parameter></paramdef>
 
82
            </funcprototype>
 
83
        </funcsynopsis>  
 
84
 
 
85
        <funcsynopsis>
 
86
            <funcprototype>
 
87
                <funcdef>
 
88
                    <link xlink:href="vectorDataTypes.html">long<replaceable>n</replaceable></link>
 
89
                    <function>                   
 
90
                        isless
 
91
                    </function>
 
92
                </funcdef>
 
93
                <paramdef><link xlink:href="vectorDataTypes.html">double<replaceable>n</replaceable></link><parameter>x</parameter></paramdef>
 
94
                <paramdef><link xlink:href="vectorDataTypes.html">double<replaceable>n</replaceable></link><parameter>y</parameter></paramdef>
 
95
            </funcprototype>
 
96
        </funcsynopsis>     
 
97
 
 
98
    </refsynopsisdiv>   
 
99
 
 
100
    
 
101
<!-- Optional Half prototypes -->
 
102
 <refsect2  xmlns:xlink="http://www.w3.org/1999/xlink" id="double">
 
103
        <title></title>
 
104
 
 
105
        <informaltable frame="none">
 
106
            <tgroup cols="1" align="left" colsep="0" rowsep="0">
 
107
                <colspec colname="col1" colnum="1" />
 
108
                <tbody>
 
109
 
 
110
                    <row>
 
111
                        <entry>
 
112
<type><link xlink:href="scalarDataTypes.html">int</link></type> <function>isless</function> 
 
113
     (<type><link xlink:href="scalarDataTypes.html">half</link></type> <varname>x</varname>, 
 
114
       <type><link xlink:href="scalarDataTypes.html">half</link></type> <varname>y</varname>)   // if half extension enabled 
 
115
                        </entry>
 
116
                    </row>
 
117
 
 
118
                    <row>                       
 
119
                        <entry>
 
120
<type><link xlink:href="vectorDataTypes.html">short<replaceable>n</replaceable></link></type> <function>isless</function> 
 
121
     (<type><link xlink:href="vectorDataTypes.html">half<replaceable>n</replaceable></link></type> <varname>x</varname>, 
 
122
       <type><link xlink:href="vectorDataTypes.html">half<replaceable>n</replaceable></link></type> <varname>y</varname>)   // if half extension enabled 
 
123
                        </entry>
 
124
                    </row>
 
125
 
 
126
                </tbody>
 
127
            </tgroup>
 
128
        </informaltable>
 
129
    </refsect2>         
 
130
    
 
131
<!-- ================================ DESCRIPTION  -->
 
132
 
 
133
    <refsect1 id="description"><title>Description</title>
 
134
        <para>
 
135
        Returns the component-wise compare of <varname>x</varname> &lt; <varname>y</varname>.
 
136
        </para>
 
137
        <para>
 
138
        
 
139
        </para>
 
140
        
 
141
    </refsect1>
 
142
 
 
143
<!-- ================================ NOTES  -->
 
144
 
 
145
    <refsect1 id="notes"><title>Notes</title>
 
146
        &relationalFunctionsInc1;
 
147
        &relationalFunctionsInc2;
 
148
        &relationalFunctionsInc3;
 
149
    </refsect1>
 
150
 
 
151
<!-- ================================ EXAMPLE  -->
 
152
<!-- DO NOT DELETE IN CASE AN EXAMPLE IS ADDED IN THE FUTURE -->
 
153
<!--
 
154
    <refsect2 id="example1">
 
155
        <title>
 
156
            Example
 
157
        </title>
 
158
 
 
159
        <informaltable frame="none">
 
160
            <tgroup cols="1" align="left" colsep="0" rowsep="0">
 
161
                <colspec colname="col1" colnum="1" />
 
162
                <tbody>
 
163
                    <row>
 
164
                        <entry>
 
165
                            Example goes here - it will be set in "code" type with white space preserved.
 
166
                        </entry>
 
167
                    </row>
 
168
                </tbody>
 
169
            </tgroup>
 
170
        </informaltable>
 
171
    </refsect2>
 
172
-->
 
173
 
 
174
 
 
175
<!-- ================================ SPECIFICATION  -->
 
176
<!-- Set the "uri" attribute in the <olink /> element to the "named destination" for the PDF page
 
177
-->
 
178
    <refsect1 id="specification"><title>Specification</title>
 
179
        <para>
 
180
            <imageobject>
 
181
                <imagedata fileref="pdficon_small1.gif" format="gif" />
 
182
            </imageobject>
 
183
                                                 
 
184
            <olink uri="relationalFunctions">OpenCL Specification</olink>
 
185
        </para>
 
186
    </refsect1>
 
187
 
 
188
 
 
189
<!-- ================================ ALSO SEE  -->
 
190
 
 
191
    <refsect1 id="seealso"><title>Also see</title>
 
192
        <para>
 
193
            <citerefentry href="relationalFunctions"><refentrytitle>Relational Functions</refentrytitle></citerefentry> 
 
194
        </para>
 
195
    </refsect1>
 
196
 
 
197
 
 
198
 
 
199
<!-- ============================== COPYRIGHT -->
 
200
<!-- Content included from copyright.inc.xsl -->
 
201
 
 
202
    <refsect3 id="Copyright"><title></title>
 
203
        <imageobject>
 
204
                <imagedata fileref="KhronosLogo.jpg" format="jpg" />
 
205
        </imageobject>
 
206
        <para />
 
207
    </refsect3>
 
208
 
 
209
</refentry>
 
210