/external/libcxx/include/ |
D | ratio | 276 template <class _R1, class _R2> 280 static const intmax_t __gcd_n1_d2 = __static_gcd<_R1::num, _R2::den>::value; 281 static const intmax_t __gcd_d1_n2 = __static_gcd<_R1::den, _R2::num>::value; 285 __ll_mul<_R1::num / __gcd_n1_d2, _R2::num / __gcd_d1_n2>::value, 286 __ll_mul<_R2::den / __gcd_n1_d2, _R1::den / __gcd_d1_n2>::value 292 template <class _R1, class _R2> using ratio_multiply 293 = typename __ratio_multiply<_R1, _R2>::type; 297 template <class _R1, class _R2> 299 : public __ratio_multiply<_R1, _R2>::type {}; 303 template <class _R1, class _R2> [all …]
|
D | deque | 184 template <class _V1, class _P1, class _R1, class _M1, class _D1, _D1 _B1, 187 copy(__deque_iterator<_V1, _P1, _R1, _M1, _D1, _B1> __f, 188 __deque_iterator<_V1, _P1, _R1, _M1, _D1, _B1> __l, 191 template <class _V1, class _P1, class _R1, class _M1, class _D1, _D1 _B1, 194 copy(__deque_iterator<_V1, _P1, _R1, _M1, _D1, _B1> __f, 195 __deque_iterator<_V1, _P1, _R1, _M1, _D1, _B1> __l, 206 template <class _V1, class _P1, class _R1, class _M1, class _D1, _D1 _B1, 209 copy_backward(__deque_iterator<_V1, _P1, _R1, _M1, _D1, _B1> __f, 210 __deque_iterator<_V1, _P1, _R1, _M1, _D1, _B1> __l, 213 template <class _V1, class _P1, class _R1, class _M1, class _D1, _D1 _B1, [all …]
|
D | future | 1078 template <class _R1, class _Fp> 1079 friend future<_R1> __make_deferred_assoc_state(_Fp&& __f); 1080 template <class _R1, class _Fp> 1081 friend future<_R1> __make_async_assoc_state(_Fp&& __f); 1083 template <class _R1, class _Fp> 1084 friend future<_R1> __make_deferred_assoc_state(_Fp __f); 1085 template <class _R1, class _Fp> 1086 friend future<_R1> __make_async_assoc_state(_Fp __f); 1182 template <class _R1, class _Fp> 1183 friend future<_R1> __make_deferred_assoc_state(_Fp&& __f); [all …]
|
D | chrono | 413 template <class _R1, class _R2> 417 static const intmax_t __gcd_n1_n2 = __static_gcd<_R1::num, _R2::num>::value; 418 static const intmax_t __gcd_d1_d2 = __static_gcd<_R1::den, _R2::den>::value; 419 static const intmax_t __n1 = _R1::num / __gcd_n1_n2; 420 static const intmax_t __d1 = _R1::den / __gcd_d1_d2;
|
/external/libcxx/include/experimental/ |
D | ratio | 53 template <class _R1, class _R2> _LIBCPP_CONSTEXPR bool ratio_equal_v 54 = ratio_equal<_R1, _R2>::value; 56 template <class _R1, class _R2> _LIBCPP_CONSTEXPR bool ratio_not_equal_v 57 = ratio_not_equal<_R1, _R2>::value; 59 template <class _R1, class _R2> _LIBCPP_CONSTEXPR bool ratio_less_v 60 = ratio_less<_R1, _R2>::value; 62 template <class _R1, class _R2> _LIBCPP_CONSTEXPR bool ratio_less_equal_v 63 = ratio_less_equal<_R1, _R2>::value; 65 template <class _R1, class _R2> _LIBCPP_CONSTEXPR bool ratio_greater_v 66 = ratio_greater<_R1, _R2>::value; [all …]
|
/external/v8/test/mjsunit/regress/ |
D | regress-2318.js | 51 var _R0 = 85; var _R1 = 86; var _R2 = 87; var _R3 = 88; var _R4 = 89;
|
/external/opencv3/modules/video/src/ |
D | optflowgf.cpp | 217 FarnebackUpdateMatrices( const Mat& _R0, const Mat& _R1, const Mat& _flow, Mat& matM, int _y0, int … in FarnebackUpdateMatrices() argument 223 const float* R1 = _R1.ptr<float>(); in FarnebackUpdateMatrices() 224 size_t step1 = _R1.step/sizeof(R1[0]); in FarnebackUpdateMatrices() 314 FarnebackUpdateFlow_Blur( const Mat& _R0, const Mat& _R1, in FarnebackUpdateFlow_Blur() argument 399 FarnebackUpdateMatrices( _R0, _R1, _flow, matM, y0, y1 ); in FarnebackUpdateFlow_Blur() 407 FarnebackUpdateFlow_GaussianBlur( const Mat& _R0, const Mat& _R1, in FarnebackUpdateFlow_GaussianBlur() argument 578 FarnebackUpdateMatrices( _R0, _R1, _flow, matM, y0, y1 ); in FarnebackUpdateFlow_GaussianBlur()
|
/external/opencv3/modules/calib3d/test/ |
D | test_cameracalibration.cpp | 1609 vector<Mat> _R1, _R2, _T1, _T2; in run() local 1610 calibrateCamera( objpt, imgpt1, imgsize, _M1, _D1, _R1, _T1, 0 ); in run() 1755 CvMat matR = R, matT = T, _R1 = R1, _R2 = R2, _P1 = P1, _P2 = P2, matQ = Q; in rectify() local 1757 imageSize, &matR, &matT, &_R1, &_R2, &_P1, &_P2, &matQ, flags, in rectify()
|
/external/opencv/cv/src/ |
D | cvcalibration.cpp | 391 double _R1[9], _d1[9*3], _R2[9], _d2[9*3]; in cvComposeRT() local 393 CvMat R1 = cvMat(3,3,CV_64F,_R1), R2 = cvMat(3,3,CV_64F,_R2); in cvComposeRT() 2281 CvMat* _R1, CvMat* _R2, CvMat* _P1, CvMat* _P2, in cvStereoRectify() argument 2318 cvConvert( &Ri, _R1 ); in cvStereoRectify() 2350 cvProjectPoints2( &pts_3, k == 0 ? _R1 : _R2, &Z, A, 0, &pts ); in cvStereoRectify()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.apache.lucene.analysis_1.9.1.v20100518-1140.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/opencv3/modules/calib3d/src/ |
D | calibration.cpp | 158 double _R1[9], _d1[9*3], _R2[9], _d2[9*3]; in cvComposeRT() local 160 CvMat R1 = cvMat(3,3,CV_64F,_R1), R2 = cvMat(3,3,CV_64F,_R2); in cvComposeRT() 2143 CvMat* _R1, CvMat* _R2, CvMat* _P1, CvMat* _P2, in cvStereoRectify() argument 2184 cvConvert( &Ri, _R1 ); in cvStereoRectify() 2230 cvProjectPoints2( &pts_3, k == 0 ? _R1 : _R2, &Z, &A_tmp, 0, &pts ); in cvStereoRectify() 2266 icvGetRectangles( _cameraMatrix1, _distCoeffs1, _R1, _P1, imageSize, inner1, outer1 ); in cvStereoRectify()
|
D | five-point.cpp | 594 void cv::decomposeEssentialMat( InputArray _E, OutputArray _R1, OutputArray _R2, OutputArray _t ) in decomposeEssentialMat() argument 613 R1.copyTo(_R1); in decomposeEssentialMat()
|