HomeSort by relevance Sort by last modified time
    Searched refs:evals (Results 1 - 7 of 7) sorted by null

  /external/opencv/cxcore/src/
cxjacobieigens.cpp 379 CvMat estub2, *evals = (CvMat*)evalsarr; local
387 if( !CV_IS_MAT( evals ))
388 CV_CALL( evals = cvGetMat( evals, &estub2 ));
396 if( (evals->rows != src->rows || evals->cols != 1) &&
397 (evals->cols != src->rows || evals->rows != 1))
400 if( !CV_ARE_TYPES_EQ( src, evects ) || !CV_ARE_TYPES_EQ( src, evals ))
404 if( !CV_IS_MAT_CONT( src->type & evals->type & evects->type )
    [all...]
cxmatrix.cpp 1593 CvMat evalstub, *evals = (CvMat*)eigenvals; local
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
util.js 57 // Note that using the square brackets as below, "" evals to undefined.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
util.js 57 // Note that using the square brackets as below, "" evals to undefined.
  /external/doclava/res/assets/templates/
macros.cs 47 if the "condition" parameter evals to true then the link is displayed
  /external/opencv/cxcore/include/
cxcore.h 784 CvArr* evals, double eps CV_DEFAULT(0));
    [all...]
  /external/v8/src/
messages.js 501 // avoid matches against sources that invoke evals with sourceURL.
    [all...]

Completed in 425 milliseconds