Searched refs:uc4 (Results 1 – 5 of 5) sorted by relevance
203 typedef unsigned char uc4 __attribute__((ext_vector_type(4))); in __ldg() typedef204 uc4 rv = __nvvm_ldg_uc4(reinterpret_cast<const uc4 *>(ptr)); in __ldg()
73 unsigned char uc4 = 256; // unsigned dst type is well defined. in narrow_constant_to_unsigned_integer_is_ok() local
215 unsigned char uc4 = 256; // unsigned dst type is well defined. in narrow_constant_to_unsigned_integer_is_ok() local
367 typedef unsigned char uc4 __attribute__((ext_vector_type(4))); in __ldg() typedef368 uc4 rv = __nvvm_ldg_uc4(reinterpret_cast<const uc4 *>(ptr)); in __ldg()
79 uchar uc1='a', uc2=127, uc3=128, uc4=255, uc5=(uchar)-1; variable