Home | History | Annotate | Download | only in test

Lines Matching refs:Ncv32u

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