Searched refs:Min (Results 1 - 25 of 149) sorted by relevance

123456

/external/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/
H A Dresult_type.pass.cpp22 template <class UIntType, UIntType Min, UIntType Max>
32 static_assert(Min < Max, "rand1 invalid parameters");
37 static const result_type _Min = Min;
41 static _LIBCPP_CONSTEXPR result_type min() {return Min;}
44 explicit rand1(result_type sd = Min) : x_(sd)
46 if (x_ < Min)
47 x_ = Min;
58 x_ = Min;
H A Deval.pass.cpp20 template <class UIntType, UIntType Min, UIntType Max>
30 static_assert(Min < Max, "rand1 invalid parameters");
35 static const result_type _Min = Min;
39 static _LIBCPP_CONSTEXPR result_type min() {return Min;}
42 explicit rand1(result_type sd = Min) : x_(sd)
54 x_ = Min;
/external/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/
H A Dresult_type.pass.cpp22 template <class UIntType, UIntType Min, UIntType Max>
32 static_assert(Min < Max, "rand1 invalid parameters");
37 static const result_type _Min = Min;
41 static _LIBCPP_CONSTEXPR result_type min() {return Min;}
44 explicit rand1(result_type sd = Min) : x_(sd)
46 if (x_ < Min)
47 x_ = Min;
58 x_ = Min;
H A Deval.pass.cpp20 template <class UIntType, UIntType Min, UIntType Max>
30 static_assert(Min < Max, "rand1 invalid parameters");
35 static const result_type _Min = Min;
39 static _LIBCPP_CONSTEXPR result_type min() {return Min;}
42 explicit rand1(result_type sd = Min) : x_(sd)
54 x_ = Min;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DTokenTypes.cs44 public const int Min = Up + 1; field in class:Antlr.Runtime.TokenTypes
/external/valgrind/main/VEX/priv/
H A Dhost_mips_defs.c1185 i->Min.LI.dst = dst;
1186 i->Min.LI.imm = imm;
1194 i->Min.Alu.op = op;
1195 i->Min.Alu.dst = dst;
1196 i->Min.Alu.srcL = srcL;
1197 i->Min.Alu.srcR = srcR;
1206 i->Min.Shft.op = op;
1207 i->Min.Shft.sz32 = sz32;
1208 i->Min.Shft.dst = dst;
1209 i->Min
[all...]
/external/chromium_org/sync/internal_api/public/base/
H A 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, Ma
[all...]
/external/compiler-rt/lib/ubsan/
H A Dubsan_diag.cc204 MemoryLocation Min = Loc - MinBytesNearLoc, Max = Loc + MinBytesNearLoc; local
206 Min = __sanitizer::Min(Ranges[I].getStart().getMemoryLocation(), Min);
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) {
225 Range *InRange = upperBound(Min, Range
[all...]
/external/llvm/include/llvm/CodeGen/PBQP/
H A DReductionRules.h48 PBQPNum Min = ECosts[0][j] + XCosts[0]; local
51 if (C < Min)
52 Min = C;
54 YCosts[j] += Min;
58 PBQPNum Min = ECosts[i][0] + XCosts[0]; local
61 if (C < Min)
62 Min = C;
64 YCosts[i] += Min;
110 PBQPNum Min = (*YXECosts)[i][0] + (*ZXECosts)[j][0] + XCosts[0]; local
113 if (C < Min) {
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DTokenConstants.cs62 public const int Min = Up + 1; field in class:Antlr.Runtime.TokenTypes
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DCircularBuffer.cs42 int trueCount = Math.Min(count, _capacity - Size);
63 int trueCount = Math.Min(count,Size);
H A DInflater.cs66 copyInput(data, inputIndex, Math.Min(total - inputIndex, kBufferSize));
H A DDeflater.cs66 copyInput(data, inputIndex, Math.Min(total - inputIndex, kBufferSize));
/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/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp167 bool MatchAnyLine, StringRef Text, unsigned Min,
169 : Directive(DirectiveLoc, DiagnosticLoc, MatchAnyLine, Text, Min, Max) { }
186 bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max,
188 : Directive(DirectiveLoc, DiagnosticLoc, MatchAnyLine, Text, Min, Max),
436 unsigned Min = 1; local
438 if (PH.Next(Min)) {
447 if (!PH.Next(Max) || Max < Min) {
454 Max = Min;
507 Min, Max));
722 if (i >= D.Min) brea
166 StandardDirective(SourceLocation DirectiveLoc, SourceLocation DiagnosticLoc, bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max) argument
185 RegexDirective(SourceLocation DirectiveLoc, SourceLocation DiagnosticLoc, bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max, StringRef RegexStr) argument
875 create(bool RegexKind, SourceLocation DirectiveLoc, SourceLocation DiagnosticLoc, bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max) argument
[all...]
/external/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp425 const Scaled64 &Min, const Scaled64 &Max) {
429 // with large numbers. Instead, push Min up a little from 1 to give some
434 Scaled64 ScalingFactor = Min.inverse();
435 if ((Max / Min).lg() < 60)
439 DEBUG(dbgs() << "float-to-int: min = " << Min << ", max = " << Max
488 auto Min = Scaled64::getLargest(); local
492 Min = std::min(Min, Freqs[Index].Scaled);
497 convertFloatingToInteger(*this, Min, Max);
424 convertFloatingToInteger(BlockFrequencyInfoImplBase &BFI, const Scaled64 &Min, const Scaled64 &Max) argument
H A DAliasAnalysis.cpp224 ModRefBehavior Min = UnknownModRefBehavior; local
229 Min = getModRefBehavior(F);
232 if (!AA) return Min;
236 return ModRefBehavior(AA->getModRefBehavior(CS) & Min);
/external/llvm/lib/Analysis/IPA/
H A DGlobalsModRef.cpp130 ModRefBehavior Min = UnknownModRefBehavior; variable
134 Min = DoesNotAccessMemory;
136 Min = OnlyReadsMemory;
139 return ModRefBehavior(AliasAnalysis::getModRefBehavior(F) & Min);
146 ModRefBehavior Min = UnknownModRefBehavior; variable
151 Min = DoesNotAccessMemory;
153 Min = OnlyReadsMemory;
156 return ModRefBehavior(AliasAnalysis::getModRefBehavior(CS) & Min);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
H A DStats.cs100 return EnumerableExtensions.Min(EnumerableExtensions.DefaultIfEmpty(X, int.MaxValue));
/external/compiler-rt/lib/asan/
H A Dasan_poisoning.cc95 *beg.chunk = Min(value, beg.offset);
108 *beg.chunk = Min(beg.value, beg.offset);
286 uptr a = RoundDownTo(Min(old_mid, new_mid), granularity);
329 uptr r1_end = Min(end + kMaxRangeToCheck, mid);
331 uptr r2_end = Min(end, mid + kMaxRangeToCheck);
/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp611 // into the target scope. 'Min' will end up being the index of
613 unsigned Min = TargetScope; local
615 Reachable.set(Min);
618 if (Min == 0) break;
621 if (Scopes[Min].InDiag) break;
623 Min = Scopes[Min].ParentScope;
650 if (Scope == 0 || Scope < Min) break;
/external/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp236 // intersection with the two ranges [Min, Upper] and [Lower, Max],
468 // Special case for Int == Min. This is always false.
470 llvm::APSInt Min = AdjustmentType.getMinValue(); local
471 if (ComparisonVal == Min)
474 llvm::APSInt Lower = Min-Adjustment;
526 // Special case for Int == Min. This is always feasible.
528 llvm::APSInt Min = AdjustmentType.getMinValue(); local
529 if (ComparisonVal == Min)
561 llvm::APSInt Min = AdjustmentType.getMinValue();
562 llvm::APSInt Lower = Min
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DEnumerableExtensions.cs154 #region Min
156 public static int Min(IEnumerable<int> source) { method in class:Antlr.Runtime.JavaExtensions.EnumerableExtensions
159 return Iterate(source, int.MaxValue, delegate(int a, int b) { return Math.Min(a, b); });
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/toolbox/
H A DMediaQueryInspector.js33 Min: 2
115 if (model.section() === WebInspector.MediaQueryInspector.Section.Min) {
375 this._section = WebInspector.MediaQueryInspector.Section.Min;
454 if (this.section() === WebInspector.MediaQueryInspector.Section.Min)
/external/chromium_org/v8/src/heap/
H A Dgc-idle-time-handler.cc70 return Min(result, kMaxMarkCompactTimeInMs);

Completed in 655 milliseconds

123456