Searched refs:tmpRes (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvtrifocal.cpp1406 CvMat tmpRes; local
1408 tmpRes = cvMat(3,3,CV_64F,tmpRes_dat);
1409 cvInvert(&matrA,&tmpRes);
1411 cvConvert(&tmpRes,resultT);
/external/valgrind/main/VEX/priv/
H A Dguest_x86_toIR.c6092 IRTemp tmpRes = IRTemp_INVALID; local
6138 tmpRes = newTemp(Ity_I32);
6147 tmpRes = newTemp(Ity_I16);
6165 assign( tmpRes, unop(getres, binop(shift, mkexpr(tmpL), mkexpr(tmpSH)) ) );
6175 tmpRes, tmpSubSh, ty, tmpSH );
6180 putIReg(sz, eregOfRM(modrm), mkexpr(tmpRes));
6182 storeLE( mkexpr(addr), mkexpr(tmpRes) );

Completed in 92 milliseconds