Home
last modified time | relevance | path

Searched refs:upper_bound (Results 1 – 25 of 107) sorted by relevance

12345

/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
249 if ((val < lower_bound) || (val > upper_bound)) {\
262 #define WELS_CHECK_SE_UPPER_ERROR(val, upper_bound, syntax_name, ret_code) do {\ argument
263 if (val > upper_bound) {\
269 #define WELS_CHECK_SE_BOTH_ERROR_NOLOG(val, lower_bound, upper_bound, syntax_name, ret_code) do {\ argument
270 if ((val < lower_bound) || (val > upper_bound)) {\
281 #define WELS_CHECK_SE_UPPER_ERROR_NOLOG(val, upper_bound, syntax_name, ret_code) do {\ argument
282 if (val > upper_bound) {\
288 #define WELS_CHECK_SE_BOTH_WARNING(val, lower_bound, upper_bound, syntax_name) do {\ argument
289 if ((val < lower_bound) || (val > upper_bound)) {\
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
Dclock_test.cc53 absl::Duration upper_bound, absl::Duration timeout, in SleepForBounded() argument
77 if (lower_bound <= actual && actual <= upper_bound) { in SleepForBounded()
90 const absl::Duration upper_bound = d + late; in AssertSleepForBounded() local
92 if (SleepForBounded(d, lower_bound, upper_bound, timeout, alarm_policy, in AssertSleepForBounded()
98 << ":" << upper_bound << "] in " << attempts << " attempt" in AssertSleepForBounded()
/third_party/spirv-tools/source/opt/
Dloop_dependence_helpers.cpp93 SENode* upper_bound = scalar_evolution_.SimplifyExpression( in GetUpperBound() local
97 return upper_bound; in GetUpperBound()
103 SENode* upper_bound = in GetUpperBound() local
107 return upper_bound; in GetUpperBound()
114 SENode* upper_bound = scalar_evolution_.SimplifyExpression( in GetUpperBound() local
116 return upper_bound; in GetUpperBound()
149 SENode* upper_bound = GetUpperBound(loop); in IsProvablyOutsideOfLoopBounds() local
150 if (!lower_bound || !upper_bound) { in IsProvablyOutsideOfLoopBounds()
164 scalar_evolution_.CreateSubtraction(upper_bound, lower_bound)); in IsProvablyOutsideOfLoopBounds()
170 scalar_evolution_.CreateSubtraction(lower_bound, upper_bound)); in IsProvablyOutsideOfLoopBounds()
Dloop_dependence.cpp598 SENode* upper_bound = GetUpperBound(subscript_loop); in StrongSIVTest() local
599 if (lower_bound && upper_bound) { in StrongSIVTest()
602 scalar_evolution_.CreateSubtraction(upper_bound, lower_bound)); in StrongSIVTest()
747 SEConstantNode* upper_bound = in WeakZeroSourceSIVTest() local
749 if (lower_bound && upper_bound) { in WeakZeroSourceSIVTest()
752 int64_t upper_bound_value = upper_bound->FoldToSingleValue(); in WeakZeroSourceSIVTest()
900 SEConstantNode* upper_bound = in WeakZeroDestinationSIVTest() local
902 if (lower_bound && upper_bound) { in WeakZeroDestinationSIVTest()
905 int64_t upper_bound_value = upper_bound->FoldToSingleValue(); in WeakZeroDestinationSIVTest()
1187 const SENode* lower_bound, const SENode* upper_bound) { in IntersectConstraints() argument
[all …]
Dloop_descriptor.cpp680 const analysis::Constant* upper_bound = in FindNumberOfIterations() local
682 if (!upper_bound) return false; in FindNumberOfIterations()
685 const analysis::Integer* type = upper_bound->type()->AsInteger(); in FindNumberOfIterations()
692 ? upper_bound->GetSignExtendedValue() in FindNumberOfIterations()
693 : upper_bound->GetZeroExtendedValue(); in FindNumberOfIterations()
/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
97 return upper_bound; in GetUpperBound()
103 SENode* upper_bound = in GetUpperBound() local
107 return upper_bound; in GetUpperBound()
114 SENode* upper_bound = scalar_evolution_.SimplifyExpression( in GetUpperBound() local
116 return upper_bound; in GetUpperBound()
149 SENode* upper_bound = GetUpperBound(loop); in IsProvablyOutsideOfLoopBounds() local
150 if (!lower_bound || !upper_bound) { in IsProvablyOutsideOfLoopBounds()
164 scalar_evolution_.CreateSubtraction(upper_bound, lower_bound)); in IsProvablyOutsideOfLoopBounds()
170 scalar_evolution_.CreateSubtraction(lower_bound, upper_bound)); in IsProvablyOutsideOfLoopBounds()
Dloop_dependence.cpp598 SENode* upper_bound = GetUpperBound(subscript_loop); in StrongSIVTest() local
599 if (lower_bound && upper_bound) { in StrongSIVTest()
602 scalar_evolution_.CreateSubtraction(upper_bound, lower_bound)); in StrongSIVTest()
747 SEConstantNode* upper_bound = in WeakZeroSourceSIVTest() local
749 if (lower_bound && upper_bound) { in WeakZeroSourceSIVTest()
752 int64_t upper_bound_value = upper_bound->FoldToSingleValue(); in WeakZeroSourceSIVTest()
900 SEConstantNode* upper_bound = in WeakZeroDestinationSIVTest() local
902 if (lower_bound && upper_bound) { in WeakZeroDestinationSIVTest()
905 int64_t upper_bound_value = upper_bound->FoldToSingleValue(); in WeakZeroDestinationSIVTest()
1187 const SENode* lower_bound, const SENode* upper_bound) { in IntersectConstraints() argument
[all …]
Dloop_descriptor.cpp679 const analysis::Constant* upper_bound = in FindNumberOfIterations() local
681 if (!upper_bound) return false; in FindNumberOfIterations()
684 const analysis::Integer* type = upper_bound->type()->AsInteger(); in FindNumberOfIterations()
691 ? upper_bound->GetSignExtendedValue() in FindNumberOfIterations()
692 : upper_bound->GetZeroExtendedValue(); in FindNumberOfIterations()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dloop_dependence_helpers.cpp93 SENode* upper_bound = scalar_evolution_.SimplifyExpression( in GetUpperBound() local
97 return upper_bound; in GetUpperBound()
103 SENode* upper_bound = in GetUpperBound() local
107 return upper_bound; in GetUpperBound()
114 SENode* upper_bound = scalar_evolution_.SimplifyExpression( in GetUpperBound() local
116 return upper_bound; in GetUpperBound()
149 SENode* upper_bound = GetUpperBound(loop); in IsProvablyOutsideOfLoopBounds() local
150 if (!lower_bound || !upper_bound) { in IsProvablyOutsideOfLoopBounds()
164 scalar_evolution_.CreateSubtraction(upper_bound, lower_bound)); in IsProvablyOutsideOfLoopBounds()
170 scalar_evolution_.CreateSubtraction(lower_bound, upper_bound)); in IsProvablyOutsideOfLoopBounds()
Dloop_dependence.cpp598 SENode* upper_bound = GetUpperBound(subscript_loop); in StrongSIVTest() local
599 if (lower_bound && upper_bound) { in StrongSIVTest()
602 scalar_evolution_.CreateSubtraction(upper_bound, lower_bound)); in StrongSIVTest()
747 SEConstantNode* upper_bound = in WeakZeroSourceSIVTest() local
749 if (lower_bound && upper_bound) { in WeakZeroSourceSIVTest()
752 int64_t upper_bound_value = upper_bound->FoldToSingleValue(); in WeakZeroSourceSIVTest()
900 SEConstantNode* upper_bound = in WeakZeroDestinationSIVTest() local
902 if (lower_bound && upper_bound) { in WeakZeroDestinationSIVTest()
905 int64_t upper_bound_value = upper_bound->FoldToSingleValue(); in WeakZeroDestinationSIVTest()
1187 const SENode* lower_bound, const SENode* upper_bound) { in IntersectConstraints() argument
[all …]
Dloop_descriptor.cpp679 const analysis::Constant* upper_bound = in FindNumberOfIterations() local
681 if (!upper_bound) return false; in FindNumberOfIterations()
684 const analysis::Integer* type = upper_bound->type()->AsInteger(); in FindNumberOfIterations()
691 ? upper_bound->GetSignExtendedValue() in FindNumberOfIterations()
692 : upper_bound->GetZeroExtendedValue(); in FindNumberOfIterations()
/third_party/vk-gl-cts/external/amber/src/tests/cases/
Dcompute_robust_buffer_access_ssbo.amber31 uint upper_bound = ssbo_uint.data[0];
33 for (ui = 0; ui < upper_bound; ++ui) {
/third_party/mbedtls/tests/suites/
Dtest_suite_mpi.function1269 mbedtls_mpi upper_bound;
1273 /* If upper_bound is small, stats[b] is the number of times the value b
1281 mbedtls_mpi_init( &upper_bound );
1284 TEST_EQUAL( 0, mbedtls_mpi_read_binary( &upper_bound,
1286 n_bits = mbedtls_mpi_bitlen( &upper_bound );
1307 TEST_EQUAL( 0, mbedtls_mpi_random( &result, min, &upper_bound,
1311 TEST_ASSERT( mbedtls_mpi_cmp_mpi( &result, &upper_bound ) < 0 );
1363 mbedtls_mpi_free( &upper_bound );
1372 mbedtls_mpi upper_bound;
1375 mbedtls_mpi_init( &upper_bound );
[all …]
/third_party/json/test/thirdparty/fifo_map/
Dfifo_map.hpp451 iterator upper_bound(const Key& key) in upper_bound() function in nlohmann::fifo_map
453 return m_map.upper_bound(key); in upper_bound()
457 const_iterator upper_bound(const Key& key) const in upper_bound() function in nlohmann::fifo_map
459 return m_map.upper_bound(key); in upper_bound()
/third_party/gn/src/gn/
Dcommand_refs.cc73 if (dep_map.lower_bound(target) != dep_map.upper_bound(target)) in RecursivePrintTarget()
93 DepMap::const_iterator dep_end = dep_map.upper_bound(target); in RecursivePrintTargetDeps()
122 DepMap::const_iterator dep_end = dep_map.upper_bound(target); in RecursiveCollectChildRefs()
214 DepMap::const_iterator dep_end = dep_map.upper_bound(target); in DoDirectListOutput()
/third_party/cups-filters/filter/pdftopdf/
Dintervalset.cc54 data_t::const_iterator it=std::upper_bound(data.begin(),data.end(),std::make_pair(val,npos)); in contains()
66 data_t::const_iterator it=std::upper_bound(data.begin(),data.end(),std::make_pair(val,npos)); in next()
/third_party/elfutils/tests/
Drun-exprlocs.sh171 upper_bound (exprloc) {push_object_address, plus_uconst(40), deref}
177 upper_bound (sdata)
/third_party/rust/crates/os_str_bytes/src/windows/wtf8/
Dconvert.rs79 ( $tag:expr , $upper_bound:expr ) => { in next()
80 if self.code_point < $upper_bound { in next()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
Dgraphcycles.cc486 static bool ForwardDFS(GraphCycles::Rep* r, int32_t n, int32_t upper_bound);
532 static bool ForwardDFS(GraphCycles::Rep* r, int32_t n, int32_t upper_bound) { in ForwardDFS() argument
549 if (nw->rank == upper_bound) { in ForwardDFS()
552 if (!nw->visited && nw->rank < upper_bound) { in ForwardDFS()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcharconv_test.cc683 int upper_bound) { in TestOverflowAndUnderflow() argument
686 for (index = lower_bound, step = 1; index < upper_bound; in TestOverflowAndUnderflow()
699 for (index = upper_bound, step = 1; index > lower_bound; in TestOverflowAndUnderflow()
723 for (index = upper_bound + 1, step = 1; index < 1000000; in TestOverflowAndUnderflow()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp121 auto I = std::upper_bound(begin(), end(), Unit, in addUnit()
132 std::upper_bound(begin(), end, Offset, in getUnitForOffset()
151 std::upper_bound(begin(), end, CUOff->Offset, in getUnitForIndexEntry()
699 auto B = AddrDieMap.upper_bound(R.LowPC); in updateAddressDieMap()
726 auto R = AddrDieMap.upper_bound(Address); in getSubroutineForAddress()
/third_party/mesa3d/src/gallium/frontends/clover/core/
Dcontext.cpp81 auto it = std::prev(svm_ptrs.upper_bound(ptr)); in find_svm_allocation()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dbtree_test.cc136 upper_bound(key); in value_check()
156 iterator upper_bound(const key_type &key) { in upper_bound() function in absl::container_internal::base_checker
157 return iter_check(tree_.upper_bound(key), checker_.upper_bound(key)); in upper_bound()
159 const_iterator upper_bound(const key_type &key) const { in upper_bound() function in absl::container_internal::base_checker
160 return iter_check(tree_.upper_bound(key), checker_.upper_bound(key)); in upper_bound()
500 mutable_b.insert(mutable_b.upper_bound(key_of_value(values[i])), values[i]); in DoTest()
555 EXPECT_EQ(const_b.upper_bound(key_of_value(value)), const_b.end()); in ConstTest()
905 auto ub = table.upper_bound("3"); in TestHeterogeneous()
906 EXPECT_EQ(ub, table.upper_bound(3)); in TestHeterogeneous()
907 EXPECT_NE(ub, table.upper_bound(5)); in TestHeterogeneous()
[all …]
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc407 int32_t upper_bound = b->last_glyph_index(); in ConstructIndexFormat4() local
419 if (gid > upper_bound) { in ConstructIndexFormat4()
460 int32_t upper_bound = b->last_glyph_index(); in ConstructIndexFormat5() local
473 if (gid > upper_bound) { in ConstructIndexFormat5()
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc407 int32_t upper_bound = b->last_glyph_index(); in ConstructIndexFormat4() local
419 if (gid > upper_bound) { in ConstructIndexFormat4()
460 int32_t upper_bound = b->last_glyph_index(); in ConstructIndexFormat5() local
473 if (gid > upper_bound) { in ConstructIndexFormat5()

12345