File: relationalFunctionsInc2.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 (9 lines) | stat: -rw-r--r-- 447 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
    <para>
      The function returns a 0 if the specified relation is <constant>false</constant> and a 1
      if the specified relation is <constant>true</constant> for scalar argument types. These
      functions shall return a 0 if the specified relation is <constant>false</constant> and a -
      1 (i.e. all bits set) if the specified relation is <constant>true</constant> for vector
      argument types.
    </para>
<!-- 13-Oct-2011 -->