Searched refs:NATIVE_DOUBLE (Results 1 – 8 of 8) sorted by relevance
/external/opencv3/modules/cudaarithm/test/ |
D | test_gpumat.cpp | 87 if (CV_MAT_DEPTH(type) == CV_64F && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE)) in CUDA_TEST_P() 112 if (CV_MAT_DEPTH(type) == CV_64F && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE)) in CUDA_TEST_P() 139 if (CV_MAT_DEPTH(type) == CV_64F && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE)) in CUDA_TEST_P() 206 if (CV_MAT_DEPTH(type) == CV_64F && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE)) in CUDA_TEST_P() 265 if ((depth1 == CV_64F || depth2 == CV_64F) && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE)) in CUDA_TEST_P() 297 if ((depth1 == CV_64F || depth2 == CV_64F) && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE)) in CUDA_TEST_P()
|
D | test_element_operations.cpp | 83 …th.first == CV_64F || depth.second == CV_64F) && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE)) in CUDA_TEST_P() 145 …th.first == CV_64F || depth.second == CV_64F) && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE)) in CUDA_TEST_P() 202 …th.first == CV_64F || depth.second == CV_64F) && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE)) in CUDA_TEST_P() 233 …th.first == CV_64F || depth.second == CV_64F) && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE)) in CUDA_TEST_P() 290 …th.first == CV_64F || depth.second == CV_64F) && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE)) in CUDA_TEST_P() 321 …th.first == CV_64F || depth.second == CV_64F) && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE)) in CUDA_TEST_P() 386 …th.first == CV_64F || depth.second == CV_64F) && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE)) in CUDA_TEST_P() 448 …th.first == CV_64F || depth.second == CV_64F) && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE)) in CUDA_TEST_P() 505 …th.first == CV_64F || depth.second == CV_64F) && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE)) in CUDA_TEST_P() 536 …th.first == CV_64F || depth.second == CV_64F) && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE)) in CUDA_TEST_P() [all …]
|
D | test_core.cpp | 83 if (depth == CV_64F && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE)) in CUDA_TEST_P() 145 if (depth == CV_64F && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE)) in CUDA_TEST_P() 206 if (CV_MAT_DEPTH(type) == CV_64F && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE)) in CUDA_TEST_P()
|
D | test_reductions.cpp | 393 if (depth == CV_64F && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE)) in CUDA_TEST_P() 445 if (depth == CV_64F && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE)) in CUDA_TEST_P() 474 if (depth == CV_64F && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE)) in CUDA_TEST_P() 559 if (depth == CV_64F && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE)) in CUDA_TEST_P() 668 if (depth == CV_64F && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE)) in CUDA_TEST_P() 703 if (depth == CV_64F && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE)) in CUDA_TEST_P() 774 if (depth == CV_64F && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE)) in CUDA_TEST_P()
|
D | test_arithm.cpp | 85 if (CV_MAT_DEPTH(type) == CV_64F && !supportFeature(devInfo, cv::cuda::NATIVE_DOUBLE)) in CUDA_TEST_P()
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | cuda.hpp | 587 NATIVE_DOUBLE = FEATURE_SET_COMPUTE_13, enumerator
|
/external/opencv3/modules/cudaarithm/src/ |
D | arithm.cpp | 181 if (!deviceSupports(NATIVE_DOUBLE)) in gemm()
|
D | element_operations.cpp | 146 if (!deviceSupports(NATIVE_DOUBLE)) in arithm_op()
|