Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
Eigen::half_impl::__half_raw Struct Reference

#include <src/eigen/Eigen/src/Core/arch/CUDA/Half.h>

+ Inheritance diagram for Eigen::half_impl::__half_raw:

Public Member Functions

EIGEN_DEVICE_FUNC __half_raw ()
 
EIGEN_DEVICE_FUNC __half_raw (unsigned short raw)
 

Public Attributes

unsigned short x
 

Detailed Description

Constructor & Destructor Documentation

◆ __half_raw() [1/2]

EIGEN_DEVICE_FUNC Eigen::half_impl::__half_raw::__half_raw ( )
inline
55: x(0) {}
unsigned short x
Definition Half.h:57

◆ __half_raw() [2/2]

EIGEN_DEVICE_FUNC Eigen::half_impl::__half_raw::__half_raw ( unsigned short  raw)
inlineexplicit
56: x(raw) {}

Member Data Documentation

◆ x


The documentation for this struct was generated from the following file: