Lines Matching refs:Ncv32u
45 TestCompact::TestCompact(std::string testName_, NCVTestSourceProvider<Ncv32u> &src_, in TestCompact()
46 … Ncv32u length_, Ncv32u badElem_, Ncv32u badElemPercentage_) in TestCompact()
77 NCVVectorAlloc<Ncv32u> h_vecSrc(*this->allocatorCPU.get(), this->length); in process()
79 NCVVectorAlloc<Ncv32u> d_vecSrc(*this->allocatorGPU.get(), this->length); in process()
82 NCVVectorAlloc<Ncv32u> h_vecDst(*this->allocatorCPU.get(), this->length); in process()
84 NCVVectorAlloc<Ncv32u> d_vecDst(*this->allocatorGPU.get(), this->length); in process()
86 NCVVectorAlloc<Ncv32u> h_vecDst_d(*this->allocatorCPU.get(), this->length); in process()
92 for (Ncv32u i=0; i<this->length; i++) in process()
94 Ncv32u tmp = (h_vecSrc.ptr()[i]) & 0xFF; in process()
103 NCVVectorAlloc<Ncv32u> h_dstLen(*this->allocatorCPU.get(), 1); in process()
105 Ncv32u bufSize; in process()
111 Ncv32u h_outElemNum_h = 0; in process()
137 for (Ncv32u i=0; bLoopVirgin && i < h_outElemNum_h; i++) in process()