| 
    HCC
    
   HCC is a single-source, C/C++ compiler for heterogeneous computing.  It's optimized with HSA (http://www.hsafoundation.com/). 
   | 
 

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