Searched refs:t_vec (Results 1 – 5 of 5) sorted by relevance
/external/opencv3/modules/calib3d/test/ |
D | test_cameracalibration_badarg.cpp | 474 CvMat* t_vec; member 487 cvProjectPoints2( objectPoints, r_vec, t_vec, A, distCoeffs, imagePoints, in operator ()() 525 caller.t_vec = &t_vec_c; in run() 548 bad_caller.t_vec = 0; in run() 582 bad_caller.t_vec = &bad_t_vec_c1; in run() 586 bad_caller.t_vec = &bad_t_vec_c2; in run() 590 bad_caller.t_vec = &bad_t_vec_c3; in run()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_ppc.c | 810 int t_vec = ppc_allocate_vec_register(f); in ppc_vec_pow() local 815 ppc_vlogefp(f, t_vec, va); /* t = log2(va) */ in ppc_vec_pow() 816 ppc_vmaddfp(f, t_vec, t_vec, vb, zero_vec); /* t = t * vb + zero */ in ppc_vec_pow() 817 ppc_vexptefp(f, vr, t_vec); /* vr = 2^t */ in ppc_vec_pow() 819 ppc_release_vec_register(f, t_vec); in ppc_vec_pow()
|
/external/opencv/cv/src/ |
D | cvcalibration.cpp | 769 const CvMat* t_vec, in cvProjectPoints2() argument 796 !CV_IS_MAT(t_vec) || !CV_IS_MAT(A) || in cvProjectPoints2() 843 if( (CV_MAT_DEPTH(t_vec->type) != CV_64F && CV_MAT_DEPTH(t_vec->type) != CV_32F) || in cvProjectPoints2() 844 (t_vec->rows != 1 && t_vec->cols != 1) || in cvProjectPoints2() 845 t_vec->rows*t_vec->cols*CV_MAT_CN(t_vec->type) != 3 ) in cvProjectPoints2() 849 _t = cvMat( t_vec->rows, t_vec->cols, CV_MAKETYPE(CV_64F,CV_MAT_CN(t_vec->type)), t ); in cvProjectPoints2() 850 CV_CALL( cvConvert( t_vec, &_t )); in cvProjectPoints2()
|
/external/opencv3/modules/calib3d/src/ |
D | calibration.cpp | 530 const CvMat* t_vec, in cvProjectPoints2() argument 553 !CV_IS_MAT(t_vec) || !CV_IS_MAT(A) || in cvProjectPoints2() 620 if( (CV_MAT_DEPTH(t_vec->type) != CV_64F && CV_MAT_DEPTH(t_vec->type) != CV_32F) || in cvProjectPoints2() 621 (t_vec->rows != 1 && t_vec->cols != 1) || in cvProjectPoints2() 622 t_vec->rows*t_vec->cols*CV_MAT_CN(t_vec->type) != 3 ) in cvProjectPoints2() 626 _t = cvMat( t_vec->rows, t_vec->cols, CV_MAKETYPE(CV_64F,CV_MAT_CN(t_vec->type)), t ); in cvProjectPoints2() 627 cvConvert( t_vec, &_t ); in cvProjectPoints2()
|
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | bcel.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |