Searched refs:_RR (Results 1 – 10 of 10) sorted by relevance
/external/opencv/cv/src/ |
D | cvundistort.cpp | 381 CvMat _RR=cvMat(3, 3, CV_64F, RR); in cvUndistortPoints() local 410 cvConvert( _R, &_RR ); in cvUndistortPoints() 413 cvSetIdentity(&_RR); in cvUndistortPoints() 421 cvMatMul( &_PP, &_RR, &_RR ); in cvUndistortPoints()
|
D | cvcalibration.cpp | 1244 CvMat _RRt, _RR, _tt; in cvFindExtrinsicCameraParams2() local 1273 cvGetCols( &_RRt, &_RR, 0, 3 ); in cvFindExtrinsicCameraParams2() 1275 if( cvDet(&_RR) < 0 ) in cvFindExtrinsicCameraParams2() 1277 sc = cvNorm(&_RR); in cvFindExtrinsicCameraParams2() 1278 cvSVD( &_RR, &_W, &_U, &_V, CV_SVD_MODIFY_A + CV_SVD_U_T + CV_SVD_V_T ); in cvFindExtrinsicCameraParams2()
|
/external/opencv3/modules/imgproc/src/ |
D | undistort.cpp | 271 CvMat _RR=cvMat(3, 3, CV_64F, RR); in cvUndistortPoints() local 311 cvConvert( matR, &_RR ); in cvUndistortPoints() 314 cvSetIdentity(&_RR); in cvUndistortPoints() 322 cvMatMul( &_PP, &_RR, &_RR ); in cvUndistortPoints()
|
/external/netperf/ |
D | configure.ac | 581 AC_MSG_CHECKING([whether to include initial burst support in _RR tests]) 584 …[AS_HELP_STRING([--enable-burst],[include intial request burst ability in _RR tests, may affect re… 610 …AC_DEFINE([WANT_FIRST_BURST],,[Define to one to enable initial _RR burst support. May affect resul…
|
D | config.h.in | 352 /* Define to one to enable initial _RR burst support. May affect results. */
|
D | configure | 1375 --enable-burst include intial request burst ability in _RR tests,
|
/external/netperf/doc/ |
D | netperf.info | 483 consumed to transfer on KB (K == 1024) of data. For a _RR test it is 660 netperf _RR tests - path-lengths and overheads can be a significant 958 TESTLEN transactions for a _RR test or bytes for a _STREAM test. 1857 request/response test is to have a _RR suffix. There are however a few 1862 sensitive to the path-length of the networking stack. An _RR test can 1868 netperf _RR test. 1887 * Options Common to TCP UDP and SCTP _RR tests:: 1890 …ode: Issues in Request/Response, Next: Options Common to TCP UDP and SCTP _RR tests, Prev: Using… 1900 A single instance of a one transaction outstanding _RR test should 1902 otherwise evenly matched systems, the symmetric nature of a _RR test [all …]
|
D | netperf.texi | 530 time consumed to transfer on KB (K == 1024) of data. For a _RR test 695 on netperf _RR tests - path-lengths and overheads can be a significant 1013 @var{testlen} transactions for a _RR test or bytes for a _STREAM test. 1957 for a request/response test is to have a _RR suffix. There are 1962 sensitive to the path-length of the networking stack. An _RR test can 1968 for a netperf _RR test. 1987 * Options Common to TCP UDP and SCTP _RR tests:: 1990 @node Issues in Request/Response, Options Common to TCP UDP and SCTP _RR tests, Using Netperf to Me… 1999 A single instance of a one transaction outstanding _RR test should 2001 otherwise evenly matched systems, the symmetric nature of a _RR test [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | avx-vbroadcast.ll | 286 define <4 x float> @_RR(float* %ptr, i32* %k) nounwind uwtable readnone ssp { 287 ; CHECK-LABEL: _RR:
|
/external/opencv3/modules/calib3d/src/ |
D | calibration.cpp | 1054 CvMat _RRt, _RR, _tt; in cvFindExtrinsicCameraParams2() local 1083 cvGetCols( &_RRt, &_RR, 0, 3 ); in cvFindExtrinsicCameraParams2() 1085 if( cvDet(&_RR) < 0 ) in cvFindExtrinsicCameraParams2() 1087 sc = cvNorm(&_RR); in cvFindExtrinsicCameraParams2() 1088 cvSVD( &_RR, &matW, &matU, &matV, CV_SVD_MODIFY_A + CV_SVD_U_T + CV_SVD_V_T ); in cvFindExtrinsicCameraParams2()
|