HCC
HCC is a single-source, C/C++ compiler for heterogeneous computing. It's optimized with HSA (http://www.hsafoundation.com/).
Public Member Functions | List of all members
int_1 Class Reference
Collaboration diagram for int_1:
Collaboration graph

Public Member Functions

 SCALARTYPE_1_CONVERSION_CTOR (int_1, uint_1, float_1, double_1, char_1, uchar_1, short_1, ushort_1, long_1, ulong_1, longlong_1, ulonglong_1) int_1 operator-() const __CPU_GPU__
 
int_1 operator~ () const __CPU_GPU__
 
int_1operator%= (const int_1 &rhs) __CPU_GPU__
 
int_1operator^= (const int_1 &rhs) __CPU_GPU__
 
int_1operator|= (const int_1 &rhs) __CPU_GPU__
 
int_1operator&= (const int_1 &rhs) __CPU_GPU__
 
int_1operator>>= (const int_1 &rhs) __CPU_GPU__
 
int_1operator<<= (const int_1 &rhs) __CPU_GPU__
 

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