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

<<11121314151617181920

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/resize_policy/
hash_prime_size_policy_imp.hpp 140 const std::size_t* const p_upper = std::upper_bound(detail::g_a_sizes,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/
multimap.h 322 upper_bound(const key_type& __x) function in class:__profile::multimap
323 { return iterator(_Base::upper_bound(__x)); }
326 upper_bound(const key_type& __x) const function in class:__profile::multimap
327 { return const_iterator(_Base::upper_bound(__x)); }
multiset.h 309 upper_bound(const key_type& __x) function in class:__profile::multiset
310 { return iterator(_Base::upper_bound(__x)); }
315 upper_bound(const key_type& __x) const function in class:__profile::multiset
316 { return const_iterator(_Base::upper_bound(__x)); }
set.h 323 upper_bound(const key_type& __x) function in class:__profile::set
324 { return iterator(_Base::upper_bound(__x)); }
329 upper_bound(const key_type& __x) const function in class:__profile::set
330 { return const_iterator(_Base::upper_bound(__x)); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_multimap.h 833 upper_bound(const key_type& __x) function in class:multimap
834 { return _M_t.upper_bound(__x); }
843 upper_bound(const key_type& __x) const function in class:multimap
844 { return _M_t.upper_bound(__x); }
855 * c.upper_bound(val))
    [all...]
stl_multiset.h 720 upper_bound(const key_type& __x) function in class:multiset
721 { return _M_t.upper_bound(__x); }
724 upper_bound(const key_type& __x) const function in class:multiset
725 { return _M_t.upper_bound(__x); }
738 * c.upper_bound(val))
stl_set.h 738 upper_bound(const key_type& __x) function in class:set
739 { return _M_t.upper_bound(__x); }
742 upper_bound(const key_type& __x) const function in class:set
743 { return _M_t.upper_bound(__x); }
756 * c.upper_bound(val))
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
multiset.h 413 upper_bound(const key_type& __x) function in class:__debug::multiset
414 { return iterator(_Base::upper_bound(__x), this); }
419 upper_bound(const key_type& __x) const function in class:__debug::multiset
420 { return const_iterator(_Base::upper_bound(__x), this); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/resize_policy/
hash_prime_size_policy_imp.hpp 140 const std::size_t* const p_upper = std::upper_bound(detail::g_a_sizes,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/
multimap.h 346 upper_bound(const key_type& __x) function in class:__profile::multimap
347 { return iterator(_Base::upper_bound(__x)); }
350 upper_bound(const key_type& __x) const function in class:__profile::multimap
351 { return const_iterator(_Base::upper_bound(__x)); }
multiset.h 333 upper_bound(const key_type& __x) function in class:__profile::multiset
334 { return iterator(_Base::upper_bound(__x)); }
339 upper_bound(const key_type& __x) const function in class:__profile::multiset
340 { return const_iterator(_Base::upper_bound(__x)); }
set.h 347 upper_bound(const key_type& __x) function in class:__profile::set
348 { return iterator(_Base::upper_bound(__x)); }
353 upper_bound(const key_type& __x) const function in class:__profile::set
354 { return const_iterator(_Base::upper_bound(__x)); }
  /external/ceres-solver/internal/ceres/
parameter_block.h 185 void SetUpperBound(int index, double upper_bound) {
195 upper_bounds_[index] = upper_bound;
problem.cc 194 double upper_bound) {
195 problem_impl_->SetParameterUpperBound(values, index, upper_bound);
  /external/skia/bench/
gen_bench_expectations.py 54 a list of float [lower_bound, upper_bound].
75 values = list of float [expected, lower_bound, upper_bound] for the key.
207 (expected, lower_bound, upper_bound) = expectations_dict[(config, bench)]
209 '%(expected)s,%(lower_bound)s,%(upper_bound)s' % {
216 'upper_bound': upper_bound})
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_set.h 278 iterator upper_bound(const _KT& __x) function in class:set
279 { return _S_to_value_ite(_M_t.upper_bound(cast_traits::to_storage_type_crefT(__x))); }
281 const_iterator upper_bound(const _KT& __x) const function in class:set
282 { return _S_to_value_ite(_M_t.upper_bound(cast_traits::to_storage_type_crefT(__x))); }
533 iterator upper_bound(const _KT& __x) function in class:multiset
534 { return _S_to_value_ite(_M_t.upper_bound(cast_traits::to_storage_type_crefT(__x))); }
536 const_iterator upper_bound(const _KT& __x) const function in class:multiset
537 { return _S_to_value_ite(_M_t.upper_bound(cast_traits::to_storage_type_crefT(__x))); }
  /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_/
debug_fn_imps.hpp 218 const_iterator upper_bound_it = upper_bound(PB_DS_V2F(*it));
238 const_iterator upper_bound_it = upper_bound(PB_DS_V2F(*reverse_it));
  /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 174 upper_bound(key_const_reference r_key) function in class:PB_DS_CLASS_C_DEC
192 upper_bound(key_const_reference r_key) const 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_/
debug_fn_imps.hpp 218 const_iterator upper_bound_it = upper_bound(PB_DS_V2F(*it));
238 const_iterator upper_bound_it = upper_bound(PB_DS_V2F(*reverse_it));
  /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 174 upper_bound(key_const_reference r_key) function in class:PB_DS_CLASS_C_DEC
192 upper_bound(key_const_reference r_key) const 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_/
debug_fn_imps.hpp 218 const_iterator upper_bound_it = upper_bound(PB_DS_V2F(*it));
238 const_iterator upper_bound_it = upper_bound(PB_DS_V2F(*reverse_it));
  /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 174 upper_bound(key_const_reference r_key) function in class:PB_DS_CLASS_C_DEC
192 upper_bound(key_const_reference r_key) const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/misc/common/swig/include/2.0.11/mzscheme/
mzrun.swg 50 long lower_bound, long upper_bound,
58 if (value < lower_bound || value > upper_bound)
72 unsigned long lower_bound, unsigned long upper_bound,
80 if (value < lower_bound || value > upper_bound)
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
debug_fn_imps.hpp 212 const_iterator upper_bound_it = upper_bound(PB_DS_V2F(*it));
232 const_iterator upper_bound_it = upper_bound(PB_DS_V2F(*reverse_it));
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
find_fn_imps.hpp 174 upper_bound(const_key_reference r_key) function in class:PB_DS_CLASS_C_DEC
192 upper_bound(const_key_reference r_key) const function in class:PB_DS_CLASS_C_DEC

Completed in 1733 milliseconds

<<11121314151617181920