Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dquarantine.c109 quarantine_drain(tsd_t *tsd, quarantine_t *quarantine, size_t upper_bound) in quarantine_drain()
134 size_t upper_bound = (opt_quarantine >= usize) ? opt_quarantine in quarantine() local
/external/ceres-solver/internal/ceres/
Dprogram.cc204 const double upper_bound = parameter_block->UpperBoundForParameter(j); in IsBoundsConstrained() local
226 const double upper_bound = parameter_block->UpperBoundForParameter(j); in IsFeasible() local
245 const double upper_bound = parameter_block->UpperBoundForParameter(j); in IsFeasible() local
Dparameter_block.h185 void SetUpperBound(int index, double upper_bound) { in SetUpperBound()
Dproblem.cc194 double upper_bound) { in SetParameterUpperBound()
Dproblem_impl.cc594 double upper_bound) { in SetParameterUpperBound()
/external/google-breakpad/src/processor/
Dstatic_map-inl.h104 StaticMap<Key, Value, Compare>::upper_bound(const Key &key) const { in upper_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/openssh/openbsd-compat/
Darc4random.c282 arc4random_uniform(u_int32_t upper_bound) in arc4random_uniform()
/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.cc398 int32_t upper_bound = b->last_glyph_index(); in ConstructIndexFormat4() local
451 int32_t upper_bound = b->last_glyph_index(); in ConstructIndexFormat5() local
/external/google-breakpad/src/testing/src/
Dgmock-spec-builders.cc193 const int upper_bound = cardinality().ConservativeUpperBound(); 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/valgrind/drd/tests/
Dtsan_unittest.cpp7465 upper_bound = ARRAY_SIZE * ( myId ) / N_THREADS; in Worker() local
7510 upper_bound = ARRAY_SIZE * ( myId ) / N_THREADS; in Worker() local
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp4417 uint64_t upper_bound = 0; in ParseChildArrayInfo() local