File: relationalFunctionsIGEN.xml

package info (click to toggle)
khronos-opencl-man 1.0~svn33624-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,380 kB
  • sloc: xml: 58,847; makefile: 603; ruby: 183; sh: 22
file content (10 lines) | stat: -rw-r--r-- 421 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
    <para>
      The argument type <type>igentype</type> refers to signed integer types,
      i.e. <type>char</type>, <type>char<replaceable>n</replaceable></type>,
      <type>short</type>, <type>short<replaceable>n</replaceable></type>, <type>int</type>,
      <type>int<replaceable>n</replaceable></type>, <type>long</type>, and
      <type>long<replaceable>n</replaceable></type>.
    </para>

<!-- 13-Oct-2011 -->