HomeSort by relevance Sort by last modified time
    Searched refs:upper_bound (Results 26 - 50 of 499) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/openssh/openbsd-compat/
arc4random.c 272 * Calculate a uniformly distributed random number less than upper_bound
276 * returned is outside the range [0, 2**32 % upper_bound). This
278 * [2**32 % upper_bound, 2**32) which maps back to [0, upper_bound)
279 * after reduction modulo upper_bound.
282 arc4random_uniform(u_int32_t upper_bound)
286 if (upper_bound < 2)
290 min = -upper_bound % upper_bound;
304 return r % upper_bound;
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
multiset_test.cpp 70 i = s.upper_bound(3);
80 ci = s.upper_bound(3);
93 ci = crs.upper_bound(3);
set_test.cpp 139 sit = s.upper_bound(5);
162 scit = s.upper_bound(5);
180 scit = crs.upper_bound(5);
409 CPPUNIT_ASSERT( keySet.upper_bound(2) != keySet.end() );
415 CPPUNIT_ASSERT( ckeySet.upper_bound(2) != ckeySet.end() );
433 CPPUNIT_ASSERT( keySet.upper_bound(2) != keySet.end() );
439 CPPUNIT_ASSERT( ckeySet.upper_bound(2) != ckeySet.end() );
456 CPPUNIT_ASSERT( keySet.upper_bound(2) != keySet.end() );
462 CPPUNIT_ASSERT( ckeySet.upper_bound(2) != ckeySet.end() );
480 CPPUNIT_ASSERT( keySet.upper_bound(2) != keySet.end() )
    [all...]
  /ndk/tests/device/test-stlport/unit/
multiset_test.cpp 70 i = s.upper_bound(3);
80 ci = s.upper_bound(3);
93 ci = crs.upper_bound(3);
set_test.cpp 139 sit = s.upper_bound(5);
162 scit = s.upper_bound(5);
180 scit = crs.upper_bound(5);
409 CPPUNIT_ASSERT( keySet.upper_bound(2) != keySet.end() );
415 CPPUNIT_ASSERT( ckeySet.upper_bound(2) != ckeySet.end() );
433 CPPUNIT_ASSERT( keySet.upper_bound(2) != keySet.end() );
439 CPPUNIT_ASSERT( ckeySet.upper_bound(2) != ckeySet.end() );
456 CPPUNIT_ASSERT( keySet.upper_bound(2) != keySet.end() );
462 CPPUNIT_ASSERT( ckeySet.upper_bound(2) != ckeySet.end() );
480 CPPUNIT_ASSERT( keySet.upper_bound(2) != keySet.end() )
    [all...]
  /external/ceres-solver/internal/ceres/
program.cc 204 const double upper_bound = parameter_block->UpperBoundForParameter(j); local
206 upper_bound < std::numeric_limits<double>::max()) {
226 const double upper_bound = parameter_block->UpperBoundForParameter(j); local
227 if (parameters[j] < lower_bound || parameters[j] > upper_bound) {
234 parameters, size, j, lower_bound, parameters[j], upper_bound);
245 const double upper_bound = parameter_block->UpperBoundForParameter(j); local
246 if (lower_bound >= upper_bound) {
253 parameters, size, j, lower_bound, upper_bound);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/bin_search_tree_/
find_fn_imps.hpp 82 upper_bound(key_const_reference r_key) const function in class:PB_DS_CLASS_C_DEC
101 upper_bound(key_const_reference r_key) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/bin_search_tree_/
find_fn_imps.hpp 82 upper_bound(key_const_reference r_key) const function in class:PB_DS_CLASS_C_DEC
101 upper_bound(key_const_reference r_key) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/bin_search_tree_/
find_fn_imps.hpp 82 upper_bound(key_const_reference r_key) const function in class:PB_DS_CLASS_C_DEC
101 upper_bound(key_const_reference r_key) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
find_fn_imps.hpp 90 upper_bound(const_key_reference r_key) const function in class:PB_DS_CLASS_C_DEC
112 upper_bound(const_key_reference r_key) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
find_fn_imps.hpp 90 upper_bound(const_key_reference r_key) const function in class:PB_DS_CLASS_C_DEC
112 upper_bound(const_key_reference r_key) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
find_fn_imps.hpp 90 upper_bound(const_key_reference r_key) const function in class:PB_DS_CLASS_C_DEC
112 upper_bound(const_key_reference r_key) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/bin_search_tree_/
find_fn_imps.hpp 90 upper_bound(const_key_reference r_key) const function in class:PB_DS_CLASS_C_DEC
112 upper_bound(const_key_reference r_key) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/bin_search_tree_/
find_fn_imps.hpp 90 upper_bound(const_key_reference r_key) const function in class:PB_DS_CLASS_C_DEC
112 upper_bound(const_key_reference r_key) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/bin_search_tree_/
find_fn_imps.hpp 82 upper_bound(key_const_reference r_key) const function in class:PB_DS_CLASS_C_DEC
101 upper_bound(key_const_reference r_key) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/bin_search_tree_/
find_fn_imps.hpp 90 upper_bound(const_key_reference r_key) const function in class:PB_DS_CLASS_C_DEC
112 upper_bound(const_key_reference r_key) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/bin_search_tree_/
find_fn_imps.hpp 82 upper_bound(key_const_reference r_key) const function in class:PB_DS_CLASS_C_DEC
101 upper_bound(key_const_reference r_key) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/bin_search_tree_/
find_fn_imps.hpp 82 upper_bound(key_const_reference r_key) const function in class:PB_DS_CLASS_C_DEC
101 upper_bound(key_const_reference r_key) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/bin_search_tree_/
find_fn_imps.hpp 82 upper_bound(key_const_reference r_key) const function in class:PB_DS_CLASS_C_DEC
101 upper_bound(key_const_reference r_key) function in class:PB_DS_CLASS_C_DEC
  /external/chromium-trace/trace-viewer/tracing/third_party/python_gflags/
gflags.py 87 number. Takes optional args lower_bound and upper_bound;
92 optional args lower_bound and upper_bound as for floats.
141 Also, lower_bound and upper_bound for numerical flags are enforced using flag
381 flags: lower_bound, upper_bound (for flags that specify bounds),
    [all...]
  /external/google-breakpad/src/processor/
static_map.h 113 // upper_bound(k) searches in a sorted range for the first element that has a
115 iterator upper_bound(const Key &k) const;
  /external/libcxx/test/std/algorithms/alg.sorting/alg.binary.search/upper.bound/
upper_bound.pass.cpp 15 // upper_bound(Iter first, Iter last, const T& value);
27 Iter i = std::upper_bound(first, last, value);
upper_bound_comp.pass.cpp 15 // upper_bound(Iter first, Iter last, const T& value, Compare comp);
28 Iter i = std::upper_bound(first, last, value, std::greater<int>());
  /external/lldb/include/lldb/Breakpoint/
BreakpointSiteList.h 162 FindInRange (lldb::addr_t lower_bound, lldb::addr_t upper_bound, BreakpointSiteList &bp_site_list) const;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.binary.search/upper.bound/
upper_bound.pass.cpp 15 // upper_bound(Iter first, Iter last, const T& value);
27 Iter i = std::upper_bound(first, last, value);

Completed in 861 milliseconds

12 3 4 5 6 7 8 91011>>