Vec4s            2096 modules/core/include/opencv2/core/mat.hpp typedef Mat_<Vec4s> Mat4s;
Vec4s             689 modules/core/test/test_mat.cpp            Scalar(B.at<Vec4s>(idx0[0], idx0[1], idx0[2])) != val1 ||
Vec4s             690 modules/core/test/test_mat.cpp            Scalar(B.at<Vec4s>(idx1[0], idx1[1], idx1[2])) != -val1 ||
Vec4s             818 modules/cudaarithm/test/test_element_operations.cpp         const cv::Vec4s* mat1_row = mat1.ptr<cv::Vec4s>(y);
Vec4s             820 modules/cudaarithm/test/test_element_operations.cpp         const cv::Vec4s* dst_row = h_dst.ptr<cv::Vec4s>(y);
Vec4s             824 modules/cudaarithm/test/test_element_operations.cpp             cv::Vec4s val1 = mat1_row[x];
Vec4s             826 modules/cudaarithm/test/test_element_operations.cpp             cv::Vec4s actual = dst_row[x];
Vec4s             828 modules/cudaarithm/test/test_element_operations.cpp             cv::Vec4s gold;
Vec4s            1185 modules/cudaarithm/test/test_element_operations.cpp         const cv::Vec4s* mat1_row = mat1.ptr<cv::Vec4s>(y);
Vec4s            1187 modules/cudaarithm/test/test_element_operations.cpp         const cv::Vec4s* dst_row = h_dst.ptr<cv::Vec4s>(y);
Vec4s            1191 modules/cudaarithm/test/test_element_operations.cpp             cv::Vec4s val1 = mat1_row[x];
Vec4s            1193 modules/cudaarithm/test/test_element_operations.cpp             cv::Vec4s actual = dst_row[x];
Vec4s            1195 modules/cudaarithm/test/test_element_operations.cpp             cv::Vec4s gold;