testR2CThenC2R 295 modules/cudaarithm/test/test_arithm.cpp testR2CThenC2R("sanity", cols, rows, false); testR2CThenC2R 296 modules/cudaarithm/test/test_arithm.cpp testR2CThenC2R("sanity 0 1", cols, rows + 1, false); testR2CThenC2R 297 modules/cudaarithm/test/test_arithm.cpp testR2CThenC2R("sanity 1 0", cols + 1, rows, false); testR2CThenC2R 298 modules/cudaarithm/test/test_arithm.cpp testR2CThenC2R("sanity 1 1", cols + 1, rows + 1, false); testR2CThenC2R 299 modules/cudaarithm/test/test_arithm.cpp testR2CThenC2R("single col", 1, rows, false); testR2CThenC2R 300 modules/cudaarithm/test/test_arithm.cpp testR2CThenC2R("single col 1", 1, rows + 1, false); testR2CThenC2R 301 modules/cudaarithm/test/test_arithm.cpp testR2CThenC2R("single row", cols, 1, false); testR2CThenC2R 302 modules/cudaarithm/test/test_arithm.cpp testR2CThenC2R("single row 1", cols + 1, 1, false); testR2CThenC2R 304 modules/cudaarithm/test/test_arithm.cpp testR2CThenC2R("sanity", cols, rows, true); testR2CThenC2R 305 modules/cudaarithm/test/test_arithm.cpp testR2CThenC2R("sanity 0 1", cols, rows + 1, true); testR2CThenC2R 306 modules/cudaarithm/test/test_arithm.cpp testR2CThenC2R("sanity 1 0", cols + 1, rows, true); testR2CThenC2R 307 modules/cudaarithm/test/test_arithm.cpp testR2CThenC2R("sanity 1 1", cols + 1, rows + 1, true); testR2CThenC2R 308 modules/cudaarithm/test/test_arithm.cpp testR2CThenC2R("single row", cols, 1, true); testR2CThenC2R 309 modules/cudaarithm/test/test_arithm.cpp testR2CThenC2R("single row 1", cols + 1, 1, true);