HomeSort by relevance Sort by last modified time
    Searched refs:DYNAMIC (Results 1 - 25 of 46) 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 --------+ | |
144 // ceres::DYNAMIC to indicate it will be set at runtime), and subsequent
150 // ceres::DYNAMIC, then the two-argument constructor must be used. The
155 int kNumResiduals, // Number of residuals, or ceres::DYNAMIC.
174 CHECK_NE(kNumResiduals, DYNAMIC)
176 << "number of residuals is set to ceres::DYNAMIC.";
186 CHECK_EQ(kNumResiduals, DYNAMIC)
187 << "Can't run the dynamic-size constructor if the "
188 << "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)
numeric_diff_cost_function.h 102 // = new NumericDiffCostFunction<MyScalarCostFunctor, CENTRAL, DYNAMIC, 2, 2>(
109 // Indicate dynamic number of residuals --------------------+ | |
176 int kNumResiduals = 0, // Number of residuals, or ceres::DYNAMIC
199 if (kNumResiduals == DYNAMIC) {
types.h 388 // For SizedCostFunction and AutoDiffCostFunction, DYNAMIC can be
392 DYNAMIC = -1
  /external/chromium_org/net/spdy/
hpack_entry.h 32 // or dynamic header table.
57 // dynamic) table.
75 DYNAMIC,
hpack_entry.cc 24 type_(is_static ? STATIC : DYNAMIC) {
52 "\", " + (IsStatic() ? "static" : "dynamic") + " }";
  /frameworks/rs/cpu_ref/linkloader/lib/
ELFSectionHeader.cpp 47 CASE(DYNAMIC) CASE(NOTE) CASE(NOBITS) CASE(REL) CASE(SHLIB)
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
tcltypemaps.swg 73 %typemap(out) SWIGTYPE *DYNAMIC, SWIGTYPE &DYNAMIC {
  /external/chromium_org/v8/src/
variables.cc 24 case DYNAMIC: return "DYNAMIC";
globals.h 686 DYNAMIC, // always require dynamic lookup (we don't know
689 DYNAMIC_GLOBAL, // requires dynamic lookup, but we know that the
693 DYNAMIC_LOCAL // requires dynamic lookup, but we know that the
701 return mode >= DYNAMIC && mode <= DYNAMIC_LOCAL;
contexts.cc 194 // scope. Thus, the DYNAMIC mode (which corresponds to dynamically
223 case DYNAMIC:
scopes.cc 400 mode = DYNAMIC;
466 // This function handles VAR, LET, and CONST modes. DYNAMIC variables are
923 Indent(n1, "// dynamic vars:\n");
924 PrintMap(n1, dynamics_->GetMap(DYNAMIC));
956 // Allocate it by giving it a dynamic lookup.
969 // allocation is already fixed. We can simply return with dynamic lookup.
    [all...]
scopes.h 39 // The dynamic scope part holds hash maps for the variables that will
51 int index = mode - DYNAMIC;
  /external/elfutils/0.153/libebl/
eblsegmenttypename.c 76 PTYPE (DYNAMIC),
eblsectiontypename.c 79 KNOWNSTYPE (DYNAMIC),
  /prebuilts/misc/common/swig/include/2.0.11/pike/
pike.swg 121 /* Dynamic casts */
123 %typemap(out) SWIGTYPE *DYNAMIC, SWIGTYPE &DYNAMIC "/* FIXME */";
  /external/stlport/test/eh/
intel45.mak 37 # LIBTYPE = DYNAMIC
intel50.mak 38 # LIBTYPE = DYNAMIC
  /external/ceres-solver/include/ceres/internal/
numeric_diff.h 102 (kNumResiduals != ceres::DYNAMIC ? kNumResiduals : num_residuals);
  /external/ceres-solver/internal/ceres/
numeric_diff_cost_function_test.cc 192 ceres::DYNAMIC,
  /prebuilts/misc/common/swig/include/2.0.11/lua/
luatypemaps.swg 154 // dynamic casts
157 %typemap(out) SWIGTYPE *DYNAMIC,
158 SWIGTYPE &DYNAMIC
  /prebuilts/misc/common/swig/include/2.0.11/mzscheme/
typemaps.i 44 %typemap(out) SWIGTYPE *DYNAMIC {
70 %typemap(out) SWIGTYPE &DYNAMIC {
  /prebuilts/misc/common/swig/include/2.0.11/guile/
typemaps.i 48 %typemap(out) SWIGTYPE *DYNAMIC, SWIGTYPE &DYNAMIC {
  /prebuilts/misc/common/swig/include/2.0.11/php/
php.swg 379 %typemap(out) SWIGTYPE *DYNAMIC,
380 SWIGTYPE &DYNAMIC
  /prebuilts/misc/common/swig/include/2.0.11/chicken/
chicken.swg 224 %typemap(out) SWIGTYPE *DYNAMIC, SWIGTYPE &DYNAMIC {

Completed in 487 milliseconds

1 2