HomeSort by relevance Sort by last modified time
    Searched refs:DYNAMIC (Results 1 - 25 of 42) sorted by null

1 2

  /external/ceres-solver/include/ceres/
autodiff_cost_function.h 103 // = new AutoDiffCostFunction<MyScalarCostFunctor, DYNAMIC, 2, 2>(
109 // Indicate dynamic number of residuals --------+ | |
143 // ceres::DYNAMIC to indicate it will be set at runtime), and subsequent
148 // If the number of residuals (argument "M" below) is ceres::DYNAMIC, then the
154 int M, // Number of residuals, or ceres::DYNAMIC.
173 CHECK_NE(M, DYNAMIC) << "Can't run the fixed-size constructor if the "
174 << "number of residuals is set to ceres::DYNAMIC.";
184 CHECK_EQ(M, DYNAMIC) << "Can't run the dynamic-size constructor if the "
185 << "number of residuals is not ceres::DYNAMIC."
    [all...]
sized_cost_function.h 35 // can be ceres::DYNAMIC. If kNumResiduals is ceres::DYNAMIC, then subclasses
53 CHECK(kNumResiduals > 0 || kNumResiduals == DYNAMIC)
types.h 373 // For SizedCostFunction and AutoDiffCostFunction, DYNAMIC can be specified for
377 DYNAMIC = -1
  /frameworks/rs/cpu_ref/linkloader/lib/
ELFSectionHeader.cpp 47 CASE(DYNAMIC) CASE(NOTE) CASE(NOBITS) CASE(REL) CASE(SHLIB)
  /external/chromium_org/v8/src/
variables.cc 47 case DYNAMIC: return "DYNAMIC";
v8globals.h 511 DYNAMIC, // always require dynamic lookup (we don't know
514 DYNAMIC_GLOBAL, // requires dynamic lookup, but we know that the
518 DYNAMIC_LOCAL // requires dynamic lookup, but we know that the
526 return mode >= DYNAMIC && mode <= DYNAMIC_LOCAL;
contexts.cc 174 // scope. Thus, the DYNAMIC mode (which corresponds to dynamically
203 case DYNAMIC: