HomeSort by relevance Sort by last modified time
    Searched refs:Max (Results 76 - 100 of 269) sorted by null

1 2 34 5 6 7 8 91011

  /external/clang/lib/StaticAnalyzer/Checkers/
PaddingChecker.cpp 222 if (auto Max = FD->getMaxAlignment())
223 RetVal.Align = std::max(Ctx.toCharUnitsFromBits(Max), RetVal.Align);
  /external/llvm/include/llvm/CodeGen/
RegisterPressure.h 31 /// Map of max reg pressure indexed by pressure set ID, not class ID.
148 unsigned Max;
150 PressureDiffs(): PDiffArray(nullptr), Size(0), Max(0) {}
175 /// CriticalMax records the largest increase in the tracker's max pressure that
178 /// CurrentMax records the largest increase in the tracker's max pressure that
275 /// Track the max pressure within the region traversed so far.
  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 234 W.Amount = std::max(UINT64_C(1), shiftRightAndRound(W.Amount, Shift));
430 const Scaled64 &Min, const Scaled64 &Max) {
432 // be scaled so that Max == UINT64_MAX so that they can be best
435 // small, unequal numbers. When the spread between Min and Max frequencies
438 const unsigned SpreadBits = (Max / Min).lg();
449 ScalingFactor = Scaled64(1, MaxBits) / Max;
453 DEBUG(dbgs() << "float-to-int: min = " << Min << ", max = " << Max
457 BFI.Freqs[Index].Integer = std::max(UINT64_C(1), Scaled.toInt<uint64_t>());
500 // Unwrap loop packages in reverse post-order, tracking min and max
    [all...]
  /external/opencv3/modules/cudev/include/opencv2/cudev/grid/
reduce_to_vec.hpp 116 return VecTraits<T>::all(numeric_limits<typename VecTraits<T>::elem_type>::max());
125 template <typename T> struct Max : maximum<T>
131 typedef Max<U> other;
136 return VecTraits<T>::all(-numeric_limits<typename VecTraits<T>::elem_type>::max());
  /external/webrtc/webrtc/modules/video_coding/test/
plotTimingTest.m 62 legend('Decode time', 'Max wait time', 'Render time diff')
  /external/llvm/include/llvm/Support/
MathExtras.h 36 /// \brief The returned value is numeric_limits<T>::max()
53 T Mask = std::numeric_limits<T>::max() >> Shift;
194 return std::numeric_limits<T>::max();
208 return std::numeric_limits<T>::max();
669 return std::numeric_limits<T>::max();
695 const T Max = std::numeric_limits<T>::max();
696 int Log2Max = Log2_64(Max);
702 return Max;
709 if (Z & ~(Max >> 1))
    [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/llvm/include/llvm/Analysis/
ScalarEvolution.h 92 /// the integer domain, abs(step) * max-iteration(loop) <=
93 /// unsigned-max(bitwidth). This means that the recurrence will never reach
408 /// pair of exact and max expressions that are eventually summarized in
412 const SCEV *Max;
414 /*implicit*/ ExitLimit(const SCEV *E) : Exact(E), Max(E) {}
416 ExitLimit(const SCEV *E, const SCEV *M) : Exact(E), Max(M) {}
422 !isa<SCEVCouldNotCompute>(Max);
460 const SCEV *Max;
463 BackedgeTakenInfo() : Max(nullptr) {}
473 return ExitNotTaken.ExitingBlock || !isa<SCEVCouldNotCompute>(Max);
    [all...]
  /external/v8/src/compiler/
typer.cc 395 if (type->Is(Type::PlainNumber()) && (type->Max() < 0 || 0 < type->Min())) {
421 double max = type->Max(); local
423 if (max > kMaxSafeInteger) max = kMaxSafeInteger;
424 if (max <= min) max = min;
425 return Type::Range(min, max, t->zone());
489 double const max = type->Max(); local
896 double max = Type::Signed32()->Max(); local
927 double max = local
972 double max = kMaxInt; local
1721 double max = type->Max(); local
    [all...]
live-range-separator.cc 36 LifetimePosition start = Max(first_cut, range->Start());
  /art/compiler/optimizing/
bounds_check_elimination.cc 55 if ((right > 0) && (left <= (std::numeric_limits<int32_t>::max() - right))) {
132 return ValueBound::Max();
150 static ValueBound Max() { return ValueBound(nullptr, std::numeric_limits<int32_t>::max()); }
260 if (constant_ > (std::numeric_limits<int32_t>::max() - c)) {
262 return Max();
272 return Max();
388 // To be conservative, give it full range [Min(), Max()] in case it's
390 : ValueRange(allocator, ValueBound::Min(), ValueBound::Max()),
433 // We currently conservatively assume max array length is Max()
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_tls_get_addr.cc 56 new_size = Max(new_size, 4096UL / sizeof(DTLS::DTV));
  /external/libchrome/base/synchronization/
waitable_event_unittest.cc 129 // Tests that using TimeDelta::Max() on TimedWait() is not the same as passing
146 ev->TimedWait(TimeDelta::Max());
  /external/libweave/src/notification/
xmpp_iq_stanza_handler.cc 77 if (timeout < base::TimeDelta::Max()) {
  /external/llvm/lib/Transforms/Scalar/
LowerAtomic.cpp 74 case AtomicRMWInst::Max:
  /external/v8/src/base/platform/
time.cc 310 if (ft.dwLowDateTime == std::numeric_limits<DWORD>::max() &&
311 ft.dwHighDateTime == std::numeric_limits<DWORD>::max()) {
312 return Max();
329 ft.dwLowDateTime = std::numeric_limits<DWORD>::max();
330 ft.dwHighDateTime = std::numeric_limits<DWORD>::max();
362 ts.tv_sec == std::numeric_limits<time_t>::max()) {
363 return Max();
378 ts.tv_sec = std::numeric_limits<time_t>::max();
395 tv.tv_sec == std::numeric_limits<time_t>::max()) {
396 return Max();
    [all...]
  /external/v8/src/heap/
page-parallel-job.h 83 num_tasks_ = Max(1, Min(num_tasks, max_num_tasks));
  /prebuilts/go/darwin-x86/src/math/
dim_amd64.s 49 // func ·Max(x, y float64) float64
50 TEXT ·Max(SB),NOSPLIT,$0
  /prebuilts/go/linux-x86/src/math/
dim_amd64.s 49 // func ·Max(x, y float64) float64
50 TEXT ·Max(SB),NOSPLIT,$0
  /art/runtime/base/
histogram-inl.h 106 max_value_added_ = std::max(val, max_value_added_);
127 min_value_added_ = std::numeric_limits<Value>::max();
199 << "Avg: " << FormatDuration(Mean() * kAdjust, unit, kFractionalDigits) << " Max: "
200 << FormatDuration(Max() * kAdjust, unit, kFractionalDigits) << "\n";
206 << ": Avg: " << PrettySize(Mean()) << " Max: "
207 << PrettySize(Max()) << " Min: " << PrettySize(Min()) << "\n";
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
DescriptiveStatistics.java 30 import org.apache.commons.math.stat.descriptive.rank.Max;
91 private UnivariateStatistic maxImpl = new Max();
255 * @return The max or Double.NaN if no values have been added.
431 outBuffer.append("max: ").append(getMax()).append(endl);
MultivariateSummaryStatistics.java 29 import org.apache.commons.math.stat.descriptive.rank.Max;
128 maxImpl[i] = new Max();
314 append(outBuffer, getMax(), "max: ", separator, suffix);
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 303 Max
320 Max
  /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/v8/src/
layout-descriptor.cc 170 sequence_length = std::numeric_limits<int>::max();
202 int field_index = Max(0, (offset_in_bytes - header_size_) / kPointerSize);
275 Max(last_field_index,

Completed in 3042 milliseconds

1 2 34 5 6 7 8 91011