Home
last modified time | relevance | path

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

1234

/third_party/boost/boost/range/algorithm/
Dupper_bound.hpp35 upper_bound( ForwardRange& rng, const Value& val ) in upper_bound() function
44 upper_bound( const ForwardRange& rng, const Value& val ) in upper_bound() function
56 upper_bound( ForwardRange& rng, const Value& val, SortPredicate pred ) in upper_bound() function
65 upper_bound( const ForwardRange& rng, const Value& val, SortPredicate pred ) in upper_bound() function
77 upper_bound( ForwardRange& rng, const Value& val ) in upper_bound() function
88 upper_bound( const ForwardRange& rng, const Value& val ) in upper_bound() function
103 upper_bound( ForwardRange& rng, const Value& val, SortPredicate pred ) in upper_bound() function
115 upper_bound( const ForwardRange& rng, const Value& val, SortPredicate pred ) in upper_bound() function
/third_party/openh264/codec/decoder/core/inc/
Ddec_golomb.h248 #define WELS_CHECK_SE_BOTH_ERROR(val, lower_bound, upper_bound, syntax_name, ret_code) do {\ argument
262 #define WELS_CHECK_SE_UPPER_ERROR(val, upper_bound, syntax_name, ret_code) do {\ argument
269 #define WELS_CHECK_SE_BOTH_ERROR_NOLOG(val, lower_bound, upper_bound, syntax_name, ret_code) do {\ argument
281 #define WELS_CHECK_SE_UPPER_ERROR_NOLOG(val, upper_bound, syntax_name, ret_code) do {\ argument
288 #define WELS_CHECK_SE_BOTH_WARNING(val, lower_bound, upper_bound, syntax_name) do {\ argument
300 #define WELS_CHECK_SE_UPPER_WARNING(val, upper_bound, syntax_name) do {\ argument
/third_party/boost/boost/phoenix/stl/algorithm/
Dquerying.hpp355 struct upper_bound struct
361 struct result<This(R&, T&)>
366 struct result<This(R&, T&, C)>
372 execute(R& r, T const& val, mpl::true_) const in execute()
379 execute(R& r, T const& val, mpl::false_) const in execute()
386 operator()(R& r, T const& val) const in operator ()()
393 operator()(R& r, T const& val, C c) const in operator ()()
/third_party/boost/boost/mpl/
Dupper_bound.hpp57 struct upper_bound struct
/third_party/boost/boost/math/distributions/detail/
Dgeneric_mode.hpp41 value_type upper_bound = guess; in generic_find_mode() local
106 value_type upper_bound = guess; in generic_find_mode_01() local
/third_party/boost/boost/bimap/container_adaptor/
Dordered_associative_container_adaptor.hpp272 BOOST_DEDUCED_TYPENAME base_::iterator upper_bound(const CompatibleKey & k) in upper_bound() function in boost::bimaps::container_adaptor::ordered_associative_container_adaptor
283 BOOST_DEDUCED_TYPENAME base_::const_iterator upper_bound(const CompatibleKey & k) const in upper_bound() function in boost::bimaps::container_adaptor::ordered_associative_container_adaptor
/third_party/boost/boost/spirit/home/support/iterators/
Dline_pos_iterator.hpp144 inline Iterator get_line_end(Iterator current, Iterator upper_bound) in get_line_end()
159 Iterator upper_bound) in get_current_line()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
Dclock_test.cc53 absl::Duration upper_bound, absl::Duration timeout, in SleepForBounded()
90 const absl::Duration upper_bound = d + late; in AssertSleepForBounded() local
/third_party/abseil-cpp/absl/time/
Dclock_test.cc53 absl::Duration upper_bound, absl::Duration timeout, in SleepForBounded()
90 const absl::Duration upper_bound = d + late; in AssertSleepForBounded() local
/third_party/boost/boost/compute/algorithm/
Dupper_bound.hpp32 upper_bound(InputIterator first, in upper_bound() function
/third_party/boost/libs/mpl/doc/src/refmanual/
Dupper_bound.rst3 upper_bound title
/third_party/boost/libs/compute/include/boost/compute/algorithm/
Dupper_bound.hpp32 upper_bound(InputIterator first, in upper_bound() function
/third_party/boost/libs/compute/include/boost/compute/container/
Dflat_set.hpp306 iterator upper_bound(const key_type &value, command_queue &queue) in upper_bound() function in boost::compute::flat_set
311 iterator upper_bound(const key_type &value) in upper_bound() function in boost::compute::flat_set
319 const_iterator upper_bound(const key_type &value, command_queue &queue) const in upper_bound() function in boost::compute::flat_set
324 const_iterator upper_bound(const key_type &value) const in upper_bound() function in boost::compute::flat_set
Dflat_map.hpp337 iterator upper_bound(const key_type &value, command_queue &queue) in upper_bound() function in boost::compute::flat_map
349 iterator upper_bound(const key_type &value) in upper_bound() function in boost::compute::flat_map
357 const_iterator upper_bound(const key_type &value, command_queue &queue) const in upper_bound() function in boost::compute::flat_map
369 const_iterator upper_bound(const key_type &value) const in upper_bound() function in boost::compute::flat_map
/third_party/boost/boost/compute/container/
Dflat_set.hpp306 iterator upper_bound(const key_type &value, command_queue &queue) in upper_bound() function in boost::compute::flat_set
311 iterator upper_bound(const key_type &value) in upper_bound() function in boost::compute::flat_set
319 const_iterator upper_bound(const key_type &value, command_queue &queue) const in upper_bound() function in boost::compute::flat_set
324 const_iterator upper_bound(const key_type &value) const in upper_bound() function in boost::compute::flat_set
Dflat_map.hpp337 iterator upper_bound(const key_type &value, command_queue &queue) in upper_bound() function in boost::compute::flat_map
349 iterator upper_bound(const key_type &value) in upper_bound() function in boost::compute::flat_map
357 const_iterator upper_bound(const key_type &value, command_queue &queue) const in upper_bound() function in boost::compute::flat_map
369 const_iterator upper_bound(const key_type &value) const in upper_bound() function in boost::compute::flat_map
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_dependence_helpers.cpp93 SENode* upper_bound = scalar_evolution_.SimplifyExpression( in GetUpperBound() local
103 SENode* upper_bound = in GetUpperBound() local
114 SENode* upper_bound = scalar_evolution_.SimplifyExpression( in GetUpperBound() local
149 SENode* upper_bound = GetUpperBound(loop); in IsProvablyOutsideOfLoopBounds() local
/third_party/spirv-tools/source/opt/
Dloop_dependence_helpers.cpp93 SENode* upper_bound = scalar_evolution_.SimplifyExpression( in GetUpperBound() local
103 SENode* upper_bound = in GetUpperBound() local
114 SENode* upper_bound = scalar_evolution_.SimplifyExpression( in GetUpperBound() local
149 SENode* upper_bound = GetUpperBound(loop); in IsProvablyOutsideOfLoopBounds() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dloop_dependence_helpers.cpp93 SENode* upper_bound = scalar_evolution_.SimplifyExpression( in GetUpperBound() local
103 SENode* upper_bound = in GetUpperBound() local
114 SENode* upper_bound = scalar_evolution_.SimplifyExpression( in GetUpperBound() local
149 SENode* upper_bound = GetUpperBound(loop); in IsProvablyOutsideOfLoopBounds() local
/third_party/boost/boost/units/systems/detail/
Dconstants.hpp38 BOOST_CONSTEXPR value_type upper_bound() const { return Base().upper_bound(); } in upper_bound() function
49 BOOST_CONSTEXPR value_type upper_bound() const { return Base().upper_bound(); } in upper_bound() function
/third_party/boost/boost/detail/
Dbinary_search.hpp87 ForwardIter upper_bound(ForwardIter first, ForwardIter last, in upper_bound() function
112 ForwardIter upper_bound(ForwardIter first, ForwardIter last, in upper_bound() function
/third_party/boost/libs/detail/test/
Dbinary_search_test.cpp147 static Iterator upper_bound(Iterator start, Iterator finish, Key key, Compare cmp) in upper_bound() function
168 static Iterator upper_bound(Iterator start, Iterator finish, Key key, no_compare) in upper_bound() function
/third_party/boost/boost/beast/zlib/
Ddeflate_stream.hpp148 upper_bound(std::size_t sourceLen) const in upper_bound() function in boost::beast::zlib::deflate_stream
/third_party/boost/libs/beast/include/boost/beast/zlib/
Ddeflate_stream.hpp148 upper_bound(std::size_t sourceLen) const in upper_bound() function in boost::beast::zlib::deflate_stream
/third_party/grpc/src/php/ext/grpc/
Dchannel.h74 int upper_bound; member

1234