HomeSort by relevance Sort by last modified time
    Searched refs:Min (Results 1 - 25 of 115) sorted by null

1 2 3 4 5

  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.adapt/rand.adapt.ibits/
result_type.pass.cpp 22 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;
eval.pass.cpp 20 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;
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.adapt/rand.adapt.shuf/
result_type.pass.cpp 22 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;
eval.pass.cpp 20 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/
TokenTypes.cs 44 public const int Min = Up + 1;
BitSet.cs 173 int min = Math.Min( _bits.Length, a._bits.Length );
174 for ( int i = min - 1; i >= 0; i-- )
233 int n = Math.Min( this._bits.Length, otherSet._bits.Length );
  /external/valgrind/main/VEX/priv/
host_mips_defs.c 1113 i->Min.LI.dst = dst;
1114 i->Min.LI.imm = imm;
1122 i->Min.Alu.op = op;
1123 i->Min.Alu.dst = dst;
1124 i->Min.Alu.srcL = srcL;
1125 i->Min.Alu.srcR = srcR;
1134 i->Min.Shft.op = op;
1135 i->Min.Shft.sz32 = sz32;
1136 i->Min.Shft.dst = dst;
1137 i->Min.Shft.srcL = srcL
    [all...]
  /external/skia/bench/
TimerData.cpp 37 static double Min(double a, double b) {
56 fWallMin = Min(fWallMin, timer->fWall);
57 fCpuMin = Min(fCpuMin, timer->fCpu);
58 fTruncatedWallMin = Min(fTruncatedWallMin, timer->fTruncatedWall);
59 fTruncatedCpuMin = Min(fTruncatedCpuMin, timer->fTruncatedCpu);
60 fGpuMin = Min(fGpuMin, timer->fGpu);
bench_util.py 13 ALGORITHM_MINIMUM = 'min'
52 Min = _ExtremeType(-1, "Min")
170 max_x = Min
182 min_x = min(min_x, x)
235 return min(0, (upper_right_y - lower_left_y) / regr_width)
  /external/compiler-rt/lib/ubsan/
ubsan_diag.cc 166 MemoryLocation Min = Loc - MinBytesNearLoc, Max = Loc + MinBytesNearLoc;
168 Min = __sanitizer::Min(Ranges[I].getStart().getMemoryLocation(), Min);
173 if (Max - Min > BytesToShow)
174 Min = __sanitizer::Min(Max - BytesToShow, Loc - MinBytesNearLoc);
175 Max = Min + BytesToShow;
178 for (uptr P = Min; P != Max; ++P) {
187 Range *InRange = upperBound(Min, Ranges, NumRanges)
    [all...]
  /external/clang/include/clang/Frontend/
VerifyDiagnosticConsumer.h 134 StringRef Text, unsigned Min, unsigned Max);
142 unsigned Min, Max;
155 StringRef Text, unsigned Min, unsigned Max)
157 Text(Text), Min(Min), Max(Max) {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
TokenConstants.cs 62 public const int Min = Up + 1;
BitSet.cs 154 int min = Math.Min(_bits.Length, a._bits.Length);
155 for (int i = min - 1; i >= 0; i--) {
202 int n = Math.Min(this._bits.Length, otherSet._bits.Length);
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 161 StringRef Text, unsigned Min, unsigned Max)
162 : Directive(DirectiveLoc, DiagnosticLoc, Text, Min, Max) { }
179 StringRef Text, unsigned Min, unsigned Max)
180 : Directive(DirectiveLoc, DiagnosticLoc, Text, Min, Max), Regex(Text) { }
374 unsigned Min = 1;
376 if (PH.Next(Min)) {
378 // A positive integer can be followed by a '+' meaning min
379 // or more, or by a '-' meaning a range from min to max.
385 if (!PH.Next(Max) || Max < Min) {
392 Max = Min;
    [all...]
  /external/compiler-rt/lib/asan/
asan_interceptors.cc 279 ASAN_READ_RANGE(s1, Min(i + 1, size));
280 ASAN_READ_RANGE(s2, Min(i + 1, size));
392 uptr copy_length = Min(size, from_length + 1);
501 ASAN_READ_RANGE(s1, Min(i + 1, n));
502 ASAN_READ_RANGE(s2, Min(i + 1, n));
522 ASAN_READ_RANGE(s1, Min(i + 1, size));
523 ASAN_READ_RANGE(s2, Min(i + 1, size));
530 uptr from_size = Min(size, MaybeRealStrnlen(from, size) + 1);
543 ASAN_READ_RANGE(s, Min(length + 1, maxlen));
asan_poisoning.cc 97 *beg.chunk = Min(value, beg.offset);
110 *beg.chunk = Min(beg.value, beg.offset);
  /external/llvm/include/llvm/ADT/
Triple.h 193 unsigned Maj, Min, Micro;
194 getOSVersion(Maj, Min, Micro);
  /external/llvm/lib/Analysis/IPA/
GlobalsModRef.cpp 125 ModRefBehavior Min = UnknownModRefBehavior;
129 Min = DoesNotAccessMemory;
131 Min = OnlyReadsMemory;
134 return ModRefBehavior(AliasAnalysis::getModRefBehavior(F) & Min);
141 ModRefBehavior Min = UnknownModRefBehavior;
146 Min = DoesNotAccessMemory;
148 Min = OnlyReadsMemory;
151 return ModRefBehavior(AliasAnalysis::getModRefBehavior(CS) & Min);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
Stats.cs 99 public static int min(int[] X) { method in class:Antlr.Runtime.Misc.Stats
100 return EnumerableExtensions.Min(EnumerableExtensions.DefaultIfEmpty(X, int.MaxValue));
  /external/llvm/lib/Analysis/
TypeBasedAliasAnalysis.cpp 254 ModRefBehavior Min = UnknownModRefBehavior;
260 Min = OnlyReadsMemory;
262 return ModRefBehavior(AliasAnalysis::getModRefBehavior(CS) & Min);
BasicAliasAnalysis.cpp 612 ModRefBehavior Min = UnknownModRefBehavior;
617 Min = OnlyReadsMemory;
620 return ModRefBehavior(AliasAnalysis::getModRefBehavior(CS) & Min);
638 ModRefBehavior Min = UnknownModRefBehavior;
642 Min = OnlyReadsMemory;
645 return ModRefBehavior(AliasAnalysis::getModRefBehavior(F) & Min);
701 ModRefResult Min = ModRef;
720 Min = Ref;
723 Min = Mod;
737 Min = Mod
    [all...]
AliasAnalysis.cpp 201 ModRefBehavior Min = UnknownModRefBehavior;
206 Min = getModRefBehavior(F);
209 if (!AA) return Min;
213 return ModRefBehavior(AA->getModRefBehavior(CS) & Min);
  /external/clang/lib/StaticAnalyzer/Core/
RangeConstraintManager.cpp 236 // intersection with the two ranges [Min, Upper] and [Lower, Max],
466 // Special case for Int == Min. This is always false.
468 llvm::APSInt Min = AdjustmentType.getMinValue();
469 if (ComparisonVal == Min)
472 llvm::APSInt Lower = Min-Adjustment;
524 // Special case for Int == Min. This is always feasible.
526 llvm::APSInt Min = AdjustmentType.getMinValue();
527 if (ComparisonVal == Min)
559 llvm::APSInt Min = AdjustmentType.getMinValue();
560 llvm::APSInt Lower = Min-Adjustment
    [all...]
  /external/compiler-rt/lib/msan/
msan_allocator.cc 98 uptr memcpy_size = Min(new_size, old_size);
  /external/opencv/cv/src/
_cvipp.h 306 IPCV_MORPHOLOGY( Min, Erode, 8u, 1 )
307 IPCV_MORPHOLOGY( Min, Erode, 8u, 3 )
308 IPCV_MORPHOLOGY( Min, Erode, 8u, 4 )
309 IPCV_MORPHOLOGY( Min, Erode, 16u, 1 )
310 IPCV_MORPHOLOGY( Min, Erode, 16u, 3 )
311 IPCV_MORPHOLOGY( Min, Erode, 16u, 4 )
312 IPCV_MORPHOLOGY( Min, Erode, 32f, 1 )
313 IPCV_MORPHOLOGY( Min, Erode, 32f, 3 )
314 IPCV_MORPHOLOGY( Min, Erode, 32f, 4 )
    [all...]

Completed in 806 milliseconds

1 2 3 4 5