Searched defs:char2 (Results 1 – 7 of 7) sorted by relevance
28 struct char2 { struct30 __host__ __device__ char2(char x = 0, char y = 0) : x(x), y(y) {} in x() argument
41 character(2), allocatable :: char2 local
61 character(2), allocatable :: char2 local
623 typedef char char2 __attribute__((ext_vector_type(2))); nvvm_ldg() typedef 731 typedef char char2 __attribute__((ext_vector_type(2))); nvvm_ldu() typedef
558 subroutine char2(a) subroutine561 res = reduce(a, red_char2) argument
167 typedef char char2 __attribute__((ext_vector_type(2))); global() typedef