_d                 74 3rdparty/openexr/IlmImf/ImfRational.h     Rational (int _n, int _d): n (_n), d (_d) {}
_d                816 modules/calib3d/src/stereosgbm.cpp                     int _d = d1 >> DISP_SHIFT;
_d                818 modules/calib3d/src/stereosgbm.cpp                     int _x = x - _d, x_ = x - d_;
_d                819 modules/calib3d/src/stereosgbm.cpp                     if( 0 <= _x && _x < width && disp2ptr[_x] >= minD && std::abs(disp2ptr[_x] - _d) > disp12MaxDiff &&
_d               1783 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp             const float _d = 1.f / (0.950456f + 15 + 1.088754f * 3);
_d               1784 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp             const float _un = 13 * (4 * 0.950456f * _d);
_d               1785 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp             const float _vn = 13 * (9 * _d);
_d               1878 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp             const float _d = 1.f / (0.950456f + 15 + 1.088754f * 3);
_d               1879 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp             const float _un = 4 * 0.950456f * _d;
_d               1880 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp             const float _vn = 9 * _d;
_d               1389 modules/core/src/matmul.cpp                 uchar* _d = matD->ptr() + i*matD->step + j*elem_size;
_d               1400 modules/core/src/matmul.cpp                     _d = d_buf;
_d               1443 modules/core/src/matmul.cpp                         blockMulFunc( _a, _a_step, _b, _b_step, _d, _d_step,
_d               1447 modules/core/src/matmul.cpp                                        _d, _d_step, a_bl_size, Size(dj,di), alpha, beta, flags );
_d               1452 modules/core/src/matmul.cpp                     storeFunc( _c, Cstep, _d, _d_step,
_d               1140 modules/cudev/include/opencv2/cudev/functional/detail/color_cvt.hpp             const float _d = 1.f / (0.950456f + 15 + 1.088754f * 3);
_d               1141 modules/cudev/include/opencv2/cudev/functional/detail/color_cvt.hpp             const float _un = 13 * (4 * 0.950456f * _d);
_d               1142 modules/cudev/include/opencv2/cudev/functional/detail/color_cvt.hpp             const float _vn = 13 * (9 * _d);
_d               1209 modules/cudev/include/opencv2/cudev/functional/detail/color_cvt.hpp             const float _d = 1.f / (0.950456f + 15 + 1.088754f * 3);
_d               1210 modules/cudev/include/opencv2/cudev/functional/detail/color_cvt.hpp             const float _un = 4 * 0.950456f * _d;
_d               1211 modules/cudev/include/opencv2/cudev/functional/detail/color_cvt.hpp             const float _vn = 9 * _d;
_d                460 modules/imgproc/src/distransform.cpp         AutoBuffer<int> _d(m);
_d                461 modules/imgproc/src/distransform.cpp         int* d = _d;
_d                 78 modules/imgproc/test/test_bilateral_filter.cpp         int _d;
_d                241 modules/imgproc/test/test_bilateral_filter.cpp         _d = rng.uniform(0., 1.) > 0.5 ? 5 : 3;
_d                258 modules/imgproc/test/test_bilateral_filter.cpp             reference_bilateral_filter(_src, reference_dst, _d, _sigma_color, _sigma_space);
_d                263 modules/imgproc/test/test_bilateral_filter.cpp             reference_bilateral_filter(reference_src, reference_dst, _d, _sigma_color, _sigma_space);
_d                281 modules/imgproc/test/test_bilateral_filter.cpp         bilateralFilter(_src, _parallel_dst, _d, _sigma_color, _sigma_space);
_d                411 modules/ml/src/knearest.cpp             Mat _res, _nr, _d;
_d                422 modules/ml/src/knearest.cpp                 _d = d.row(i);
_d                424 modules/ml/src/knearest.cpp             tr.findNearest(test_samples.row(i), k, Emax, _res, _nr, _d, noArray());