randomDouble     1667 modules/core/test/ocl/test_arithm.cpp         value = randomDouble(-100, 100);
randomDouble      120 modules/core/test/ocl/test_gemm.cpp         alpha = randomDouble(-4, 4);
randomDouble      121 modules/core/test/ocl/test_gemm.cpp         beta = randomDouble(-4, 4);
randomDouble       94 modules/core/test/ocl/test_matrix_operation.cpp         double alpha = randomDouble(-4, 4), beta = randomDouble(-4, 4);
randomDouble      136 modules/core/test/ocl/test_matrix_operation.cpp             if (!one_cn_mask && randomDouble(0.0, 2.0) > 1.0)
randomDouble       82 modules/cudaarithm/test/test_arithm.cpp     double alpha = randomDouble(-10.0, 10.0);
randomDouble       83 modules/cudaarithm/test/test_arithm.cpp     double beta = randomDouble(-10.0, 10.0);
randomDouble      717 modules/cudaarithm/test/test_element_operations.cpp     double scale = randomDouble(0.0, 255.0);
randomDouble      903 modules/cudaarithm/test/test_element_operations.cpp     double scale = randomDouble(0.0, 255.0);
randomDouble      990 modules/cudaarithm/test/test_element_operations.cpp     double scale = randomDouble(0.0, 255.0);
randomDouble     1084 modules/cudaarithm/test/test_element_operations.cpp     double scale = randomDouble(0.0, 255.0);
randomDouble     1269 modules/cudaarithm/test/test_element_operations.cpp     double scale = randomDouble(0.0, 255.0);
randomDouble     1324 modules/cudaarithm/test/test_element_operations.cpp     double scale = randomDouble(0.0, 255.0);
randomDouble     1797 modules/cudaarithm/test/test_element_operations.cpp     double power = randomDouble(2.0, 4.0);
randomDouble     2350 modules/cudaarithm/test/test_element_operations.cpp     double val = randomDouble(0.0, 255.0);
randomDouble     2433 modules/cudaarithm/test/test_element_operations.cpp     double val = randomDouble(0.0, 255.0);
randomDouble     2493 modules/cudaarithm/test/test_element_operations.cpp     double alpha = randomDouble(-10.0, 10.0);
randomDouble     2494 modules/cudaarithm/test/test_element_operations.cpp     double beta = randomDouble(-10.0, 10.0);
randomDouble     2495 modules/cudaarithm/test/test_element_operations.cpp     double gamma = randomDouble(-10.0, 10.0);
randomDouble     2558 modules/cudaarithm/test/test_element_operations.cpp     double maxVal = randomDouble(20.0, 127.0);
randomDouble     2559 modules/cudaarithm/test/test_element_operations.cpp     double thresh = randomDouble(0.0, maxVal);
randomDouble       85 modules/cudaarithm/test/test_gpumat.cpp     cv::Scalar val = cv::Scalar::all(randomDouble(0.0, 255.0));
randomDouble      294 modules/cudaarithm/test/test_gpumat.cpp     double a = randomDouble(0.0, 1.0);
randomDouble      295 modules/cudaarithm/test/test_gpumat.cpp     double b = randomDouble(-10.0, 10.0);
randomDouble      452 modules/cudafilters/test/test_filters.cpp     double sigma1 = randomDouble(0.1, 1.0);
randomDouble      453 modules/cudafilters/test/test_filters.cpp     double sigma2 = randomDouble(0.1, 1.0);
randomDouble       83 modules/cudaimgproc/test/test_corners.cpp     double k = randomDouble(0.1, 0.9);
randomDouble       98 modules/imgproc/test/ocl/test_accumulate.cpp         alpha = randomDouble(-5, 5);
randomDouble       98 modules/imgproc/test/ocl/test_filter2d.cpp         delta = randomDouble(-100, 100);
randomDouble      150 modules/imgproc/test/ocl/test_histogram.cpp         scale = randomDouble(0.1, 1);
randomDouble      253 modules/imgproc/test/ocl/test_imgproc.cpp         double k = randomDouble(0.01, 0.9);
randomDouble      375 modules/imgproc/test/ocl/test_imgproc.cpp         double maxVal = randomDouble(20.0, 127.0);
randomDouble      376 modules/imgproc/test/ocl/test_imgproc.cpp         double thresh = randomDouble(0.0, maxVal);
randomDouble       97 modules/imgproc/test/ocl/test_sepfilter2D.cpp         delta = randomDouble(-100, 100);
randomDouble       61 modules/ts/include/opencv2/ts/cuda_test.hpp     CV_EXPORTS double randomDouble(double minVal, double maxVal);
randomDouble      244 modules/ts/include/opencv2/ts/ocl_test.hpp         return Scalar(randomDouble(minVal, maxVal), randomDouble(minVal, maxVal), randomDouble(minVal, maxVal), randomDouble(minVal, maxVal));
randomDouble       81 modules/ts/src/cuda_test.cpp         return Scalar(randomDouble(minVal, maxVal), randomDouble(minVal, maxVal), randomDouble(minVal, maxVal), randomDouble(minVal, maxVal));