11 #ifndef __CE_Precision__
12 #define __CE_Precision__
38 static constexpr
int bitsize = 16;
39 static constexpr
int bytesize = bitsize / CHAR_BIT;
50 static constexpr
int bitsize = 32;
51 static constexpr
int bytesize = bitsize / CHAR_BIT;
62 static constexpr
int bitsize = 64;
63 static constexpr
int bytesize = bitsize / CHAR_BIT;
typename CE_PrecisionResolver< P >::host_int_type CEintH
constexpr CE_Precision CE_16
constexpr CE_Precision CE_32
cl_float device_float_type
typename CE_PrecisionResolver< P >::host_float_type CEfloatH
cl_half device_float_type
cl_double device_float_type
constexpr CE_Precision CE_64
typename CE_PrecisionResolver< P >::device_float_type CEfloatD
typename CE_PrecisionResolver< P >::device_int_type CEintD