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:
scopes.cc 415 mode = DYNAMIC;
476 // This function handles VAR and CONST modes. DYNAMIC variables are
928 Indent(n1, "// dynamic vars\n");
930 PrintMap(n1, dynamics_->GetMap(DYNAMIC));
962 // Allocate it by giving it a dynamic lookup.
975 // allocation is already fixed. We can simply return with dynamic lookup.
    [all...]
scopes.h 64 // The dynamic scope part holds hash maps for the variables that will
76 int index = mode - DYNAMIC;
  /external/elfutils/libebl/
eblsegmenttypename.c 76 PTYPE (DYNAMIC),
eblsectiontypename.c 79 KNOWNSTYPE (DYNAMIC),
  /external/v8/src/
variables.cc 46 case DYNAMIC: return "DYNAMIC";
variables.h 123 return (mode_ == DYNAMIC ||
contexts.cc 161 // scope. Thus, the DYNAMIC mode (which corresponds to dynamically
186 case DYNAMIC:
scopes.h 59 // The dynamic scope part holds hash maps for the variables that will
66 int index = mode - DYNAMIC;
v8globals.h 493 DYNAMIC, // always require dynamic lookup (we don't know
496 DYNAMIC_GLOBAL, // requires dynamic lookup, but we know that the
500 DYNAMIC_LOCAL, // requires dynamic lookup, but we know that the
scopes.cc 456 // This function handles VAR and CONST modes. DYNAMIC variables are
858 Indent(n1, "// dynamic vars\n");
860 PrintMap(n1, dynamics_->GetMap(DYNAMIC));
892 // Allocate it by giving it a dynamic lookup.
996 var = NonLocal(proxy->name(), DYNAMIC);
    [all...]
  /external/stlport/test/eh/
intel45.mak 37 # LIBTYPE = DYNAMIC
intel50.mak 38 # LIBTYPE = DYNAMIC
  /external/iproute2/ip/
ipaddress.c 75 fprintf(stderr, "FLAG := [ permanent | dynamic | secondary | primary |\n");
105 _PF(DYNAMIC);
658 fprintf(fp, "dynamic ");
810 } else if (strcmp(*argv, "dynamic") == 0) {
    [all...]
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/include/
bfd.h     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/include/
bfd.h     [all...]

Completed in 887 milliseconds

1 2