#include <CL/sycl/half_type.hpp>
Public Member Functions | |
half ()=default | |
constexpr | half (const half &)=default |
constexpr | half (half &&)=default |
__SYCL_CONSTEXPR_HALF | half (const float &rhs) |
constexpr half & | operator= (const half &rhs)=default |
constexpr | half (const detail::host_half_impl::half_v2 &rhs) |
constexpr | operator detail::host_half_impl::half_v2 () const |
__SYCL_CONSTEXPR_HALF half & | operator+= (const half &rhs) |
__SYCL_CONSTEXPR_HALF half & | operator-= (const half &rhs) |
__SYCL_CONSTEXPR_HALF half & | operator*= (const half &rhs) |
__SYCL_CONSTEXPR_HALF half & | operator/= (const half &rhs) |
__SYCL_CONSTEXPR_HALF half & | operator++ () |
__SYCL_CONSTEXPR_HALF half | operator++ (int) |
__SYCL_CONSTEXPR_HALF half & | operator-- () |
__SYCL_CONSTEXPR_HALF half | operator-- (int) |
__SYCL_CONSTEXPR_HALF | operator float () const |
Friends | |
template<typename Key > | |
struct | std::hash |
class | sycl::ext::intel::esimd::detail::WrapperElementTypeProxy |
__SYCL_CONSTEXPR_HALF friend half | operator- (const half other) |
Definition at line 329 of file half_type.hpp.
|
default |
|
constexprdefault |
|
constexprdefault |
|
inline |
Definition at line 335 of file half_type.hpp.
|
inlineconstexpr |
Definition at line 342 of file half_type.hpp.
|
inlineconstexpr |
Definition at line 343 of file half_type.hpp.
|
inline |
Definition at line 584 of file half_type.hpp.
|
inline |
Definition at line 357 of file half_type.hpp.
|
inline |
Definition at line 368 of file half_type.hpp.
|
inline |
Definition at line 373 of file half_type.hpp.
|
inline |
Definition at line 347 of file half_type.hpp.
|
inline |
Definition at line 379 of file half_type.hpp.
|
inline |
Definition at line 384 of file half_type.hpp.
|
inline |
Definition at line 352 of file half_type.hpp.
|
inline |
Definition at line 362 of file half_type.hpp.
|
friend |
Definition at line 389 of file half_type.hpp.
|
friend |
Definition at line 588 of file half_type.hpp.
|
friend |
Definition at line 590 of file half_type.hpp.