Home
last modified time | relevance | path

Searched refs:temp4 (Results 1 – 4 of 4) sorted by relevance

/external/opencv/cv/src/
Dcvkalman.cpp102 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/
Dcvtypes.h311 CvMat* temp4; member
/external/sqlite/dist/
Dsqlite3.c110460 Expr *temp4 = sqlite3PExpr(pParse, TK_DOT, temp2, temp3, 0);
110461 yygotominor.yy342.pExpr = sqlite3PExpr(pParse, TK_DOT, temp1, temp4, 0);
/external/sqlite/dist/orig/
Dsqlite3.c110449 Expr *temp4 = sqlite3PExpr(pParse, TK_DOT, temp2, temp3, 0);
110450 yygotominor.yy342.pExpr = sqlite3PExpr(pParse, TK_DOT, temp1, temp4, 0);