Searched defs:VecType32 (Results 1 – 1 of 1) sorted by relevance
1008 struct VecType32 { struct1009 typedef float TType; // Transaction Type1011 union Data {1014 } data;1016 __device__ VecType32() { in VecType32() argument