Home
last modified time | relevance | path

Searched refs:parameter_map (Results 1 – 21 of 21) sorted by relevance

/external/ceres-solver/internal/ceres/
Dsolver_impl.cc292 const ProblemImpl::ParameterMap& parameter_map = in TrustRegionSolve() local
293 problem_impl->parameter_map(); in TrustRegionSolve()
294 for (ProblemImpl::ParameterMap::const_iterator it = parameter_map.begin(); in TrustRegionSolve()
295 it != parameter_map.end(); in TrustRegionSolve()
368 problem_impl->parameter_map(), in TrustRegionSolve()
387 problem_impl->parameter_map(), in TrustRegionSolve()
499 const ProblemImpl::ParameterMap& parameter_map = in LineSearchSolve() local
500 problem_impl->parameter_map(); in LineSearchSolve()
501 for (ProblemImpl::ParameterMap::const_iterator it = parameter_map.begin(); in LineSearchSolve()
502 it != parameter_map.end(); in LineSearchSolve()
[all …]
Dcovariance_impl.cc113 const ProblemImpl::ParameterMap& parameter_map = problem_->parameter_map(); in GetCovarianceBlock() local
115 FindOrDie(parameter_map, in GetCovarianceBlock()
119 FindOrDie(parameter_map, in GetCovarianceBlock()
159 const ProblemImpl::ParameterMap& parameter_map = problem_->parameter_map(); in GetCovarianceBlock() local
161 FindOrDie(parameter_map, const_cast<double*>(parameter_block1)); in GetCovarianceBlock()
163 FindOrDie(parameter_map, const_cast<double*>(parameter_block2)); in GetCovarianceBlock()
249 const ProblemImpl::ParameterMap& parameter_map = problem->parameter_map(); in ComputeCovarianceSparsity() local
256 ParameterBlock* block = FindOrDie(parameter_map, parameter_block); in ComputeCovarianceSparsity()
Dreorder_program.h46 bool ApplyOrdering(const ProblemImpl::ParameterMap& parameter_map,
77 const ProblemImpl::ParameterMap& parameter_map,
Dreorder_program.cc138 bool ApplyOrdering(const ProblemImpl::ParameterMap& parameter_map, in ApplyOrdering() argument
167 parameter_map.find(*parameter_block_ptr_it); in ApplyOrdering()
168 if (parameter_block_it == parameter_map.end()) { in ApplyOrdering()
312 const ProblemImpl::ParameterMap& parameter_map, in ReorderProgramForSchurTypeLinearSolver() argument
344 if (!ApplyOrdering(parameter_map, in ReorderProgramForSchurTypeLinearSolver()
Dsolver_impl.h105 const ProblemImpl::ParameterMap& parameter_map,
120 const ProblemImpl::ParameterMap& parameter_map,
Dreorder_program_test.cc133 EXPECT_FALSE(ApplyOrdering(problem.parameter_map(), in TEST()
157 EXPECT_TRUE(ApplyOrdering(problem.parameter_map(), in TEST()
Dcoordinate_descent_minimizer.h60 const ProblemImpl::ParameterMap& parameter_map,
Dcoordinate_descent_minimizer.cc61 const ProblemImpl::ParameterMap& parameter_map, in Init() argument
78 parameter_blocks_.push_back(parameter_map.find(*ptr_it)->second); in Init()
Dproblem_impl.cc62 const ParameterMap& parameter_map, in FindParameterBlockOrDie() argument
64 ParameterMap::const_iterator it = parameter_map.find(parameter_block); in FindParameterBlockOrDie()
65 CHECK(it != parameter_map.end()) in FindParameterBlockOrDie()
Dproblem_impl.h167 const ParameterMap& parameter_map() const { return parameter_block_map_; } in parameter_map() function
Dproblem_test.cc421 FindOrDie(problem->parameter_map(), values); in ExpectParameterBlockContainsResidualBlock()
428 FindOrDie(problem->parameter_map(), values); in ExpectSize()
/external/v8/src/
Delements.cc1086 Handle<FixedArray> parameter_map = Handle<FixedArray>::cast(from); in CopyElementsImpl() local
1088 FixedArrayBase::cast(parameter_map->get(1))); in CopyElementsImpl()
1555 Handle<FixedArray> parameter_map = Handle<FixedArray>::cast(parameters); in GetImpl() local
1556 Handle<Object> probe = GetParameterMapArg(obj, parameter_map, key); in GetImpl()
1559 Context* context = Context::cast(parameter_map->get(0)); in GetImpl()
1565 Handle<FixedArray> arguments(FixedArray::cast(parameter_map->get(1)), in GetImpl()
1577 Context* context = Context::cast(parameter_map->get(0)); in GetImpl()
1592 Handle<FixedArray> parameter_map = Handle<FixedArray>::cast(backing_store); in GetAttributesImpl() local
1593 Handle<Object> probe = GetParameterMapArg(obj, parameter_map, key); in GetAttributesImpl()
1598 Handle<FixedArray> arguments(FixedArray::cast(parameter_map->get(1))); in GetAttributesImpl()
[all …]
Dobjects.cc5084 FixedArray* parameter_map = FixedArray::cast(elements()); in ReferencesObject() local
5086 int length = parameter_map->length(); in ReferencesObject()
5088 Object* value = parameter_map->get(i); in ReferencesObject()
5092 FixedArray* arguments = FixedArray::cast(parameter_map->get(1)); in ReferencesObject()
5962 FixedArray* parameter_map = FixedArray::cast(object->elements()); in DefineElementAccessor() local
5963 uint32_t length = parameter_map->length(); in DefineElementAccessor()
5965 index < (length - 2) ? parameter_map->get(index + 2) : NULL; in DefineElementAccessor()
5967 FixedArray* arguments = FixedArray::cast(parameter_map->get(1)); in DefineElementAccessor()
6037 FixedArray* parameter_map = FixedArray::cast(object->elements()); in SetElementCallback() local
6038 if (index < static_cast<uint32_t>(parameter_map->length()) - 2) { in SetElementCallback()
[all …]
Druntime.cc8040 Handle<FixedArray> parameter_map = in NewSloppyArguments() local
8042 parameter_map->set_map( in NewSloppyArguments()
8049 result->set_elements(*parameter_map); in NewSloppyArguments()
8056 parameter_map->set(0, *context); in NewSloppyArguments()
8057 parameter_map->set(1, *arguments); in NewSloppyArguments()
8085 parameter_map->set_the_hole(index + 2); in NewSloppyArguments()
8098 parameter_map->set(index + 2, Smi::FromInt( in NewSloppyArguments()
/external/v8/src/ic/arm64/
Dic-arm64.cc310 Register parameter_map, in GenerateUnmappedArgumentsLookup() argument
313 DCHECK(!AreAliased(key, parameter_map, scratch)); in GenerateUnmappedArgumentsLookup()
318 Register backing_store = parameter_map; in GenerateUnmappedArgumentsLookup()
319 __ Ldr(backing_store, FieldMemOperand(parameter_map, kBackingStoreOffset)); in GenerateUnmappedArgumentsLookup()
/external/v8/src/ic/ia32/
Dic-ia32.cc290 Register parameter_map, in GenerateUnmappedArgumentsLookup() argument
296 Register backing_store = parameter_map; in GenerateUnmappedArgumentsLookup()
297 __ mov(backing_store, FieldOperand(parameter_map, kBackingStoreOffset)); in GenerateUnmappedArgumentsLookup()
/external/v8/src/ic/x87/
Dic-x87.cc292 Register parameter_map, in GenerateUnmappedArgumentsLookup() argument
298 Register backing_store = parameter_map; in GenerateUnmappedArgumentsLookup()
299 __ mov(backing_store, FieldOperand(parameter_map, kBackingStoreOffset)); in GenerateUnmappedArgumentsLookup()
/external/v8/src/ic/x64/
Dic-x64.cc704 Register parameter_map, in GenerateUnmappedArgumentsLookup() argument
712 Register backing_store = parameter_map; in GenerateUnmappedArgumentsLookup()
713 __ movp(backing_store, FieldOperand(parameter_map, kBackingStoreOffset)); in GenerateUnmappedArgumentsLookup()
/external/v8/src/ic/mips/
Dic-mips.cc355 Register parameter_map, in GenerateUnmappedArgumentsLookup() argument
363 Register backing_store = parameter_map; in GenerateUnmappedArgumentsLookup()
364 __ lw(backing_store, FieldMemOperand(parameter_map, kBackingStoreOffset)); in GenerateUnmappedArgumentsLookup()
/external/v8/src/ic/mips64/
Dic-mips64.cc353 Register parameter_map, in GenerateUnmappedArgumentsLookup() argument
361 Register backing_store = parameter_map; in GenerateUnmappedArgumentsLookup()
362 __ ld(backing_store, FieldMemOperand(parameter_map, kBackingStoreOffset)); in GenerateUnmappedArgumentsLookup()
/external/v8/src/ic/arm/
Dic-arm.cc349 Register parameter_map, in GenerateUnmappedArgumentsLookup() argument
357 Register backing_store = parameter_map; in GenerateUnmappedArgumentsLookup()
358 __ ldr(backing_store, FieldMemOperand(parameter_map, kBackingStoreOffset)); in GenerateUnmappedArgumentsLookup()