Home
last modified time | relevance | path

Searched refs:Max (Results 1 – 25 of 302) sorted by relevance

12345678910>>...13

/external/chromium_org/sync/internal_api/public/base/
Denum_set.h21 template <typename E, E Min, E Max>
22 EnumSet<E, Min, Max> Union(EnumSet<E, Min, Max> set1,
23 EnumSet<E, Min, Max> set2);
25 template <typename E, E Min, E Max>
26 EnumSet<E, Min, Max> Intersection(EnumSet<E, Min, Max> set1,
27 EnumSet<E, Min, Max> set2);
29 template <typename E, E Min, E Max>
30 EnumSet<E, Min, Max> Difference(EnumSet<E, Min, Max> set1,
31 EnumSet<E, Min, Max> set2);
265 template <typename E, E Min, E Max>
[all …]
/external/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/
Dresult_type.pass.cpp22 template <class UIntType, UIntType Min, UIntType Max>
32 static_assert(Min < Max, "rand1 invalid parameters");
38 static const result_type _Max = Max;
42 static _LIBCPP_CONSTEXPR result_type max() {return Max;} in max()
48 if (x_ > Max) in rand1()
49 x_ = Max; in rand1()
55 if (x_ < Max) in operator ()()
Deval.pass.cpp20 template <class UIntType, UIntType Min, UIntType Max>
30 static_assert(Min < Max, "rand1 invalid parameters");
36 static const result_type _Max = Max;
40 static _LIBCPP_CONSTEXPR result_type max() {return Max;} in max()
44 if (x_ > Max) in rand1()
45 x_ = Max; in rand1()
51 if (x_ < Max) in operator ()()
/external/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/
Dresult_type.pass.cpp22 template <class UIntType, UIntType Min, UIntType Max>
32 static_assert(Min < Max, "rand1 invalid parameters");
38 static const result_type _Max = Max;
42 static _LIBCPP_CONSTEXPR result_type max() {return Max;} in max()
48 if (x_ > Max) in rand1()
49 x_ = Max; in rand1()
55 if (x_ < Max) in operator ()()
Deval.pass.cpp20 template <class UIntType, UIntType Min, UIntType Max>
30 static_assert(Min < Max, "rand1 invalid parameters");
36 static const result_type _Max = Max;
40 static _LIBCPP_CONSTEXPR result_type max() {return Max;} in max()
44 if (x_ > Max) in rand1()
45 x_ = Max; in rand1()
51 if (x_ < Max) in operator ()()
/external/compiler-rt/lib/ubsan/
Dubsan_diag.cc204 MemoryLocation Min = Loc - MinBytesNearLoc, Max = Loc + MinBytesNearLoc; in renderMemorySnippet() local
207 Max = __sanitizer::Max(Ranges[I].getEnd().getMemoryLocation(), Max); in renderMemorySnippet()
211 if (Max - Min > BytesToShow) in renderMemorySnippet()
212 Min = __sanitizer::Min(Max - BytesToShow, Loc - MinBytesNearLoc); in renderMemorySnippet()
213 Max = Min + BytesToShow; in renderMemorySnippet()
216 for (uptr P = Min; P != Max; ++P) { in renderMemorySnippet()
226 for (uptr P = Min; P != Max; ++P) { in renderMemorySnippet()
244 for (uptr P = Min; P != Max; ++P) { in renderMemorySnippet()
/external/clang/include/clang/Frontend/
DVerifyDiagnosticConsumer.h150 StringRef Text, unsigned Min, unsigned Max);
158 unsigned Min, Max; variable
172 bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max) in Directive() argument
174 Text(Text), Min(Min), Max(Max), MatchAnyLine(MatchAnyLine) { in Directive()
/external/chromium_org/base/time/
Dtime.h87 static TimeDelta Max();
284 static Time Max();
500 return Max(); in FromDays()
508 return Max(); in FromHours()
516 return Max(); in FromMinutes()
524 return Max(); in FromSeconds()
532 return Max(); in FromMilliseconds()
540 return Max(); in FromSecondsD()
548 return Max(); in FromMillisecondsD()
556 return Max(); in FromMicroseconds()
Dtime.cc20 TimeDelta TimeDelta::Max() { in Max() function in base::TimeDelta
100 Time Time::Max() { in Max() function in base::Time
109 return Max(); in FromTimeT()
133 return Max(); in FromDoubleT()
164 return Max(); in FromJsTime()
/external/clang/lib/Frontend/
DVerifyDiagnosticConsumer.cpp168 unsigned Max) in StandardDirective() argument
169 : Directive(DirectiveLoc, DiagnosticLoc, MatchAnyLine, Text, Min, Max) { } in StandardDirective()
186 bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max, in RegexDirective() argument
188 : Directive(DirectiveLoc, DiagnosticLoc, MatchAnyLine, Text, Min, Max), in RegexDirective()
437 unsigned Max = 1; in ParseDirective() local
443 Max = Directive::MaxCount; in ParseDirective()
447 if (!PH.Next(Max) || Max < Min) { in ParseDirective()
454 Max = Min; in ParseDirective()
458 Max = Directive::MaxCount; in ParseDirective()
507 Min, Max)); in ParseDirective()
[all …]
/external/eigen/unsupported/test/
Dpolynomialutils.cpp78 _Scalar Max = roots.array().abs().maxCoeff(); in CauchyBounds() local
80 bool eval = (M >= Max) && (m <= min); in CauchyBounds()
85 cerr << "Min,Max: (" << min << ", " << Max << ")" << endl; in CauchyBounds()
/external/chromium_org/net/quic/
Dquic_time_test.cc60 TEST(QuicTimeDeltaTest, Max) { in TEST() argument
62 QuicTime::Delta::Max(QuicTime::Delta::FromMicroseconds(1000), in TEST()
113 TEST_F(QuicTimeTest, Max) { in TEST_F() argument
119 EXPECT_EQ(time_2, QuicTime::Max(time_1, time_2)); in TEST_F()
/external/llvm/lib/Support/
DRandomNumberGenerator.cpp58 uint64_t RandomNumberGenerator::next(uint64_t Max) { in next() argument
59 std::uniform_int_distribution<uint64_t> distribution(0, Max - 1); in next()
/external/compiler-rt/lib/asan/
Dasan_poisoning.cc134 *beg.chunk = Max(value, end.offset); in __asan_unpoison_memory_region()
145 *end.chunk = Max(end.value, end.offset); in __asan_unpoison_memory_region()
251 *shadow_end = Max(end_value, end_offset); in PoisonAlignedStackMemory()
287 uptr c = RoundUpTo(Max(old_mid, new_mid), granularity); in __sanitizer_annotate_contiguous_container()
330 uptr r2_beg = Max(beg, mid - kMaxRangeToCheck); in __sanitizer_verify_contiguous_container()
332 uptr r3_beg = Max(end - kMaxRangeToCheck, mid); in __sanitizer_verify_contiguous_container()
/external/chromium_org/net/quic/congestion_control/
Dtime_loss_algorithm.cc37 QuicTime::Delta loss_delay = QuicTime::Delta::Max( in DetectLostPackets()
39 QuicTime::Delta::Max(rtt_stats.SmoothedRtt(), rtt_stats.latest_rtt()) in DetectLostPackets()
/external/llvm/lib/CodeGen/
DCriticalAntiDepBreaker.cpp462 const SUnit *Max = nullptr; in BreakAntiDependencies() local
466 if (!Max || SU->getDepth() + SU->Latency > Max->getDepth() + Max->Latency) in BreakAntiDependencies()
467 Max = SU; in BreakAntiDependencies()
473 << (Max->getDepth() + Max->Latency) << "\n"); in BreakAntiDependencies()
485 const SUnit *CriticalPathSU = Max; in BreakAntiDependencies()
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
DAudioNodeInput.cpp166 if (numberOfRenderingConnections() == 1 && node().internalChannelCountMode() == AudioNode::Max) in bus()
185 … ASSERT(numberOfRenderingConnections() > 1 || node().internalChannelCountMode() != AudioNode::Max); in sumAllConnections()
212 … if (numberOfRenderingConnections() == 1 && node().internalChannelCountMode() == AudioNode::Max) { in pull()
DAudioNode.cpp57 , m_newChannelCountMode(Max) in AudioNode()
59 , m_channelCountMode(Max) in AudioNode()
283 if (m_channelCountMode != Max) in setChannelCount()
296 case Max: in channelCountMode()
315 m_newChannelCountMode = Max; in setChannelCountMode()
/external/llvm/test/CodeGen/ARM/
Dvld2.ll16 ;Check the alignment value. Max for this instruction is 128 bits:
27 ;Check the alignment value. Max for this instruction is 128 bits:
76 ;Check the alignment value. Max for this instruction is 128 bits:
88 ;Check the alignment value. Max for this instruction is 256 bits:
113 ;Check the alignment value. Max for this instruction is 256 bits:
125 ;Check the alignment value. Max for this instruction is 256 bits:
Dvst2.ll5 ;Check the alignment value. Max for this instruction is 128 bits:
26 ;Check the alignment value. Max for this instruction is 128 bits:
54 ;Check the alignment value. Max for this instruction is 128 bits:
77 ;Check the alignment value. Max for this instruction is 256 bits:
86 ;Check the alignment value. Max for this instruction is 256 bits:
96 ;Check the alignment value. Max for this instruction is 256 bits:
/external/clang/lib/StaticAnalyzer/Core/
DRangeConstraintManager.cpp499 llvm::APSInt Max = AdjustmentType.getMaxValue(); in assumeSymGT() local
500 if (ComparisonVal == Max) in assumeSymGT()
504 llvm::APSInt Upper = Max-Adjustment; in assumeSymGT()
532 llvm::APSInt Max = AdjustmentType.getMaxValue(); in assumeSymGE() local
534 llvm::APSInt Upper = Max-Adjustment; in assumeSymGE()
557 llvm::APSInt Max = AdjustmentType.getMaxValue(); in assumeSymLE() local
558 if (ComparisonVal == Max) in assumeSymLE()
/external/chromium_org/v8/src/base/platform/
Dtime-unittest.cc72 Time max = Time::Max(); in TEST()
88 Time max = Time::Max(); in TEST()
106 Time max = Time::Max(); in TEST()
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h270 const SCEV *Max;
274 : Exact(E), Max(E), MustExit(true) {}
277 : Exact(E), Max(M), MustExit(MustExit) {}
283 !isa<SCEVCouldNotCompute>(Max);
321 const SCEV *Max;
324 BackedgeTakenInfo() : Max(nullptr) {}
335 return ExitNotTaken.ExitingBlock || !isa<SCEVCouldNotCompute>(Max);
/external/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp425 const Scaled64 &Min, const Scaled64 &Max) { in convertFloatingToInteger() argument
435 if ((Max / Min).lg() < 60) in convertFloatingToInteger()
439 DEBUG(dbgs() << "float-to-int: min = " << Min << ", max = " << Max in convertFloatingToInteger()
489 auto Max = Scaled64::getZero(); in finalizeMetrics() local
493 Max = std::max(Max, Freqs[Index].Scaled); in finalizeMetrics()
497 convertFloatingToInteger(*this, Min, Max); in finalizeMetrics()
/external/opencv/cvaux/src/
Dcvfacedetection.cpp197 double Max = 0; in CreateResults() local
218 if (CurStat > Max) in CreateResults()
219 Max = CurStat; in CreateResults()
227 if (CurStat == Max) in CreateResults()

12345678910>>...13