DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::detail::half_impl Namespace Reference

Classes

class  half
 

Typedefs

using StorageT = detail::host_half_impl::half
 
using BIsRepresentationT = half
 
using Vec2StorageT = std::array< StorageT, 2 >
 
using Vec3StorageT = std::array< StorageT, 3 >
 
using Vec4StorageT = std::array< StorageT, 4 >
 
using Vec8StorageT = std::array< StorageT, 8 >
 
using Vec16StorageT = std::array< StorageT, 16 >
 

Typedef Documentation

◆ BIsRepresentationT

Definition at line 256 of file half_type.hpp.

◆ StorageT

◆ Vec16StorageT

using sycl::_V1::detail::half_impl::Vec16StorageT = typedef std::array<StorageT, 16>

Definition at line 266 of file half_type.hpp.

◆ Vec2StorageT

using sycl::_V1::detail::half_impl::Vec2StorageT = typedef std::array<StorageT, 2>

Definition at line 262 of file half_type.hpp.

◆ Vec3StorageT

using sycl::_V1::detail::half_impl::Vec3StorageT = typedef std::array<StorageT, 3>

Definition at line 263 of file half_type.hpp.

◆ Vec4StorageT

using sycl::_V1::detail::half_impl::Vec4StorageT = typedef std::array<StorageT, 4>

Definition at line 264 of file half_type.hpp.

◆ Vec8StorageT

using sycl::_V1::detail::half_impl::Vec8StorageT = typedef std::array<StorageT, 8>

Definition at line 265 of file half_type.hpp.