two 306 3rdparty/openexr/Imath/ImathFrustum.h const T two = static_cast<T>(2); two 310 3rdparty/openexr/Imath/ImathFrustum.h _right = nearPlane * Math<T>::tan(fovx / two); two 312 3rdparty/openexr/Imath/ImathFrustum.h _top = ((_right - _left) / aspect) / two; two 317 3rdparty/openexr/Imath/ImathFrustum.h _top = nearPlane * Math<T>::tan(fovy / two); two 319 3rdparty/openexr/Imath/ImathFrustum.h _right = (_top - _bottom) * aspect / two; two 347 modules/imgproc/src/histogram.cpp T* p_[two]; two 349 modules/imgproc/src/histogram.cpp int step_[two]; two 350 modules/imgproc/src/histogram.cpp int d_[two]; two 352 modules/imgproc/src/histogram.cpp double a_[two]; two 353 modules/imgproc/src/histogram.cpp double b_[two]; two 354 modules/imgproc/src/histogram.cpp int size_[two]; two 448 modules/imgproc/src/histogram.cpp size_t hstep_[two]; two 645 modules/imgproc/src/histogram.cpp uchar* p_[two]; two 647 modules/imgproc/src/histogram.cpp int step_[two]; two 648 modules/imgproc/src/histogram.cpp int d_[two];