HomeSort by relevance Sort by last modified time
    Searched refs:lower_bound (Results 51 - 75 of 365) sorted by null

1 23 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/
eval.pass.cpp 57 I lb = std::lower_bound(u.begin(), u.end(), b[i]);
58 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]);
117 I lb = std::lower_bound(u.begin(), u.end(), b[i]);
118 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]);
177 I lb = std::lower_bound(u.begin(), u.end(), b[i]);
178 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]);
237 I lb = std::lower_bound(u.begin(), u.end(), b[i]);
238 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]);
297 I lb = std::lower_bound(u.begin(), u.end(), b[i]);
298 I ub = std::lower_bound(u.begin(), u.end(), b[i+1])
    [all...]
  /external/ceres-solver/internal/ceres/
array_utils.cc 106 array[i] = std::lower_bound(unique_values.begin(),
  /external/clang/tools/diagtool/
DiagnosticNames.cpp 56 std::lower_bound(std::begin(BuiltinDiagnosticsByID),
  /external/google-breakpad/src/processor/
static_map.h 109 // lower_bound(k) searches in a sorted range for the first element that has a
111 iterator lower_bound(const Key &k) const;
  /external/libcxx/test/std/algorithms/alg.sorting/alg.binary.search/lower.bound/
lower_bound.pass.cpp 15 // lower_bound(Iter first, Iter last, const T& value);
27 Iter i = std::lower_bound(first, last, value);
lower_bound_comp.pass.cpp 15 // lower_bound(Iter first, Iter last, const T& value);
28 Iter i = std::lower_bound(first, last, value, std::greater<int>());
  /frameworks/av/media/libeffects/loudness/common/core/
math.h 25 using ::std::fill_n;using ::std::lower_bound;
  /frameworks/base/tools/aapt2/compile/
XmlIdCollector.cpp 47 auto iter = std::lower_bound(mOutSymbols->begin(), mOutSymbols->end(),
  /frameworks/compile/libbcc/lib/Renderscript/
RSIsThreadablePass.cpp 82 auto lower = std::lower_bound(list.begin(),
RSScreenFunctionsPass.cpp 40 auto lower = std::lower_bound(list.begin(),
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.binary.search/lower.bound/
lower_bound.pass.cpp 15 // lower_bound(Iter first, Iter last, const T& value);
27 Iter i = std::lower_bound(first, last, value);
lower_bound_comp.pass.cpp 15 // lower_bound(Iter first, Iter last, const T& value);
28 Iter i = std::lower_bound(first, last, value, std::greater<int>());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
find_fn_imps.hpp 160 lower_bound(key_const_reference r_key) function in class:PB_DS_CLASS_C_DEC
166 lower_bound(key_const_reference r_key) const function in class:PB_DS_CLASS_C_DEC
176 point_iterator l_bound_it = lower_bound(r_key);
194 point_const_iterator l_bound_it = lower_bound(r_key);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
find_fn_imps.hpp 160 lower_bound(key_const_reference r_key) function in class:PB_DS_CLASS_C_DEC
166 lower_bound(key_const_reference r_key) const function in class:PB_DS_CLASS_C_DEC
176 point_iterator l_bound_it = lower_bound(r_key);
194 point_const_iterator l_bound_it = lower_bound(r_key);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/
find_fn_imps.hpp 160 lower_bound(key_const_reference r_key) function in class:PB_DS_CLASS_C_DEC
166 lower_bound(key_const_reference r_key) const function in class:PB_DS_CLASS_C_DEC
176 point_iterator l_bound_it = lower_bound(r_key);
194 point_const_iterator l_bound_it = lower_bound(r_key);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/
find_fn_imps.hpp 160 lower_bound(key_const_reference r_key) function in class:PB_DS_CLASS_C_DEC
166 lower_bound(key_const_reference r_key) const function in class:PB_DS_CLASS_C_DEC
176 point_iterator l_bound_it = lower_bound(r_key);
194 point_const_iterator l_bound_it = lower_bound(r_key);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp 259 point_iterator it = lower_bound(r_key);
278 point_iterator it = lower_bound(r_key);
291 lower_bound(key_const_reference r_key) function in class:__gnu_pbds::detail::PB_DS_OV_TREE_NAME
307 lower_bound(key_const_reference r_key) const function in class:__gnu_pbds::detail::PB_DS_OV_TREE_NAME
308 { return const_cast<PB_DS_CLASS_C_DEC& >(*this).lower_bound(r_key); }
313 iterator pot_it = lower_bound(r_key);
332 iterator pot_it = lower_bound(r_key);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp 259 point_iterator it = lower_bound(r_key);
278 point_iterator it = lower_bound(r_key);
291 lower_bound(key_const_reference r_key) function in class:__gnu_pbds::detail::PB_DS_OV_TREE_NAME
307 lower_bound(key_const_reference r_key) const function in class:__gnu_pbds::detail::PB_DS_OV_TREE_NAME
308 { return const_cast<PB_DS_CLASS_C_DEC& >(*this).lower_bound(r_key); }
313 iterator pot_it = lower_bound(r_key);
332 iterator pot_it = lower_bound(r_key);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp 259 point_iterator it = lower_bound(r_key);
278 point_iterator it = lower_bound(r_key);
291 lower_bound(key_const_reference r_key) function in class:__gnu_pbds::detail::PB_DS_OV_TREE_NAME
307 lower_bound(key_const_reference r_key) const function in class:__gnu_pbds::detail::PB_DS_OV_TREE_NAME
308 { return const_cast<PB_DS_CLASS_C_DEC& >(*this).lower_bound(r_key); }
313 iterator pot_it = lower_bound(r_key);
332 iterator pot_it = lower_bound(r_key);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp 259 point_iterator it = lower_bound(r_key);
278 point_iterator it = lower_bound(r_key);
291 lower_bound(key_const_reference r_key) function in class:__gnu_pbds::detail::PB_DS_OV_TREE_NAME
307 lower_bound(key_const_reference r_key) const function in class:__gnu_pbds::detail::PB_DS_OV_TREE_NAME
308 { return const_cast<PB_DS_CLASS_C_DEC& >(*this).lower_bound(r_key); }
313 iterator pot_it = lower_bound(r_key);
332 iterator pot_it = lower_bound(r_key);
  /ndk/tests/device/test-gnustl-full/unit/
map_test.cpp 134 i = m.lower_bound(3);
245 maptype::iterator i = m.lower_bound( 'x' );
352 CPPUNIT_ASSERT( cont.lower_bound(2) != cont.end() );
358 CPPUNIT_ASSERT( ccont.lower_bound(2) != ccont.end() );
377 CPPUNIT_ASSERT( cont.lower_bound(2) != cont.end() );
383 CPPUNIT_ASSERT( ccont.lower_bound(2) != ccont.end() );
401 CPPUNIT_ASSERT( cont.lower_bound(2) != cont.end() );
407 CPPUNIT_ASSERT( ccont.lower_bound(2) != ccont.end() );
426 CPPUNIT_ASSERT( cont.lower_bound(2) != cont.end() );
432 CPPUNIT_ASSERT( ccont.lower_bound(2) != ccont.end() )
    [all...]
  /ndk/tests/device/test-stlport/unit/
map_test.cpp 134 i = m.lower_bound(3);
245 maptype::iterator i = m.lower_bound( 'x' );
352 CPPUNIT_ASSERT( cont.lower_bound(2) != cont.end() );
358 CPPUNIT_ASSERT( ccont.lower_bound(2) != ccont.end() );
377 CPPUNIT_ASSERT( cont.lower_bound(2) != cont.end() );
383 CPPUNIT_ASSERT( ccont.lower_bound(2) != ccont.end() );
401 CPPUNIT_ASSERT( cont.lower_bound(2) != cont.end() );
407 CPPUNIT_ASSERT( ccont.lower_bound(2) != ccont.end() );
426 CPPUNIT_ASSERT( cont.lower_bound(2) != cont.end() );
432 CPPUNIT_ASSERT( ccont.lower_bound(2) != ccont.end() )
    [all...]
  /external/autotest/server/site_tests/firmware_ECThermal/
firmware_ECThermal.py 372 lower_bound = -self.INT_MAX
375 lower_bound = self._thermal_setting[sensor_type][idx + 2] - 3
378 lower_bound = self._thermal_setting[sensor_type][idx + 2] - 3
383 logging.info(" Expecting %d - %d C", lower_bound, upper_bound)
386 elif temp_reading < lower_bound:
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_map.h 176 iterator __i = lower_bound(__k);
216 iterator lower_bound(const _KT& __x) { return _M_t.lower_bound(__x); } function in class:map
218 const_iterator lower_bound(const _KT& __x) const { return _M_t.lower_bound(__x); } function in class:map
392 iterator lower_bound(const _KT& __x) { return _M_t.lower_bound(__x); } function in class:multimap
394 const_iterator lower_bound(const _KT& __x) const { return _M_t.lower_bound(__x); } function in class:multimap
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_map.h 176 iterator __i = lower_bound(__k);
216 iterator lower_bound(const _KT& __x) { return _M_t.lower_bound(__x); } function in class:map
218 const_iterator lower_bound(const _KT& __x) const { return _M_t.lower_bound(__x); } function in class:map
392 iterator lower_bound(const _KT& __x) { return _M_t.lower_bound(__x); } function in class:multimap
394 const_iterator lower_bound(const _KT& __x) const { return _M_t.lower_bound(__x); } function in class:multimap

Completed in 484 milliseconds

1 23 4 5 6 7 8 91011>>