HomeSort by relevance Sort by last modified time
    Searched defs:Max (Results 1 - 25 of 43) sorted by null

1 2

  /external/eigen/unsupported/test/
polynomialutils.cpp 78 _Scalar Max = roots.array().abs().maxCoeff();
80 bool eval = (M >= Max) && (m <= min);
85 cerr << "Min,Max: (" << min << ", " << Max << ")" << endl;
  /art/runtime/base/
histogram.h 82 Value Max() const {
103 // histogram percentiles are. Grows adaptively when we hit max buckets.
  /external/chromium_org/net/quic/
quic_time.cc 74 QuicTime::Delta QuicTime::Delta::Max(QuicTime::Delta delta1,
93 QuicTime QuicTime::Max(QuicTime time1, QuicTime time2) {
  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
utils.h 119 static T Max(T a, T b) {
  /external/chromium_org/base/time/
time.cc 20 TimeDelta TimeDelta::Max() {
21 return TimeDelta(std::numeric_limits<int64>::max());
26 // Preserve max to prevent overflow.
27 return std::numeric_limits<int>::max();
34 // Preserve max to prevent overflow.
35 return std::numeric_limits<int>::max();
42 // Preserve max to prevent overflow.
43 return std::numeric_limits<int>::max();
50 // Preserve max to prevent overflow.
58 // Preserve max to prevent overflow
    [all...]
  /external/chromium_org/third_party/skia/bench/
bench_util.py 86 Max = _ExtremeType(1, "Max")
270 min_x = Max
280 max_x = max(max_x, x)
307 self.serror = math.sqrt(max(0, se2))
308 self.serror_slope = math.sqrt(max(0, sB2))
309 self.serror_intercept = math.sqrt(max(0, sa2))
339 return max(0, (lower_right_y - upper_left_y) / regr_width)
  /external/compiler-rt/lib/ubsan/
ubsan_diag.cc 204 MemoryLocation Min = Loc - MinBytesNearLoc, Max = Loc + MinBytesNearLoc;
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; ++P)
    [all...]
  /external/skia/bench/
bench_util.py 86 Max = _ExtremeType(1, "Max")
270 min_x = Max
280 max_x = max(max_x, x)
307 self.serror = math.sqrt(max(0, se2))
308 self.serror_slope = math.sqrt(max(0, sB2))
309 self.serror_intercept = math.sqrt(max(0, sa2))
339 return max(0, (lower_right_y - upper_left_y) / regr_width)
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioNode.h 88 Max,
  /external/chromium_org/v8/src/platform/
time.h 182 bool IsMax() const { return us_ == std::numeric_limits<int64_t>::max(); }
200 static Time Max() { return Time(std::numeric_limits<int64_t>::max()); }
  /external/clang/include/clang/Frontend/
VerifyDiagnosticConsumer.h 150 StringRef Text, unsigned Min, unsigned Max);
158 unsigned Min, Max;
172 bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max)
174 Text(Text), Min(Min), Max(Max), MatchAnyLine(MatchAnyLine) {
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 133 const char *DenormMin, *Epsilon, *Max, *Min;
152 Max = PickFP(Sem, "3.40282347e+38", "1.7976931348623157e+308",
172 Builder.defineMacro(DefPrefix + "MAX__", Twine(Max)+Ext);
181 /// named MacroName with the max value for a type with width 'TypeWidth' a
    [all...]
VerifyDiagnosticConsumer.cpp 168 unsigned Max)
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),
437 unsigned Max = 1;
441 // or more, or by a '-' meaning a range from min to max.
443 Max = Directive::MaxCount;
447 if (!PH.Next(Max) || Max < Min) {
454 Max = Min
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RangeConstraintManager.cpp 236 // 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();
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();
558 if (ComparisonVal == Max)
    [all...]
  /external/eigen/Eigen/src/Geometry/
AlignedBox.h 44 Min=0, Max=1,
105 inline const VectorType& (max)() const { return m_max; } function in class:Eigen::AlignedBox
107 inline VectorType& (max)() { return m_max; } function in class:Eigen::AlignedBox
186 { return (m_min.array()<=(b.min)().array()).all() && ((b.max)().array()<=m_max.array()).all(); }
278 m_max = (other.max)().template cast<Scalar>();
  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 235 W.Amount = std::max(UINT64_C(1), shiftRightAndRound(W.Amount, Shift));
359 DEBUG(dbgs() << " - reduced-to-max-scale: " << getMaxLoopScale() << "\n");
425 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
443 BFI.Freqs[Index].Integer = std::max(UINT64_C(1), Scaled.toInt<uint64_t>());
486 // Unwrap loop packages in reverse post-order, tracking min and max
    [all...]
  /external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.cpp 462 const SUnit *Max = nullptr;
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/
cvfacedetection.cpp 197 double Max = 0;
218 if (CurStat > Max)
219 Max = CurStat;
227 if (CurStat == Max)
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_compiler_util.c 508 unsigned int Max;
521 if (file == d->File && (!d->HasFileType || index > d->Max)) {
522 d->Max = index;
537 data.Max = 0;
549 return data.Max;
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 89 /// abs(step) * max-iteration(loop) <= unsigned-max(bitwidth).
258 /// temporary pair of exact and max expressions that are eventually
262 /// 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;
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-take
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_compiler_util.c 508 unsigned int Max;
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/
gtest-internal.h 299 static RawType Max();
381 // We cannot use std::numeric_limits<T>::max() as it clashes with the max()
384 inline float FloatingPoint<float>::Max() { return FLT_MAX; }
386 inline double FloatingPoint<double>::Max() { return DBL_MAX; }
    [all...]
  /external/chromium_org/v8/src/
utils.h 204 T Max(T a, T b) {
    [all...]
  /external/gtest/include/gtest/internal/
gtest-internal.h 299 static RawType Max();
381 // We cannot use std::numeric_limits<T>::max() as it clashes with the max()
384 inline float FloatingPoint<float>::Max() { return FLT_MAX; }
386 inline double FloatingPoint<double>::Max() { return DBL_MAX; }
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 96 APInt Max = APInt::getSignedMaxValue(W).sext(W * 2);
97 return MulExt.slt(Min) || MulExt.sgt(Max);
    [all...]

Completed in 2110 milliseconds

1 2