| /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
| D | CheckedArithmeticTest.cpp | 9 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
|
| D | MathExtrasTest.cpp | 269 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/ |
| D | Max.java | 40 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/ |
| D | SkMiniRecorder.h | 48 struct Max { static const size_t val = A > B ? A : B; }; argument
|
| /external/skqp/src/core/ |
| D | SkMiniRecorder.h | 48 struct Max { static const size_t val = A > B ? A : B; }; struct
|
| /external/libavc/encoder/ |
| D | irc_cbr_buffer_control.h | 44 #define CLIP(Number,Max,Min) if((Number) > (Max)) (Number) = (Max); \ argument
|
| /external/libhevc/encoder/ |
| D | cbr_buffer_control.h | 43 #define CLIP(Number, Max, Min) \ argument
|
| /external/tensorflow/tensorflow/core/grappler/costs/ |
| D | utils.h | 91 uint64 Max() const { return max_; } in Max() function
|
| /external/webrtc/tools/cpu/ |
| D | cpu_mon.py | 36 def Max(self): member in CpuSnapshot
|
| /external/pdfium/xfa/fwl/ |
| D | cfwl_eventscroll.h | 17 Max, enumerator
|
| /external/v8/src/base/platform/ |
| D | time.h | 190 constexpr TimeDelta TimeDelta::Max() { in Max() function 242 static TimeClass Max() { in Max() function
|
| /external/syzkaller/vendor/google.golang.org/api/gensupport/ |
| D | backoff.go | 26 Max time.Duration member
|
| /external/swiftshader/third_party/subzero/src/ |
| D | IceRNG.cpp | 45 uint64_t RandomNumberGenerator::next(uint64_t Max) { in next()
|
| /external/clang/include/clang/Frontend/ |
| D | VerifyDiagnosticConsumer.h | 161 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/ |
| D | BytesOutputStyle.cpp | 93 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/ |
| D | PointerEmbeddedIntTest.cpp | 74 Max = std::numeric_limits<uintptr_t>::max() >> 1; in TEST() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
| D | PointerEmbeddedIntTest.cpp | 74 Max = std::numeric_limits<uintptr_t>::max() >> 1; in TEST() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/ |
| D | Support.cpp | 58 double Max = static_cast<double>(NumMicroOps) / DispatchWidth; in computeBlockRThroughput() local
|
| /external/tensorflow/tensorflow/contrib/reduce_slice_ops/kernels/ |
| D | reduce_slice_ops_gpu.cu.cc | 34 #define Max(a, b) ((a) > (b) ? (a) : (b)) macro
|
| /external/llvm/unittests/Support/ |
| D | MathExtrasTest.cpp | 225 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/ |
| D | Random.h | 22 template <typename T, typename GenT> T uniform(GenT &Gen, T Min, T Max) { in uniform()
|
| /external/eigen/unsupported/test/ |
| D | polynomialutils.cpp | 78 _Scalar Max = roots.array().abs().maxCoeff(); in CauchyBounds() local
|
| /external/protobuf/src/google/protobuf/stubs/ |
| D | mathutil.h | 101 static T Max(const T x, const T y) { in Max() function
|
| /external/clang/lib/Frontend/ |
| D | VerifyDiagnosticConsumer.cpp | 165 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/ |
| D | RangeConstraintManager.cpp | 537 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
|