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

12 3 4 5 6 7 8 91011>>

  /ndk/tests/device/test-gnustl-full/unit/
multiset_test.cpp 68 i = s.lower_bound(3);
78 ci = s.lower_bound(3);
91 ci = crs.lower_bound(3);
  /ndk/tests/device/test-stlport/unit/
multiset_test.cpp 68 i = s.lower_bound(3);
78 ci = s.lower_bound(3);
91 ci = crs.lower_bound(3);
  /external/ceres-solver/internal/ceres/
program.cc 203 const double lower_bound = parameter_block->LowerBoundForParameter(j); local
205 if (lower_bound > -std::numeric_limits<double>::max() ||
225 const double lower_bound = parameter_block->LowerBoundForParameter(j); local
227 if (parameters[j] < lower_bound || parameters[j] > upper_bound) {
234 parameters, size, j, lower_bound, parameters[j], upper_bound);
244 const double lower_bound = parameter_block->LowerBoundForParameter(j); local
246 if (lower_bound >= upper_bound) {
253 parameters, size, j, lower_bound, upper_bound);
  /external/clang/lib/Lex/
PPConditionalDirectiveRecord.cpp 30 low = std::lower_bound(CondDirectiveLocs.begin(), CondDirectiveLocs.end(),
60 low = std::lower_bound(CondDirectiveLocs.begin(), CondDirectiveLocs.end(),
  /external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/
eval_param.pass.cpp 61 I lb = std::lower_bound(u.begin(), u.end(), b[i]);
62 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]);
  /external/lldb/include/lldb/Core/
ThreadSafeSTLMap.h 129 const_iterator pos = m_collection.lower_bound (key);
147 return m_collection.lower_bound (key);
  /external/llvm/lib/MC/
MCRegisterInfo.cpp 66 const DwarfLLVMRegPair *I = std::lower_bound(M, M+Size, Key);
77 const DwarfLLVMRegPair *I = std::lower_bound(M, M+Size, Key);
  /external/llvm/utils/TableGen/
SequenceToOffsetTable.h 71 typename SeqMap::iterator I = Seqs.lower_bound(Seq);
107 typename SeqMap::const_iterator I = Seqs.lower_bound(Seq);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/
eval_param.pass.cpp 59 I lb = std::lower_bound(u.begin(), u.end(), b[i]);
60 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]);
  /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 44 lower_bound(key_const_reference r_key) const function in class:PB_DS_CLASS_C_DEC
63 lower_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 44 lower_bound(key_const_reference r_key) const function in class:PB_DS_CLASS_C_DEC
63 lower_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 44 lower_bound(key_const_reference r_key) const function in class:PB_DS_CLASS_C_DEC
63 lower_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 44 lower_bound(const_key_reference r_key) const function in class:PB_DS_CLASS_C_DEC
67 lower_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 44 lower_bound(const_key_reference r_key) const function in class:PB_DS_CLASS_C_DEC
67 lower_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 44 lower_bound(const_key_reference r_key) const function in class:PB_DS_CLASS_C_DEC
67 lower_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 44 lower_bound(const_key_reference r_key) const function in class:PB_DS_CLASS_C_DEC
67 lower_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/bits/
stl_map.h 450 iterator __i = lower_bound(__k);
464 iterator __i = lower_bound(__k);
484 iterator __i = lower_bound(__k);
493 const_iterator __i = lower_bound(__k);
783 lower_bound(const key_type& __x) function in class:map
784 { return _M_t.lower_bound(__x); }
798 lower_bound(const key_type& __x) const function in class:map
799 { return _M_t.lower_bound(__x); }
829 * std::make_pair(c.lower_bound(val),
848 * std::make_pair(c.lower_bound(val)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/bin_search_tree_/
find_fn_imps.hpp 44 lower_bound(const_key_reference r_key) const function in class:PB_DS_CLASS_C_DEC
67 lower_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/bits/
stl_map.h 455 iterator __i = lower_bound(__k);
469 iterator __i = lower_bound(__k);
489 iterator __i = lower_bound(__k);
498 const_iterator __i = lower_bound(__k);
790 lower_bound(const key_type& __x) function in class:map
791 { return _M_t.lower_bound(__x); }
805 lower_bound(const key_type& __x) const function in class:map
806 { return _M_t.lower_bound(__x); }
836 * std::make_pair(c.lower_bound(val),
855 * std::make_pair(c.lower_bound(val)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/bin_search_tree_/
find_fn_imps.hpp 44 lower_bound(key_const_reference r_key) const function in class:PB_DS_CLASS_C_DEC
63 lower_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/bits/
stl_map.h 450 iterator __i = lower_bound(__k);
464 iterator __i = lower_bound(__k);
484 iterator __i = lower_bound(__k);
493 const_iterator __i = lower_bound(__k);
783 lower_bound(const key_type& __x) function in class:map
784 { return _M_t.lower_bound(__x); }
798 lower_bound(const key_type& __x) const function in class:map
799 { return _M_t.lower_bound(__x); }
829 * std::make_pair(c.lower_bound(val),
848 * std::make_pair(c.lower_bound(val)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/bin_search_tree_/
find_fn_imps.hpp 44 lower_bound(const_key_reference r_key) const function in class:PB_DS_CLASS_C_DEC
67 lower_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/bits/
stl_map.h 455 iterator __i = lower_bound(__k);
469 iterator __i = lower_bound(__k);
489 iterator __i = lower_bound(__k);
498 const_iterator __i = lower_bound(__k);
790 lower_bound(const key_type& __x) function in class:map
791 { return _M_t.lower_bound(__x); }
805 lower_bound(const key_type& __x) const function in class:map
806 { return _M_t.lower_bound(__x); }
836 * std::make_pair(c.lower_bound(val),
855 * std::make_pair(c.lower_bound(val)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/bin_search_tree_/
find_fn_imps.hpp 44 lower_bound(key_const_reference r_key) const function in class:PB_DS_CLASS_C_DEC
63 lower_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 44 lower_bound(key_const_reference r_key) const function in class:PB_DS_CLASS_C_DEC
63 lower_bound(key_const_reference r_key) function in class:PB_DS_CLASS_C_DEC

Completed in 847 milliseconds

12 3 4 5 6 7 8 91011>>