OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USER_SUCCESS
(Results
1 - 4
of
4
) sorted by null
/external/ceres-solver/internal/ceres/
minimizer.cc
53
summary->termination_type =
USER_SUCCESS
;
54
VLOG(1) << "Terminating: User callback returned
USER_SUCCESS
.";
types.cc
289
CASESTR(
USER_SUCCESS
);
/external/ceres-solver/include/ceres/
types.h
330
USER_SUCCESS
349
// return. Solver::Summary::termination_type is set to
USER_SUCCESS
.
/external/ceres-solver/examples/
nist.cc
167
(status == ceres::
USER_SUCCESS
);
Completed in 98 milliseconds