Searched defs:Max (Results 1 - 25 of 47) sorted by relevance

12

/external/llvm/lib/Support/
H A DRandomNumberGenerator.cpp58 uint64_t RandomNumberGenerator::next(uint64_t Max) { argument
59 std::uniform_int_distribution<uint64_t> distribution(0, Max - 1);
/external/eigen/unsupported/test/
H A Dpolynomialutils.cpp78 _Scalar Max = roots.array().abs().maxCoeff(); local
80 bool eval = (M >= Max) && (m <= min);
85 cerr << "Min,Max: (" << min << ", " << Max << ")" << endl;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DEnumerableExtensions.cs131 #region Max
133 public static int Max(IEnumerable<int> source) { method in class:Antlr.Runtime.JavaExtensions.EnumerableExtensions
136 return Iterate(source, int.MinValue, delegate(int a, int b){return Math.Max(a, b);});
/external/chromium_org/net/quic/
H A Dquic_time.cc74 QuicTime::Delta QuicTime::Delta::Max(QuicTime::Delta delta1, function in class:net::QuicTime::Delta
98 QuicTime QuicTime::Max(QuicTime time1, QuicTime time2) { function in class:net::QuicTime
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
H A Dutils.h119 static T Max(T a, T b) { function in namespace:WTF::double_conversion
/external/chromium_org/third_party/skia/bench/
H A Dbench_util.py86 Max = _ExtremeType(1, "Max") variable
270 min_x = Max
/external/skia/bench/
H A Dbench_util.py86 Max = _ExtremeType(1, "Max") variable
270 min_x = Max
/external/chromium_org/base/time/
H A Dtime.cc20 TimeDelta TimeDelta::Max() { function in class:base::TimeDelta
100 Time Time::Max() { function in class:base::Time
109 return Max();
133 return Max();
164 return Max();
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DAudioNode.h92 Max, enumerator in enum:blink::AudioNode::ChannelCountMode
/external/chromium_org/v8/src/base/platform/
H A Dtime.h200 static Time Max() { return Time(std::numeric_limits<int64_t>::max()); } function in class:v8::base::FINAL
/external/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h150 StringRef Text, unsigned Min, unsigned Max);
158 unsigned Min, Max; member in class:clang::VerifyDiagnosticConsumer::Directive
172 bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max)
174 Text(Text), Min(Min), Max(Max), MatchAnyLine(MatchAnyLine) {
171 Directive(SourceLocation DirectiveLoc, SourceLocation DiagnosticLoc, bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max) argument
/external/compiler-rt/lib/ubsan/
H A Dubsan_diag.cc204 MemoryLocation Min = Loc - MinBytesNearLoc, Max = Loc + MinBytesNearLoc; local
207 Max = __sanitizer::Max(Ranges[I].getEnd().getMemoryLocation(), Max);
211 if (Max - Min > BytesToShow)
212 Min = __sanitizer::Min(Max - BytesToShow, Loc - MinBytesNearLoc);
213 Max = Min + BytesToShow;
216 for (uptr P = Min; P != Max; ++P) {
226 for (uptr P = Min; P != Max; ++P) {
244 for (uptr P = Min; P != Max;
[all...]
/external/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp462 const SUnit *Max = nullptr; local
466 if (!Max || SU->getDepth() + SU->Latency > Max->getDepth() + Max->Latency)
467 Max = SU;
473 << (Max->getDepth() + Max->Latency) << "\n");
485 const SUnit *CriticalPathSU = Max;
/external/opencv/cvaux/src/
H A Dcvfacedetection.cpp197 double Max = 0; local
218 if (CurStat > Max)
219 Max = CurStat;
227 if (CurStat == Max)
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/toolbox/
H A DMediaQueryInspector.js31 Max: 0,
111 if (model.section() === WebInspector.MediaQueryInspector.Section.Max) {
371 this._section = WebInspector.MediaQueryInspector.Section.Max;
452 if (this.section() === WebInspector.MediaQueryInspector.Section.Max)
/external/clang/lib/Frontend/
H A DInitPreprocessor.cpp133 const char *DenormMin, *Epsilon, *Max, *Min; local
152 Max = PickFP(Sem, "3.40282347e+38", "1.7976931348623157e+308",
172 Builder.defineMacro(DefPrefix + "MAX__", Twine(Max)+Ext);
/external/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp236 // intersection with the two ranges [Min, Upper] and [Lower, Max],
497 // Special case for Int == Max. This is always false.
499 llvm::APSInt Max = AdjustmentType.getMaxValue(); local
500 if (ComparisonVal == Max)
504 llvm::APSInt Upper = Max-Adjustment;
532 llvm::APSInt Max = AdjustmentType.getMaxValue();
534 llvm::APSInt Upper = Max-Adjustment;
555 // Special case for Int == Max. This is always feasible.
557 llvm::APSInt Max = AdjustmentType.getMaxValue(); local
558 if (ComparisonVal == Max)
[all...]
/external/eigen/Eigen/src/Geometry/
H A DAlignedBox.h44 Min=0, Max=1, enumerator in enum:Eigen::AlignedBox::CornerType
/external/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp425 const Scaled64 &Min, const Scaled64 &Max) {
427 // be scaled so that Max == UINT64_MAX so that they can be best
433 // Scaled64(1,64)/Max.
435 if ((Max / Min).lg() < 60)
439 DEBUG(dbgs() << "float-to-int: min = " << Min << ", max = " << Max
489 auto Max = Scaled64::getZero(); local
493 Max = std::max(Max, Freqs[Index].Scaled);
497 convertFloatingToInteger(*this, Min, Max);
424 convertFloatingToInteger(BlockFrequencyInfoImplBase &BFI, const Scaled64 &Min, const Scaled64 &Max) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.c508 unsigned int Max; member in struct:max_data
521 if (file == d->File && (!d->HasFileType || index > d->Max)) {
522 d->Max = index;
537 data.Max = 0;
549 return data.Max;
/external/chromium_org/v8/src/
H A Dtypes.cc60 && rhs->Max()->Number() <= lhs->Max()->Number();
70 && val->Number() <= range->Max()->Number();
75 // Min and Max computation.
96 double TypeImpl<Config>::Max() { function in class:v8::internal::TypeImpl
98 if (this->IsBitset()) return BitsetType::Max(this->AsBitset());
102 max = std::max(max, this->AsUnion()->Get(i)->Max());
106 if (this->IsRange()) return this->AsRange()->Max()->Number();
371 double TypeImpl<Config>::BitsetType::Max(bitset bits) { function in class:v8::internal::TypeImpl::BitsetType
946 type->AsRange()->Min(), type->AsRange()->Max(), regio
[all...]
H A Dutils.h139 T Max(T a, T b) { function in namespace:v8::internal
1118 // Max(dst, const_cast<T*>(src)));
1164 Max(dst, const_cast<T*>(src)));
/external/llvm/include/llvm/Analysis/
H A DScalarEvolution.h262 /// reaches Exact (and before surpassing Max). If MustExit is false, then
263 /// BECount may exceed Exact or Max if the loop exits via another branch. In
270 const SCEV *Max; member in struct:llvm::ScalarEvolution::ExitLimit
274 : Exact(E), Max(E), MustExit(true) {}
277 : Exact(E), Max(M), MustExit(MustExit) {}
283 !isa<SCEVCouldNotCompute>(Max);
319 /// Max - An expression indicating the least maximum backedge-taken
321 const SCEV *Max; member in class:llvm::ScalarEvolution::BackedgeTakenInfo
324 BackedgeTakenInfo() : Max(nullptr) {}
335 return ExitNotTaken.ExitingBlock || !isa<SCEVCouldNotCompute>(Max);
[all...]
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.c508 unsigned int Max; member in struct:max_data
521 if (file == d->File && (!d->HasFileType || index > d->Max)) {
522 d->Max = index;
537 data.Max = 0;
549 return data.Max;
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h331 static RawType Max();
416 inline float FloatingPoint<float>::Max() { return FLT_MAX; } function in class:testing::internal::FloatingPoint
418 inline double FloatingPoint<double>::Max() { return DBL_MAX; } function in class:testing::internal::FloatingPoint

Completed in 1793 milliseconds

12