Home | History | Annotate | Download | only in src

Lines Matching refs:fig

445  * 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)
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)
677 icvFindPolynomialRoots( ad, rd, n, maxiter, fig);