OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:step_size_
(Results
1 - 3
of
3
) sorted by null
/external/ceres-solver/internal/ceres/
line_search.cc
351
// interval: (
step_size_
{k-1},
step_size_
{k}) contains step lengths satisfying
354
// 1.
step_size_
{k} violates the sufficient decrease (Armijo) condition.
355
// 2. f(
step_size_
{k}) >= f(
step_size_
{k-1}).
356
// 3. f'(
step_size_
{k}) >= 0.
358
// Caveat: If f(
step_size_
{k}) is invalid, then step_size is reduced, ignoring
[
all
...]
/art/runtime/
debugger.h
94
:
step_size_
(step_size), step_depth_(step_depth),
99
return
step_size_
;
124
const JDWP::JdwpStepSize
step_size_
;
member in class:art::SingleStepControl
[
all
...]
/external/v8/src/heap/
spaces.h
2620
intptr_t
step_size_
;
member in class:v8::internal::InlineAllocationObserver
[
all
...]
Completed in 237 milliseconds