Searched defs:fig (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxutils.cpp445 * nearly always converge to the number of figures carried, fig, either to
466 static void icvFindPolynomialRoots(const double *a, double *u, int n, int maxiter, int fig) argument
488 K = pow(10.0, (double)(fig)); // Relative accuracy
501 K = pow(10.0, (double)(fig));
642 void cvSolvePoly(const CvMat* a, CvMat *r, int maxiter, int fig) argument
677 icvFindPolynomialRoots( ad, rd, n, maxiter, fig);

Completed in 76 milliseconds