syclreference.com
  1. SYCL
  2. | API Reference
  3. | Types
  4. | half

half

Definition of half type

class cl::sycl::half;

Member Functions

(constructor)
(destructor)
operator--

MISSING

operator-=

Applies -= to this half with another half.

operator float

Implicit cast to float Converts the 16 bit half back to a 32 bit float for perfoming the actual computation

operator!=

Applies != to this half and another half.

operator&&

Applies && to this half and another half.

operator*=

Applies *= to this half with another half.

operator++

MISSING

operator+=

Applies += to this half with another half.

operator/=

Applies /= to this half with another half.

operator<

Applies < to this half and another half.

operator<=

Applies <= to this half and another half.

operator=

MISSING

operator==

Applies == to this half and another half.

operator>

Applies > to this half and another half.

operator>=

Applies >= to this half and another half.

operator||
Applies   to this half and another half.

syclreference.com — SYCL Reference Pages

Last updated: 2019-01-24 00:24:52 +0000