Searched refs:converged (Results 1 – 3 of 3) sorted by relevance
77 boolean converged = false; in predict()79 converged = step(means, inputData); in predict()80 if (converged) { in predict()85 if (!converged && DEBUG) Log.d(TAG, "Did not converge"); in predict()154 boolean converged = true; in step()179 converged = false; in step()182 return converged; in step()
65 bool converged = false; in foldIdenticalCode() local67 while (!converged && (iterations < m_Config.options().getICFIterations())) { in foldIdenticalCode()68 converged = matchCandidates(candidate_list); in foldIdenticalCode()184 bool converged = true; in matchCandidates() local203 converged = false; in matchCandidates()210 return converged; in matchCandidates()
29 "ICF converged after `%0' iteration(s).",30 "ICF converged after `%0' iteration(s).")