Searched defs:longlong2 (Results 1 – 3 of 3) sorted by relevance
36 typedef long long __attribute__((vector_size(16))) longlong2; typedef
86 struct longlong2 { struct88 __host__ __device__ longlong2(long long x = 0, long long y = 0) : x(x), y(y) {} in x() argument
679 typedef long long longlong2 __attribute__((ext_vector_type(2))); nvvm_ldg() typedef 787 typedef long long longlong2 __attribute__((ext_vector_type(2))); nvvm_ldu() typedef