Searched refs:NcvPoint2D32s (Results 1 – 1 of 1) sorted by relevance
191 struct NcvPoint2D32s struct195 __host__ __device__ NcvPoint2D32s() : x(0), y(0) {}; in NcvPoint2D32s() function196 __host__ __device__ NcvPoint2D32s(Ncv32s x_, Ncv32s y_) : x(x_), y(y_) {} in NcvPoint2D32s() argument