Home
last modified time | relevance | path

Searched defs:lower_bound (Results 1 – 14 of 14) sorted by relevance

/external/ceres-solver/internal/ceres/
Dprogram.cc203 const double lower_bound = parameter_block->LowerBoundForParameter(j); in IsBoundsConstrained() local
225 const double lower_bound = parameter_block->LowerBoundForParameter(j); in IsFeasible() local
244 const double lower_bound = parameter_block->LowerBoundForParameter(j); in IsFeasible() local
Dparameter_block.h198 void SetLowerBound(int index, double lower_bound) { in SetLowerBound()
Dproblem.cc188 double lower_bound) { in SetParameterLowerBound()
Dproblem_impl.cc587 double lower_bound) { in SetParameterLowerBound()
/external/google-breakpad/src/processor/
Dstatic_map-inl.h83 StaticMap<Key, Value, Compare>::lower_bound(const Key &key) const { in lower_bound() function
/external/chromium-trace/trace-viewer/tracing/third_party/python_gflags/
Dgflags.py2482 def __init__(self, lower_bound=None, upper_bound=None): argument
2508 def DEFINE_float(name, default, help, lower_bound=None, upper_bound=None, argument
2534 def __init__(self, lower_bound=None, upper_bound=None): argument
2569 def DEFINE_integer(name, default, help, lower_bound=None, upper_bound=None, argument
2812 def DEFINE_multi_int(name, default, help, lower_bound=None, upper_bound=None, argument
2826 def DEFINE_multi_float(name, default, help, lower_bound=None, upper_bound=None, argument
/external/lldb/source/Breakpoint/
DBreakpointSiteList.cpp209 BreakpointSiteList::FindInRange (lldb::addr_t lower_bound, lldb::addr_t upper_bound, BreakpointSite… in FindInRange()
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc397 int32_t lower_bound = b->first_glyph_index(); in ConstructIndexFormat4() local
450 int32_t lower_bound = b->first_glyph_index(); in ConstructIndexFormat5() local
/external/opencv/cv/src/
Dcvemd.cpp155 float *lower_bound, in cvCalcEMD2()
338 CvEMDState* state, float* lower_bound, in icvInitEMD()
/external/google-breakpad/src/testing/src/
Dgmock-spec-builders.cc194 const int lower_bound = cardinality().ConservativeLowerBound(); in CheckActionCountIfNotDone() local
/external/flac/libFLAC/
Dstream_decoder.c3000 …FLAC__uint64 first_frame_offset = decoder->private_->first_frame_offset, lower_bound, upper_bound,… in seek_to_absolute_sample_() local
/external/mksh/src/
Dedit.c1575 x_bs0(char *cp, char *lower_bound) in x_bs0()
/external/valgrind/drd/tests/
Dtsan_unittest.cpp7464 int lower_bound = ARRAY_SIZE * (myId-1) / N_THREADS, in Worker() local
7509 int lower_bound = ARRAY_SIZE * (myId-1) / N_THREADS, in Worker() local
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp4416 uint64_t lower_bound = 0; in ParseChildArrayInfo() local