Home
last modified time | relevance | path

Searched defs:Max (Results 1 – 21 of 21) sorted by relevance

/external/clang/include/clang/Frontend/
DVerifyDiagnosticConsumer.h128 unsigned Min, Max; variable
141 StringRef Text, unsigned Min, unsigned Max) in Directive()
/external/clang/lib/Frontend/
DVerifyDiagnosticConsumer.cpp161 StringRef Text, unsigned Min, unsigned Max) in StandardDirective()
179 StringRef Text, unsigned Min, unsigned Max) in RegexDirective()
348 unsigned Max = 1; in ParseDirective() local
740 unsigned Min, unsigned Max) { in create()
DInitPreprocessor.cpp106 const char *DenormMin, *Epsilon, *Max, *Min; in DefineFloatMacros() local
/external/eigen/unsupported/test/
Dpolynomialutils.cpp78 _Scalar Max = roots.array().abs().maxCoeff(); in CauchyBounds() local
/external/skia/bench/
Dbench_util.py45 Max = _ExtremeType(1, "Max") variable
/external/clang/lib/StaticAnalyzer/Core/
DRangeConstraintManager.cpp483 llvm::APSInt Max = AdjustmentType.getMaxValue(); in assumeSymGT() local
516 llvm::APSInt Max = AdjustmentType.getMaxValue(); in assumeSymGE() local
541 llvm::APSInt Max = AdjustmentType.getMaxValue(); in assumeSymLE() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.h139 template<class T> T Max(T a, T b) { return a > b ? a : b; } in Max() function
/external/opencv/cvaux/src/
Dcvfacedetection.cpp197 double Max = 0; in CreateResults() local
/external/eigen/Eigen/src/Geometry/
DAlignedBox.h44 Min=0, Max=1, enumerator
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
DEnumerableExtensions.cs133 public static int Max(IEnumerable<int> source) { in Max() method in Antlr.Runtime.JavaExtensions.EnumerableExtensions
/external/llvm/lib/CodeGen/
DCriticalAntiDepBreaker.cpp428 const SUnit *Max = 0; in BreakAntiDependencies() local
/external/v8/src/
Dutils.h196 T Max(T a, T b) { in Max() function
Dlithium-allocator.cc54 static inline LifetimePosition Max(LifetimePosition a, LifetimePosition b) { in Max() function
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp95 APInt Max = APInt::getSignedMaxValue(W).sext(W * 2); in MultiplyOverflows() local
DInstCombineCompares.cpp154 APInt& Min, APInt& Max) { in ComputeSignedMinMaxValuesFromKnownBits()
178 APInt &Min, APInt &Max) { in ComputeUnsignedMinMaxValuesFromKnownBits()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp3380 APInt Max = APIntOps::umax(StartRange.getUnsignedMax(), in getUnsignedRange() local
3531 APInt Max = APIntOps::smax(StartRange.getSignedMax(), in getSignedRange() local
6323 APInt Max = APInt::getSignedMaxValue(BitWidth); in HowManyLessThans() local
6328 APInt Max = APInt::getMaxValue(BitWidth); in HowManyLessThans() local
/external/llvm/lib/VMCore/
DConstants.cpp1107 uint64_t Max = (1ll << NumBits) - 1; in isValueValidForType() local
1118 int64_t Max = (1ll << (NumBits-1)) - 1; in isValueValidForType() local
/external/mdnsresponder/mDNSShared/
DCommonServices.h665 #define Max( X, Y ) ( ( ( X ) > ( Y ) ) ? ( X ) : ( Y ) ) macro
/external/svox/pico/lib/
Dpicopam.c334 #define Max 66 /*offset to max syllable duration (uint 16,pauses)*/ macro
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas2411 property Max: TCharArray read FMax write FMax; property
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp1852 const SCEVNAryExpr *Max = 0; in OptimizeMax() local