getMaxVal        4947 modules/core/src/arithm.cpp             if( fval > getMaxVal(depth1) )
getMaxVal        5071 modules/core/src/arithm.cpp             if( fval > getMaxVal(depth1) )
getMaxVal        5636 modules/core/src/arithm.cpp             int minval = cvRound(getMinVal(sdepth)), maxval = cvRound(getMaxVal(sdepth));
getMaxVal        5747 modules/core/src/arithm.cpp             int minval = cvRound(getMinVal(depth)), maxval = cvRound(getMaxVal(depth));
getMaxVal         142 modules/core/test/ocl/test_arithm.cpp         double maxV = getMaxVal(type);
getMaxVal          28 modules/core/test/test_arithm.cpp         maxval = depth < CV_32S ? cvtest::getMaxVal(depth) : depth == CV_32S ? 1000000 : 1000.;
getMaxVal         200 modules/core/test/test_arithm.cpp         maxval = depth < CV_32S ? cvtest::getMaxVal(depth) : depth == CV_32S ? 1000000 : 1000.;
getMaxVal         142 modules/core/test/test_math.cpp         double mval = cvtest::getMaxVal(type);
getMaxVal         121 modules/cudalegacy/include/opencv2/cudalegacy.hpp     virtual double getMaxVal() const = 0;
getMaxVal         166 modules/imgproc/test/test_histograms.cpp         high = cvtest::getMaxVal(img_type);
getMaxVal          87 modules/ts/include/opencv2/ts.hpp CV_EXPORTS double getMaxVal(int depth);
getMaxVal         241 modules/ts/src/ts_arrtest.cpp         u = getMaxVal(type);
getMaxVal         653 modules/ts/src/ts_func.cpp         borderValue = getMaxVal(src.depth());