Home
last modified time | relevance | path

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

123456789

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DCheckedArithmeticTest.cpp9 const int64_t Max = std::numeric_limits<int64_t>::max(); in TEST() local
18 const int16_t Max = std::numeric_limits<int16_t>::max(); in TEST() local
27 const int64_t Max = std::numeric_limits<int64_t>::max(); in TEST() local
36 const int64_t Max = std::numeric_limits<int64_t>::max(); in TEST() local
45 const int16_t Max = std::numeric_limits<int16_t>::max(); in TEST() local
54 const int16_t Max = std::numeric_limits<int16_t>::max(); in TEST() local
63 const uint64_t Max = std::numeric_limits<uint64_t>::max(); in TEST() local
70 const uint64_t Max = std::numeric_limits<uint64_t>::max(); in TEST() local
77 const uint64_t Max = std::numeric_limits<uint64_t>::max(); in TEST() local
DMathExtrasTest.cpp269 const T Max = std::numeric_limits<T>::max(); in SaturatingAddTestHelper() local
303 const T Max = std::numeric_limits<T>::max(); in SaturatingMultiplyTestHelper() local
383 const T Max = std::numeric_limits<T>::max(); in SaturatingMultiplyAddTestHelper() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/rank/
DMax.java40 public class Max extends AbstractStorelessUnivariateStatistic implements Serializable { class
54 public Max() { in Max() method in Max
65 public Max(Max original) { in Max() method in Max
/external/skia/src/core/
DSkMiniRecorder.h48 struct Max { static const size_t val = A > B ? A : B; }; argument
/external/skqp/src/core/
DSkMiniRecorder.h48 struct Max { static const size_t val = A > B ? A : B; }; struct
/external/libavc/encoder/
Dirc_cbr_buffer_control.h44 #define CLIP(Number,Max,Min) if((Number) > (Max)) (Number) = (Max); \ argument
/external/libhevc/encoder/
Dcbr_buffer_control.h43 #define CLIP(Number, Max, Min) \ argument
/external/tensorflow/tensorflow/core/grappler/costs/
Dutils.h91 uint64 Max() const { return max_; } in Max() function
/external/webrtc/tools/cpu/
Dcpu_mon.py36 def Max(self): member in CpuSnapshot
/external/pdfium/xfa/fwl/
Dcfwl_eventscroll.h17 Max, enumerator
/external/v8/src/base/platform/
Dtime.h190 constexpr TimeDelta TimeDelta::Max() { in Max() function
242 static TimeClass Max() { in Max() function
/external/syzkaller/vendor/google.golang.org/api/gensupport/
Dbackoff.go26 Max time.Duration member
/external/swiftshader/third_party/subzero/src/
DIceRNG.cpp45 uint64_t RandomNumberGenerator::next(uint64_t Max) { in next()
/external/clang/include/clang/Frontend/
DVerifyDiagnosticConsumer.h161 unsigned Min, Max; variable
175 bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max) in Directive()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DBytesOutputStyle.cpp93 uint32_t Max = R.Max.getValueOr(R.Min); in dump() local
110 uint32_t Max = R.Max.getValueOr(File.getFileSize()); in dump() local
208 void BytesOutputStyle::dumpBlockRanges(uint32_t Min, uint32_t Max) { in dumpBlockRanges()
433 void BytesOutputStyle::dumpByteRanges(uint32_t Min, uint32_t Max) { in dumpByteRanges()
/external/llvm/unittests/ADT/
DPointerEmbeddedIntTest.cpp74 Max = std::numeric_limits<uintptr_t>::max() >> 1; in TEST() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DPointerEmbeddedIntTest.cpp74 Max = std::numeric_limits<uintptr_t>::max() >> 1; in TEST() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DSupport.cpp58 double Max = static_cast<double>(NumMicroOps) / DispatchWidth; in computeBlockRThroughput() local
/external/tensorflow/tensorflow/contrib/reduce_slice_ops/kernels/
Dreduce_slice_ops_gpu.cu.cc34 #define Max(a, b) ((a) > (b) ? (a) : (b)) macro
/external/llvm/unittests/Support/
DMathExtrasTest.cpp225 const T Max = std::numeric_limits<T>::max(); in SaturatingAddTestHelper() local
259 const T Max = std::numeric_limits<T>::max(); in SaturatingMultiplyTestHelper() local
339 const T Max = std::numeric_limits<T>::max(); in SaturatingMultiplyAddTestHelper() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/FuzzMutate/
DRandom.h22 template <typename T, typename GenT> T uniform(GenT &Gen, T Min, T Max) { in uniform()
/external/eigen/unsupported/test/
Dpolynomialutils.cpp78 _Scalar Max = roots.array().abs().maxCoeff(); in CauchyBounds() local
/external/protobuf/src/google/protobuf/stubs/
Dmathutil.h101 static T Max(const T x, const T y) { in Max() function
/external/clang/lib/Frontend/
DVerifyDiagnosticConsumer.cpp165 unsigned Max) in StandardDirective()
183 bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max, in RegexDirective()
433 unsigned Max = 1; in ParseDirective() local
891 unsigned Min, unsigned Max) { in create()
/external/clang/lib/StaticAnalyzer/Core/
DRangeConstraintManager.cpp537 llvm::APSInt Max = AdjustmentType.getMaxValue(); in getSymGTRange() local
577 llvm::APSInt Max = AdjustmentType.getMaxValue(); in getSymGERange() local
609 llvm::APSInt Max = AdjustmentType.getMaxValue(); in getSymLERange() local
637 llvm::APSInt Max = AdjustmentType.getMaxValue(); in getSymLERange() local

123456789