Home
last modified time | relevance | path

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

1234567891011

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/include/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
/aosp_15_r20/external/pytorch/aten/src/ATen/cuda/
H A DNumericLimits.cuh39 static inline __host__ __device__ bool upper_bound() { return true; } in upper_bound() function
47 static inline __host__ __device__ uint8_t upper_bound() { return UINT8_MAX; } in upper_bound() function
55 static inline __host__ __device__ int8_t upper_bound() { return INT8_MAX; } in upper_bound() function
63 static inline __host__ __device__ int16_t upper_bound() { return INT16_MAX; } in upper_bound() function
71 static inline __host__ __device__ int32_t upper_bound() { return INT32_MAX; } in upper_bound() function
80 static inline __host__ __device__ int64_t upper_bound() { return _I64_MAX; } in upper_bound() function
94 …static inline __host__ __device__ at::Half upper_bound() { return at::Half(0x7C00, at::Half::from_… in upper_bound() function
102 …static inline __host__ __device__ at::BFloat16 upper_bound() { return at::BFloat16(0x7F80, at::BFl… in upper_bound() function
110 static inline __host__ __device__ float upper_bound() { return static_cast<float>(inf); } in upper_bound() function
118 static inline __host__ __device__ double upper_bound() { return inf; } in upper_bound() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/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 ()()
/aosp_15_r20/external/openscreen/discovery/mdns/
H A Dmdns_random_unittest.cc19 constexpr std::chrono::milliseconds upper_bound{120}; in TEST() local
30 constexpr double upper_bound = 0.02; in TEST() local
41 constexpr std::chrono::milliseconds upper_bound{120}; in TEST() local
52 constexpr std::chrono::milliseconds upper_bound{500}; in TEST() local
/aosp_15_r20/external/pigweed/pw_random/
H A Dxor_shift_test.cc134 constexpr uint8_t upper_bound = 150; in TEST() local
159 constexpr uint16_t upper_bound = 400; in TEST() local
184 constexpr uint32_t upper_bound = 3'000'000'000; in TEST() local
207 constexpr uint64_t upper_bound = 10'000'000'000; in TEST() local
262 uint64_t upper_bound = static_cast<uint64_t>(1) << pow_of_2; in TEST() local
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/bt/performance/
DBtA2dpDynamicChannelTest.py60 def generate_test_case(self, codec_config, upper_bound, lower_bound, argument
70 def check_audio_quality_dynamic_rssi(self, upper_bound, lower_bound, argument
109 def inject_rssi_profile(self, upper_bound, lower_bound, dwell_time): argument
/aosp_15_r20/external/pytorch/torch/distributions/
H A Dconstraints.py292 def __init__(self, lower_bound, upper_bound): argument
317 def __init__(self, upper_bound): argument
400 def __init__(self, upper_bound): argument
418 def __init__(self, lower_bound, upper_bound): argument
439 def __init__(self, lower_bound, upper_bound): argument
479 def __init__(self, upper_bound): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/data/kernel_tests/
H A Dtake_while_test.py57 def testTakeWhileDatasetRange(self, num_elements, upper_bound): argument
130 def _build_dataset(self, num_elements, upper_bound): argument
139 def test(self, verify_fn, num_elements, upper_bound): argument
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dloop_dependence_helpers.cpp91 SENode* upper_bound = scalar_evolution_.SimplifyExpression( in GetUpperBound() local
101 SENode* upper_bound = in GetUpperBound() local
112 SENode* upper_bound = scalar_evolution_.SimplifyExpression( in GetUpperBound() local
147 SENode* upper_bound = GetUpperBound(loop); in IsProvablyOutsideOfLoopBounds() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_dependence_helpers.cpp91 SENode* upper_bound = scalar_evolution_.SimplifyExpression( in GetUpperBound() local
101 SENode* upper_bound = in GetUpperBound() local
112 SENode* upper_bound = scalar_evolution_.SimplifyExpression( in GetUpperBound() local
147 SENode* upper_bound = GetUpperBound(loop); in IsProvablyOutsideOfLoopBounds() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_dependence_helpers.cpp91 SENode* upper_bound = scalar_evolution_.SimplifyExpression( in GetUpperBound() local
101 SENode* upper_bound = in GetUpperBound() local
112 SENode* upper_bound = scalar_evolution_.SimplifyExpression( in GetUpperBound() local
147 SENode* upper_bound = GetUpperBound(loop); in IsProvablyOutsideOfLoopBounds() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/io/
H A Dmod.rs2747 fn upper_bound(&self) -> Option<usize> { in upper_bound() method
2998 fn upper_bound(&self) -> Option<usize> { in upper_bound() method
3074 fn upper_bound(&self) -> Option<usize>; in upper_bound() method
3088 default fn upper_bound(&self) -> Option<usize> { in upper_bound() method
3100 fn upper_bound(&self) -> Option<usize> { in upper_bound() method
3112 fn upper_bound(&self) -> Option<usize> { in upper_bound() method
3124 fn upper_bound(&self) -> Option<usize> { in upper_bound() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/io/
H A Dmod.rs2739 fn upper_bound(&self) -> Option<usize> { in upper_bound() method
2990 fn upper_bound(&self) -> Option<usize> { in upper_bound() method
3066 fn upper_bound(&self) -> Option<usize>; in upper_bound() method
3080 default fn upper_bound(&self) -> Option<usize> { in upper_bound() method
3092 fn upper_bound(&self) -> Option<usize> { in upper_bound() method
3104 fn upper_bound(&self) -> Option<usize> { in upper_bound() method
3116 fn upper_bound(&self) -> Option<usize> { in upper_bound() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/io/
H A Dmod.rs2739 fn upper_bound(&self) -> Option<usize> { in upper_bound() method
2990 fn upper_bound(&self) -> Option<usize> { in upper_bound() method
3066 fn upper_bound(&self) -> Option<usize>; in upper_bound() method
3080 default fn upper_bound(&self) -> Option<usize> { in upper_bound() method
3092 fn upper_bound(&self) -> Option<usize> { in upper_bound() method
3104 fn upper_bound(&self) -> Option<usize> { in upper_bound() method
3116 fn upper_bound(&self) -> Option<usize> { in upper_bound() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/io/
H A Dmod.rs2739 fn upper_bound(&self) -> Option<usize> { in upper_bound() method
2990 fn upper_bound(&self) -> Option<usize> { in upper_bound() method
3066 fn upper_bound(&self) -> Option<usize>; in upper_bound() method
3080 default fn upper_bound(&self) -> Option<usize> { in upper_bound() method
3092 fn upper_bound(&self) -> Option<usize> { in upper_bound() method
3104 fn upper_bound(&self) -> Option<usize> { in upper_bound() method
3116 fn upper_bound(&self) -> Option<usize> { in upper_bound() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/io/
H A Dmod.rs2747 fn upper_bound(&self) -> Option<usize> { in upper_bound() method
2998 fn upper_bound(&self) -> Option<usize> { in upper_bound() method
3074 fn upper_bound(&self) -> Option<usize>; in upper_bound() method
3088 default fn upper_bound(&self) -> Option<usize> { in upper_bound() method
3100 fn upper_bound(&self) -> Option<usize> { in upper_bound() method
3112 fn upper_bound(&self) -> Option<usize> { in upper_bound() method
3124 fn upper_bound(&self) -> Option<usize> { in upper_bound() method
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__algorithm/
Dupper_bound.h54 upper_bound(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value, _Compare __comp)… in upper_bound() function
63 upper_bound(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value) { in upper_bound() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__algorithm/
Dupper_bound.h52 upper_bound(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value, _Compare __comp)… in upper_bound() function
60 upper_bound(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value) { in upper_bound() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__algorithm/
Dupper_bound.h52 upper_bound(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value, _Compare __comp)… in upper_bound() function
60 upper_bound(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value) { in upper_bound() function
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__algorithm/
H A Dupper_bound.h52 upper_bound(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value, _Compare __comp)… in upper_bound() function
60 upper_bound(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value) { in upper_bound() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__algorithm/
Dupper_bound.h52 upper_bound(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value, _Compare __comp)… in upper_bound() function
60 upper_bound(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value) { in upper_bound() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__algorithm/
Dupper_bound.h52 upper_bound(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value, _Compare __comp)… in upper_bound() function
60 upper_bound(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value) { in upper_bound() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Dflat_map.hpp1463 iterator upper_bound(const key_type& x) in upper_bound() function in boost::container::flat_map
1471 const_iterator upper_bound(const key_type& x) const in upper_bound() function in boost::container::flat_map
1483 iterator upper_bound(const K& x) in upper_bound() function in boost::container::flat_map
1495 const_iterator upper_bound(const K& x) const in upper_bound() function in boost::container::flat_map
2809 iterator upper_bound(const key_type& x) in upper_bound() function in boost::container::flat_multimap
2817 const_iterator upper_bound(const key_type& x) const in upper_bound() function in boost::container::flat_multimap
2829 iterator upper_bound(const K& x) in upper_bound() function in boost::container::flat_multimap
2841 const_iterator upper_bound(const K& x) const in upper_bound() function in boost::container::flat_multimap
/aosp_15_r20/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_/
Dfind_fn_imps.hpp82 upper_bound(key_const_reference r_key) const in upper_bound() function in PB_DS_CLASS_C_DEC
101 upper_bound(key_const_reference r_key) in upper_bound() function in PB_DS_CLASS_C_DEC
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/pb_ds/detail/bin_search_tree_/
Dfind_fn_imps.hpp82 upper_bound(key_const_reference r_key) const in upper_bound() function in PB_DS_CLASS_C_DEC
101 upper_bound(key_const_reference r_key) in upper_bound() function in PB_DS_CLASS_C_DEC

1234567891011