/external/libcxx/test/std/containers/associative/map/map.ops/ |
D | lower_bound.pass.cpp | 44 R r = m.lower_bound(5); in main() 46 r = m.lower_bound(7); in main() 48 r = m.lower_bound(9); in main() 50 r = m.lower_bound(11); in main() 52 r = m.lower_bound(13); in main() 54 r = m.lower_bound(15); in main() 56 r = m.lower_bound(17); in main() 58 r = m.lower_bound(19); in main() 60 r = m.lower_bound(4); in main() 62 r = m.lower_bound(6); in main() [all …]
|
/external/libcxx/test/std/containers/associative/set/ |
D | lower_bound.pass.cpp | 43 R r = m.lower_bound(5); in main() 45 r = m.lower_bound(7); in main() 47 r = m.lower_bound(9); in main() 49 r = m.lower_bound(11); in main() 51 r = m.lower_bound(13); in main() 53 r = m.lower_bound(15); in main() 55 r = m.lower_bound(17); in main() 57 r = m.lower_bound(19); in main() 59 r = m.lower_bound(4); in main() 61 r = m.lower_bound(6); in main() [all …]
|
/external/libcxx/test/std/containers/associative/multimap/multimap.ops/ |
D | lower_bound.pass.cpp | 45 R r = m.lower_bound(4); in main() 47 r = m.lower_bound(5); in main() 49 r = m.lower_bound(6); in main() 51 r = m.lower_bound(7); in main() 53 r = m.lower_bound(8); in main() 55 r = m.lower_bound(9); in main() 57 r = m.lower_bound(10); in main() 75 R r = m.lower_bound(4); in main() 77 r = m.lower_bound(5); in main() 79 r = m.lower_bound(6); in main() [all …]
|
/external/libcxx/test/std/containers/associative/multiset/ |
D | lower_bound.pass.cpp | 44 R r = m.lower_bound(4); in main() 46 r = m.lower_bound(5); in main() 48 r = m.lower_bound(6); in main() 50 r = m.lower_bound(7); in main() 52 r = m.lower_bound(8); in main() 54 r = m.lower_bound(9); in main() 56 r = m.lower_bound(11); in main() 74 R r = m.lower_bound(4); in main() 76 r = m.lower_bound(5); in main() 78 r = m.lower_bound(6); in main() [all …]
|
/external/eigen/Eigen/src/Core/ |
D | ConditionEstimator.h | 84 RealScalar lower_bound = v.template lpNorm<1>(); 86 return lower_bound; 91 RealScalar old_lower_bound = lower_bound; 112 lower_bound = v.template lpNorm<1>(); 113 if (lower_bound <= old_lower_bound) { 121 old_lower_bound = lower_bound; 141 return numext::maxi(lower_bound, alternate_lower_bound);
|
/external/webrtc/webrtc/voice_engine/test/auto_test/ |
D | voe_output_test.cc | 36 OutputTest(int16_t lower_bound, int16_t upper_bound); 43 void SetOutputBound(int16_t lower_bound, int16_t upper_bound); 53 VoEOutputCheckMediaProcess(int16_t lower_bound, int16_t upper_bound); 75 OutputTest::OutputTest(int16_t lower_bound, int16_t upper_bound) in OutputTest() argument 76 : output_checker_(lower_bound, upper_bound) { in OutputTest() 143 int16_t lower_bound, int16_t upper_bound) in VoEOutputCheckMediaProcess() argument 145 lower_bound_(lower_bound), in VoEOutputCheckMediaProcess()
|
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/ |
D | eval.pass.cpp | 60 I lb = std::lower_bound(u.begin(), u.end(), b[i]); in test1() 61 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); in test1() 123 I lb = std::lower_bound(u.begin(), u.end(), b[i]); in test2() 124 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); in test2() 186 I lb = std::lower_bound(u.begin(), u.end(), b[i]); in test3() 187 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); in test3() 249 I lb = std::lower_bound(u.begin(), u.end(), b[i]); in test4() 250 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); in test4() 312 I lb = std::lower_bound(u.begin(), u.end(), b[i]); in test5() 313 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); in test5() [all …]
|
D | eval_param.pass.cpp | 63 I lb = std::lower_bound(u.begin(), u.end(), b[i]); in main() 64 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); in main()
|
/external/google-breakpad/src/processor/ |
D | contained_range_map-inl.h | 75 MapIterator iterator_base = map_->lower_bound(base); in StoreRange() 76 MapIterator iterator_high = map_->lower_bound(high); in StoreRange() 167 MapConstIterator iterator = map_->lower_bound(address); in RetrieveRange()
|
D | range_map-inl.h | 68 MapConstIterator iterator_base = map_.lower_bound(base); in StoreRange() 69 MapConstIterator iterator_high = map_.lower_bound(high); in StoreRange() 124 MapConstIterator iterator = map_.lower_bound(address); in RetrieveRange()
|
/external/libunwind_llvm/test/ |
D | libunwind_01.pass.cpp | 4 void backtrace(int lower_bound) { in backtrace() argument 19 if (n < lower_bound) { in backtrace()
|
/external/autotest/server/site_tests/firmware_ECThermal/ |
D | firmware_ECThermal.py | 372 lower_bound = -self.INT_MAX 375 lower_bound = self._thermal_setting[sensor_type][idx + 2] - 3 378 lower_bound = self._thermal_setting[sensor_type][idx + 2] - 3 383 logging.info(" Expecting %d - %d C", lower_bound, upper_bound) 386 elif temp_reading < lower_bound:
|
/external/autotest/client/tests/npb/ |
D | npb.py | 123 lower_bound = full_thrds * (1 - ratio) 126 logging.debug('Lower bound: %s', lower_bound) 129 violates_lower_bound = time_ratio < lower_bound
|
/external/libcxx/include/ |
D | set | 146 iterator lower_bound(const key_type& k); 147 const_iterator lower_bound(const key_type& k) const; 149 iterator lower_bound(const K& x); // C++14 151 const_iterator lower_bound(const K& x) const; // C++14 326 iterator lower_bound(const key_type& k); 327 const_iterator lower_bound(const key_type& k) const; 329 iterator lower_bound(const K& x); // C++14 331 const_iterator lower_bound(const K& x) const; // C++14 678 iterator lower_bound(const key_type& __k) 679 {return __tree_.lower_bound(__k);} [all …]
|
D | map | 183 iterator lower_bound(const key_type& k); 184 const_iterator lower_bound(const key_type& k) const; 186 iterator lower_bound(const K& x); // C++14 188 const_iterator lower_bound(const K& x) const; // C++14 378 iterator lower_bound(const key_type& k); 379 const_iterator lower_bound(const key_type& k) const; 381 iterator lower_bound(const K& x); // C++14 383 const_iterator lower_bound(const K& x) const; // C++14 1149 iterator __p = lower_bound(__k); 1162 iterator __p = lower_bound(__k); [all …]
|
/external/autotest/client/site_tests/hardware_EC/ |
D | hardware_EC.py | 56 lower_bound = target_fanspeed - fan_rpm_error_margin 58 if not (lower_bound <= current_reading <= upper_bound):
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | nack.cc | 109 NackList::const_iterator lower_bound = in ChangeFromLateToMissing() local 110 nack_list_.lower_bound(static_cast<uint16_t>( in ChangeFromLateToMissing() 113 for (NackList::iterator it = nack_list_.begin(); it != lower_bound; ++it) in ChangeFromLateToMissing()
|
/external/opencv/cv/src/ |
D | cvemd.cpp | 121 CvEMDState * state, float *lower_bound, 155 float *lower_bound, in cvCalcEMD2() argument 218 if( lower_bound ) in cvCalcEMD2() 259 &state, lower_bound, local_buffer_ptr, in cvCalcEMD2() 262 if( result > 0 && lower_bound ) in cvCalcEMD2() 264 emd = *lower_bound; in cvCalcEMD2() 338 CvEMDState* state, float* lower_bound, in icvInitEMD() argument 451 if( lower_bound && equal_sums ) /* check lower bound */ in icvInitEMD() 477 i = *lower_bound <= lb; in icvInitEMD() 478 *lower_bound = lb; in icvInitEMD()
|
/external/sfntly/cpp/src/sample/chromium/ |
D | subsetter_impl.cc | 289 IntegerSet::const_iterator left = glyph_ids.lower_bound(range_begin); in HasOverlap() 290 IntegerSet::const_iterator right = glyph_ids.lower_bound(range_end); in HasOverlap() 399 int32_t lower_bound = b->first_glyph_index(); in ConstructIndexFormat4() local 402 BitmapGlyphInfoMap::const_iterator i = loca.lower_bound(lower_bound); in ConstructIndexFormat4() 452 int32_t lower_bound = b->first_glyph_index(); in ConstructIndexFormat5() local 455 BitmapGlyphInfoMap::const_iterator i = loca.lower_bound(lower_bound); in ConstructIndexFormat5()
|
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/ |
D | eval.pass.cpp | 81 int k = std::lower_bound(b, b+Np+1, u[i]) - b - 1; in test1() 134 int k = std::lower_bound(b, b+Np+1, u[i]) - b - 1; in test2() 187 int k = std::lower_bound(b, b+Np+1, u[i]) - b - 1; in test3() 240 int k = std::lower_bound(b, b+Np+1, u[i]) - b - 1; in test4() 295 int k = std::lower_bound(b, b+Np+1, u[i]) - b - 1; in test5() 349 int k = std::lower_bound(b, b+Np+1, u[i]) - b - 1; in test6()
|
/external/llvm/lib/MC/ |
D | MCRegisterInfo.cpp | 66 const DwarfLLVMRegPair *I = std::lower_bound(M, M+Size, Key); in getDwarfRegNum() 77 const DwarfLLVMRegPair *I = std::lower_bound(M, M+Size, Key); in getLLVMRegNum()
|
/external/llvm/utils/TableGen/ |
D | SequenceToOffsetTable.h | 70 typename SeqMap::iterator I = Seqs.lower_bound(Seq); in add() 106 typename SeqMap::const_iterator I = Seqs.lower_bound(Seq); in get()
|
/external/clang/lib/Lex/ |
D | PPConditionalDirectiveRecord.cpp | 30 low = std::lower_bound(CondDirectiveLocs.begin(), CondDirectiveLocs.end(), in rangeIntersectsConditionalDirective() 60 low = std::lower_bound(CondDirectiveLocs.begin(), CondDirectiveLocs.end(), in findConditionalDirectiveRegionLoc()
|
/external/libcxx/src/ |
D | regex.cpp | 232 _VSTD::lower_bound(begin(collatenames), end(collatenames), s, use_strcmp()); in __get_collation_name() 243 _VSTD::lower_bound(begin(ClassNames), end(ClassNames), s, use_strcmp()); in __get_classname()
|
/external/webrtc/webrtc/base/ |
D | httpcommon.h | 331 return headers_.lower_bound(name); in begin() 337 return headers_.lower_bound(name); in begin() 363 return headers_.lower_bound(ToString(header)); in begin() 369 return headers_.lower_bound(ToString(header)); in begin()
|