File: relationalFunctionsUGEN.xml

package info (click to toggle)
khronos-opencl-man 1.0~svn33624-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,608 kB
  • sloc: xml: 58,847; makefile: 603; ruby: 183; sh: 22
file content (9 lines) | stat: -rw-r--r-- 487 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
    <para>
      The argument type <type>ugentype</type> refers to unsigned integer types,
      i.e. <type>uchar</type>, <type>uchar<replaceable>n</replaceable></type>,
      <type>ushort</type>, <type>ushort<replaceable>n</replaceable></type>,
      <type>uint</type>, <type>uint<replaceable>n</replaceable></type>, <type>ulong</type>,
      and <type>ulong<replaceable>n</replaceable></type>. <replaceable>n</replaceable> is 2,
      3, 4, 8, or 16.
    </para>
 <!-- 13-Oct-2011 -->