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

  /external/ceres-solver/internal/ceres/
solver.cc 88 termination_type(DID_NOT_RUN),
131 if (termination_type == DID_NOT_RUN) {
133 << "Solver terminated with DID_NOT_RUN but the solver did not "
136 return report + "Termination: DID_NOT_RUN, because " + error;
164 if (termination_type == DID_NOT_RUN) {
308 if (termination_type == DID_NOT_RUN) {
310 << "Solver terminated with DID_NOT_RUN but the solver did not "
314 "DID_NOT_RUN");
types.cc 290 CASESTR(DID_NOT_RUN);
line_search_minimizer.cc 195 summary->termination_type = DID_NOT_RUN;
solver_impl_test.cc 763 EXPECT_EQ(summary.termination_type, DID_NOT_RUN);
774 EXPECT_EQ(summary.termination_type, DID_NOT_RUN);
    [all...]
  /external/ceres-solver/include/ceres/
types.h 299 DID_NOT_RUN,

Completed in 217 milliseconds