Home
last modified time | relevance | path

Searched refs:cufft_error_num (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/cudaarithm/src/
Darithm.cpp138 const int cufft_error_num = sizeof(cufft_errors) / sizeof(cufft_errors[0]); variable
144 String msg = getErrorString(err, cufft_errors, cufft_error_num); in ___cufftSafeCall()