Searched refs:temp4 (Results 1 – 4 of 4) sorted by relevance
/external/opencv/cv/src/ |
D | cvkalman.cpp | 102 CV_CALL( kalman->temp4 = cvCreateMat( MP, DP, CV_32FC1 )); in cvCreateKalman() 153 cvReleaseMat( &kalman->temp4 ); in cvReleaseKalman() 221 CV_CALL( cvSolve( kalman->temp3, kalman->temp2, kalman->temp4, CV_SVD )); in cvKalmanCorrect() 224 CV_CALL( cvTranspose( kalman->temp4, kalman->gain )); in cvKalmanCorrect()
|
/external/opencv/cv/include/ |
D | cvtypes.h | 311 CvMat* temp4; member
|
/external/sqlite/dist/ |
D | sqlite3.c | 110460 Expr *temp4 = sqlite3PExpr(pParse, TK_DOT, temp2, temp3, 0); 110461 yygotominor.yy342.pExpr = sqlite3PExpr(pParse, TK_DOT, temp1, temp4, 0);
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 110449 Expr *temp4 = sqlite3PExpr(pParse, TK_DOT, temp2, temp3, 0); 110450 yygotominor.yy342.pExpr = sqlite3PExpr(pParse, TK_DOT, temp1, temp4, 0);
|